Searched refs:unique_id (Results 1 - 25 of 27) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.h97 uint32_t unique_id; member in struct:amdgpu_winsys_bo
H A Damdgpu_bo.c555 bo->unique_id = __sync_fetch_and_add(&ws->next_bo_unique_id, 1);
688 bo->unique_id = base_id + i;
1016 bo->unique_id = __sync_fetch_and_add(&ws->next_bo_unique_id, 1);
1493 bo->unique_id = __sync_fetch_and_add(&ws->next_bo_unique_id, 1);
1607 bo->unique_id = __sync_fetch_and_add(&ws->next_bo_unique_id, 1);
H A Damdgpu_cs.c401 unsigned hash = bo->unique_id & (ARRAY_SIZE(cs->buffer_indices_hashlist)-1);
491 hash = bo->unique_id & (ARRAY_SIZE(cs->buffer_indices_hashlist)-1);
545 hash = bo->unique_id & (ARRAY_SIZE(cs->buffer_indices_hashlist)-1);
588 hash = bo->unique_id & (ARRAY_SIZE(cs->buffer_indices_hashlist)-1);
/xsrc/external/mit/freetype/dist/src/cid/
H A Dcidtoken.h83 T1_FIELD_NUM ( "UniqueID", unique_id, 0 )
/xsrc/external/mit/freetype/dist/src/type1/
H A Dt1tokens.h58 T1_FIELD_NUM ( "UniqueID", unique_id,
H A Dt1driver.c283 retval = sizeof ( type1->private_dict.unique_id );
285 *((FT_Int *)value) = type1->private_dict.unique_id;
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.h98 uint32_t unique_id; member in struct:amdgpu_winsys_bo
H A Damdgpu_bo.c596 bo->unique_id = __sync_fetch_and_add(&ws->next_bo_unique_id, 1);
785 bo->unique_id = base_id + i;
1145 bo->unique_id = __sync_fetch_and_add(&ws->next_bo_unique_id, 1);
1591 bo->unique_id = __sync_fetch_and_add(&ws->next_bo_unique_id, 1);
1734 bo->unique_id = __sync_fetch_and_add(&ws->next_bo_unique_id, 1);
H A Damdgpu_cs.c428 unsigned hash = bo->unique_id & (BUFFER_HASHLIST_SIZE-1);
525 hash = bo->unique_id & (BUFFER_HASHLIST_SIZE-1);
580 hash = bo->unique_id & (BUFFER_HASHLIST_SIZE-1);
624 hash = bo->unique_id & (BUFFER_HASHLIST_SIZE-1);
/xsrc/external/mit/freetype/dist/src/cff/
H A Dcfftoken.h38 CFF_FIELD_NUM ( 13, unique_id, "UniqueID" )
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_bo.h93 uint32_t unique_id; member in struct:zink_bo
H A Dzink_bo.c285 bo->unique_id = p_atomic_inc_return(&screen->pb.next_bo_unique_id);
508 bo->unique_id = p_atomic_inc_return(&screen->pb.next_bo_unique_id);
897 bo->unique_id = base_id + i;
/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dcfftypes.h202 FT_ULong unique_id; member in struct:CFF_FontRecDictRec_
/xsrc/external/mit/freetype/dist/include/freetype/
H A Dt1tables.h138 FT_Int unique_id; member in struct:PS_PrivateRec_
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dkgem.c2245 id = ++kgem->unique_id;
2247 id = ++kgem->unique_id;
4856 bo->unique_id = kgem_get_unique_id(kgem);
4914 bo->unique_id = kgem_get_unique_id(kgem);
5256 bo->unique_id = kgem_get_unique_id(kgem);
5434 bo->unique_id = kgem_get_unique_id(kgem);
5436 bo->pitch, bo->tiling, bo->handle, bo->unique_id));
5446 last->unique_id = kgem_get_unique_id(kgem);
5448 last->pitch, last->tiling, last->handle, last->unique_id));
5501 bo->unique_id
[all...]
H A Dsna_blt.c177 if (sna->blt_state.fill_bo != bo->unique_id ||
236 sna->blt_state.fill_bo = bo->unique_id;
3138 if (sna->blt_state.fill_bo != op->base.u.blt.bo[0]->unique_id) {
3143 sna->blt_state.fill_bo = blt->bo[0]->unique_id;
3155 if (sna->blt_state.fill_bo != op->base.u.blt.bo[0]->unique_id) {
3160 sna->blt_state.fill_bo = blt->bo[0]->unique_id;
3173 if (sna->blt_state.fill_bo != op->base.u.blt.bo[0]->unique_id) {
3178 sna->blt_state.fill_bo = blt->bo[0]->unique_id;
3210 if (sna->blt_state.fill_bo != op->base.u.blt.bo[0]->unique_id) {
3213 sna->blt_state.fill_bo = blt->bo[0]->unique_id;
[all...]
H A Dkgem.h68 uint32_t unique_id; member in struct:kgem_bo
127 uint32_t unique_id; member in struct:kgem
H A Dgen2_render.c613 assert(bo->unique_id);
614 if (sna->render_state.gen2.target == bo->unique_id) {
646 sna->render_state.gen2.target = bo->unique_id;
H A Dgen3_render.c1982 assert(bo->unique_id != 0);
1983 if (bo->unique_id != state->current_dst) {
1987 __FUNCTION__, bo->unique_id, bo->handle));
2012 state->current_dst = bo->unique_id;
3249 assert(op->dst.bo->unique_id);
H A Dsna_accel.c773 assert(bo->unique_id);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dkgem.c1789 id = ++kgem->unique_id;
1791 id = ++kgem->unique_id;
4342 bo->unique_id = kgem_get_unique_id(kgem);
4400 bo->unique_id = kgem_get_unique_id(kgem);
4738 bo->unique_id = kgem_get_unique_id(kgem);
4875 bo->unique_id = kgem_get_unique_id(kgem);
4877 bo->pitch, bo->tiling, bo->handle, bo->unique_id));
4887 last->unique_id = kgem_get_unique_id(kgem);
4889 last->pitch, last->tiling, last->handle, last->unique_id));
4943 bo->unique_id
[all...]
H A Dsna_blt.c173 if (sna->blt_state.fill_bo != bo->unique_id ||
231 sna->blt_state.fill_bo = bo->unique_id;
3062 if (sna->blt_state.fill_bo != op->base.u.blt.bo[0]->unique_id) {
3067 sna->blt_state.fill_bo = blt->bo[0]->unique_id;
3079 if (sna->blt_state.fill_bo != op->base.u.blt.bo[0]->unique_id) {
3084 sna->blt_state.fill_bo = blt->bo[0]->unique_id;
3097 if (sna->blt_state.fill_bo != op->base.u.blt.bo[0]->unique_id) {
3102 sna->blt_state.fill_bo = blt->bo[0]->unique_id;
3134 if (sna->blt_state.fill_bo != op->base.u.blt.bo[0]->unique_id) {
3137 sna->blt_state.fill_bo = blt->bo[0]->unique_id;
[all...]
H A Dkgem.h67 uint32_t unique_id; member in struct:kgem_bo
120 uint32_t unique_id; member in struct:kgem
H A Dgen2_render.c605 assert(op->dst.bo->unique_id);
606 if (sna->render_state.gen2.target == op->dst.bo->unique_id) {
631 sna->render_state.gen2.target = op->dst.bo->unique_id;
H A Dgen3_render.c1958 assert(bo->unique_id != 0);
1959 if (bo->unique_id != state->current_dst) {
1963 __FUNCTION__, bo->unique_id, bo->handle));
1988 state->current_dst = bo->unique_id;
3201 assert(op->dst.bo->unique_id);

Completed in 80 milliseconds

12