| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_bo.h | 97 uint32_t unique_id; member in struct:amdgpu_winsys_bo
|
| H A D | amdgpu_bo.c | 555 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 D | amdgpu_cs.c | 401 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 D | cidtoken.h | 83 T1_FIELD_NUM ( "UniqueID", unique_id, 0 )
|
| /xsrc/external/mit/freetype/dist/src/type1/ |
| H A D | t1tokens.h | 58 T1_FIELD_NUM ( "UniqueID", unique_id,
|
| H A D | t1driver.c | 283 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 D | amdgpu_bo.h | 98 uint32_t unique_id; member in struct:amdgpu_winsys_bo
|
| H A D | amdgpu_bo.c | 596 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 D | amdgpu_cs.c | 428 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 D | cfftoken.h | 38 CFF_FIELD_NUM ( 13, unique_id, "UniqueID" )
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_bo.h | 93 uint32_t unique_id; member in struct:zink_bo
|
| H A D | zink_bo.c | 285 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 D | cfftypes.h | 202 FT_ULong unique_id; member in struct:CFF_FontRecDictRec_
|
| /xsrc/external/mit/freetype/dist/include/freetype/ |
| H A D | t1tables.h | 138 FT_Int unique_id; member in struct:PS_PrivateRec_
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | kgem.c | 2245 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 D | sna_blt.c | 177 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 D | kgem.h | 68 uint32_t unique_id; member in struct:kgem_bo 127 uint32_t unique_id; member in struct:kgem
|
| H A D | gen2_render.c | 613 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 D | gen3_render.c | 1982 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 D | sna_accel.c | 773 assert(bo->unique_id);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | kgem.c | 1789 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 D | sna_blt.c | 173 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 D | kgem.h | 67 uint32_t unique_id; member in struct:kgem_bo 120 uint32_t unique_id; member in struct:kgem
|
| H A D | gen2_render.c | 605 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 D | gen3_render.c | 1958 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);
|