Home
last modified time | relevance | path

Searched refs:util_hash_table_get (Results 1 – 25 of 25) sorted by relevance

/third_party/mesa3d/src/util/
Du_hash_table.h59 util_hash_table_get(struct hash_table *ht,
Du_hash_table.c100 util_hash_table_get(struct hash_table *ht, in util_hash_table_get() function
Du_debug_refcnt.c86 serial = (unsigned) (uintptr_t) util_hash_table_get(serials_hash, p); in debug_serial()
/third_party/mesa3d/src/gallium/winsys/lima/drm/
Dlima_drm_winsys.c79 pscreen = util_hash_table_get(fd_tab, intptr_to_pointer(fd)); in lima_drm_screen_create()
/third_party/mesa3d/src/gallium/winsys/freedreno/drm/
Dfreedreno_drm_winsys.c84 pscreen = util_hash_table_get(fd_tab, intptr_to_pointer(fd)); in fd_drm_screen_create()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_debug_flush.c253 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/
Dnouveau_drm_winsys.c59 screen = util_hash_table_get(fd_tab, intptr_to_pointer(fd)); in nouveau_drm_screen_create()
/third_party/mesa3d/src/gallium/winsys/etnaviv/drm/
Detnaviv_drm_winsys.c170 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/
Dpb_validate.c81 unsigned entry_idx = (unsigned)(uintptr_t)util_hash_table_get(ht, buf); in pb_validate_add_buffer()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_h264_enc.c99 …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()
Dpicture_hevc_enc.c103 …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/
Dlima_bo.c449 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/
Dvid_dec_common.c102 dst_buf = util_hash_table_get(priv->video_buffer_map, output); in vid_dec_FillOutput()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen.c141 vws = util_hash_table_get(dev_hash, &stat_buf.st_rdev); in vmw_winsys_create()
Dvmw_context.c484 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/
Dvirgl_drm_winsys.c501 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/
Dv3d_bufmgr.c334 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/
Damdgpu_winsys.c397 aws = util_hash_table_get(dev_tab, dev); in amdgpu_winsys_create()
Damdgpu_bo.c1491 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/
Dh264dprc.c200 if (!util_hash_table_get(priv->video_buffer_map, priv->p_outhdr_)) { in get_eglimage()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_bufmgr.c389 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/
Dradeon_drm_bo.c1200 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()
Dradeon_drm_winsys.c801 ws = util_hash_table_get(fd_tab, intptr_to_pointer(fd)); in radeon_drm_winsys_create()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_ff.c1695 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()
Ddevice9.c3252 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()