/third_party/mesa3d/src/util/ |
D | u_hash_table.h | 59 util_hash_table_get(struct hash_table *ht,
|
D | u_hash_table.c | 100 util_hash_table_get(struct hash_table *ht, in util_hash_table_get() function
|
D | u_debug_refcnt.c | 86 serial = (unsigned) (uintptr_t) util_hash_table_get(serials_hash, p); in debug_serial()
|
/third_party/mesa3d/src/gallium/winsys/lima/drm/ |
D | lima_drm_winsys.c | 79 pscreen = util_hash_table_get(fd_tab, intptr_to_pointer(fd)); in lima_drm_screen_create()
|
/third_party/mesa3d/src/gallium/winsys/freedreno/drm/ |
D | freedreno_drm_winsys.c | 84 pscreen = util_hash_table_get(fd_tab, intptr_to_pointer(fd)); in fd_drm_screen_create()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_flush.c | 253 util_hash_table_get(fctx->ref_hash, fbuf); in debug_flush_map() 309 item = util_hash_table_get(fctx->ref_hash, fbuf); in debug_flush_cb_reference()
|
/third_party/mesa3d/src/gallium/winsys/nouveau/drm/ |
D | nouveau_drm_winsys.c | 59 screen = util_hash_table_get(fd_tab, intptr_to_pointer(fd)); in nouveau_drm_screen_create()
|
/third_party/mesa3d/src/gallium/winsys/etnaviv/drm/ |
D | etnaviv_drm_winsys.c | 170 pscreen = util_hash_table_get(fd_tab, intptr_to_pointer(gpu_fd)); in etna_lookup_or_create_screen()
|
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_validate.c | 81 unsigned entry_idx = (unsigned)(uintptr_t)util_hash_table_get(ht, buf); in pb_validate_add_buffer()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | picture_h264_enc.c | 99 …context->desc.h264enc.ref_idx_l0_list[i] = PTR_TO_UINT(util_hash_table_get(context->desc.h264enc.f… in vlVaHandleVAEncSliceParameterBufferTypeH264() 103 …context->desc.h264enc.ref_idx_l1_list[i] = PTR_TO_UINT(util_hash_table_get(context->desc.h264enc.f… in vlVaHandleVAEncSliceParameterBufferTypeH264()
|
D | picture_hevc_enc.c | 103 …context->desc.h265enc.ref_idx_l0 = PTR_TO_UINT(util_hash_table_get(context->desc.h265enc.frame_idx, in vlVaHandleVAEncSliceParameterBufferTypeHEVC() 108 …context->desc.h265enc.ref_idx_l1 = PTR_TO_UINT(util_hash_table_get(context->desc.h265enc.frame_idx, in vlVaHandleVAEncSliceParameterBufferTypeHEVC()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_bo.c | 449 bo = util_hash_table_get(screen->bo_flink_names, in lima_bo_import() 454 bo = util_hash_table_get(screen->bo_handles, in lima_bo_import()
|
/third_party/mesa3d/src/gallium/frontends/omx/ |
D | vid_dec_common.c | 102 dst_buf = util_hash_table_get(priv->video_buffer_map, output); in vid_dec_FillOutput()
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen.c | 141 vws = util_hash_table_get(dev_hash, &stat_buf.st_rdev); in vmw_winsys_create()
|
D | vmw_context.c | 484 util_hash_table_get(vswc->hash, vsurf); in vmw_swc_surface_clear_reference() 502 isrf = util_hash_table_get(vswc->hash, vsurf); in vmw_swc_surface_only_relocation() 594 ishader = util_hash_table_get(vswc->hash, vshader); in vmw_swc_shader_relocation()
|
/third_party/mesa3d/src/gallium/winsys/virgl/drm/ |
D | virgl_drm_winsys.c | 501 res = util_hash_table_get(qdws->bo_names, (void*)(uintptr_t)handle); in virgl_drm_winsys_resource_create_handle() 507 res = util_hash_table_get(qdws->bo_handles, (void*)(uintptr_t)handle); in virgl_drm_winsys_resource_create_handle() 1350 pscreen = util_hash_table_get(fd_tab, intptr_to_pointer(fd)); in virgl_drm_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_bufmgr.c | 334 bo = util_hash_table_get(screen->bo_handles, (void*)(uintptr_t)handle); in v3d_bo_open_handle()
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_winsys.c | 397 aws = util_hash_table_get(dev_tab, dev); in amdgpu_winsys_create()
|
D | amdgpu_bo.c | 1491 bo = util_hash_table_get(ws->bo_export_table, result.buf_handle); in amdgpu_bo_from_handle()
|
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/ |
D | h264dprc.c | 200 if (!util_hash_table_get(priv->video_buffer_map, priv->p_outhdr_)) { in get_eglimage()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_bufmgr.c | 389 bo = util_hash_table_get(screen->bo_handles, (void*)(uintptr_t)handle); in vc4_bo_open_handle()
|
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_bo.c | 1200 bo = util_hash_table_get(ws->bo_names, (void*)(uintptr_t)whandle->handle); in radeon_winsys_bo_from_handle() 1206 bo = util_hash_table_get(ws->bo_handles, (void*)(uintptr_t)handle); in radeon_winsys_bo_from_handle()
|
D | radeon_drm_winsys.c | 801 ws = util_hash_table_get(fd_tab, intptr_to_pointer(fd)); in radeon_drm_winsys_create()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_ff.c | 1695 vs = util_hash_table_get(device->ff.ht_vs, &key); in nine_ff_get_vs() 1846 ps = util_hash_table_get(device->ff.ht_ps, &key); in nine_ff_get_ps()
|
D | device9.c | 3252 vdecl = util_hash_table_get(This->ff.ht_fvf, &FVF); in NineDevice9_ProcessVertices() 3412 vdecl = util_hash_table_get(This->ff.ht_fvf, &FVF); in NineDevice9_SetFVF()
|