/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_helper_invocations.c | 102 _mesa_hash_pointer, in mir_analyze_helper_terminate() 106 _mesa_hash_pointer, in mir_analyze_helper_terminate() 211 _mesa_hash_pointer, in mir_analyze_helper_requirements() 215 _mesa_hash_pointer, in mir_analyze_helper_requirements()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_batch.cpp | 45 batch->bos = _mesa_hash_table_create(NULL, _mesa_hash_pointer, in d3d12_init_batch() 47 batch->sampler_views = _mesa_set_create(NULL, _mesa_hash_pointer, in d3d12_init_batch() 49 batch->surfaces = _mesa_set_create(NULL, _mesa_hash_pointer, in d3d12_init_batch() 52 _mesa_hash_pointer, in d3d12_init_batch()
|
/third_party/mesa3d/src/util/tests/ |
D | set_test.cpp | 30 struct set *s = _mesa_set_create(NULL, _mesa_hash_pointer, in TEST() 80 struct set *s = _mesa_set_create(NULL, _mesa_hash_pointer, in TEST() 112 struct set *s = _mesa_set_create(NULL, _mesa_hash_pointer, in TEST()
|
/third_party/mesa3d/src/panfrost/util/ |
D | pan_liveness.c | 116 _mesa_hash_pointer, in pan_compute_liveness() 120 _mesa_hash_pointer, in pan_compute_liveness()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_context.c | 65 _mesa_hash_table_create(ctx, _mesa_hash_pointer, _mesa_key_pointer_equal); in ir3_context_init() 67 _mesa_hash_table_create(ctx, _mesa_hash_pointer, _mesa_key_pointer_equal); in ir3_context_init() 69 _mesa_hash_table_create(ctx, _mesa_hash_pointer, _mesa_key_pointer_equal); in ir3_context_init() 71 _mesa_hash_table_create(ctx, _mesa_hash_pointer, _mesa_key_pointer_equal); in ir3_context_init() 401 errors = _mesa_hash_table_create(NULL, _mesa_hash_pointer, in ir3_context_error() 476 ctx->addr0_ht[idx] = _mesa_hash_table_create(ctx, _mesa_hash_pointer, in ir3_get_addr0()
|
/third_party/mesa3d/src/freedreno/drm/msm/ |
D | msm_ringbuffer.c | 140 uint32_t hash = _mesa_hash_pointer(bo); in append_bo() 169 uint32_t hash = _mesa_hash_pointer(ring); in append_ring() 427 msm_submit->bo_table = _mesa_hash_table_create(NULL, _mesa_hash_pointer, in msm_submit_new() 430 _mesa_set_create(NULL, _mesa_hash_pointer, _mesa_key_pointer_equal); in msm_submit_new() 698 _mesa_set_create(NULL, _mesa_hash_pointer, _mesa_key_pointer_equal); in msm_ringbuffer_new_object()
|
/third_party/mesa3d/src/util/ |
D | u_hash_table.c | 40 return _mesa_hash_pointer(key); in pointer_hash()
|
D | hash_table.c | 679 _mesa_hash_pointer(const void *pointer) in _mesa_hash_pointer() function 726 return _mesa_hash_table_create(mem_ctx, _mesa_hash_pointer, in _mesa_pointer_hash_table_create() 783 ht->table = _mesa_hash_table_create(mem_ctx, _mesa_hash_pointer, in _mesa_hash_table_u64_create()
|
D | hash_table.h | 122 uint32_t _mesa_hash_pointer(const void *pointer);
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_framebuffer.c | 59 uint32_t hash = _mesa_hash_pointer(rp); in zink_init_framebuffer() 128 if (!_mesa_hash_table_init(&fb->objects, fb, _mesa_hash_pointer, _mesa_key_pointer_equal)) in create_framebuffer_imageless()
|
D | zink_state.c | 49 ves->hw_state.hash = _mesa_hash_pointer(ves); in zink_create_vertex_elements_state() 354 cso->hash = _mesa_hash_pointer(cso); in zink_create_blend_state()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_job.c | 107 _mesa_hash_pointer, in v3d_job_create() 143 _mesa_hash_pointer, in v3d_job_add_write_resource() 613 _mesa_hash_pointer, in v3d_job_init()
|
/third_party/mesa3d/src/mesa/main/ |
D | shared.c | 90 shared->ZombieBufferObjects = _mesa_set_create(NULL, _mesa_hash_pointer, in _mesa_alloc_shared_state() 139 shared->SyncObjects = _mesa_set_create(NULL, _mesa_hash_pointer, in _mesa_alloc_shared_state()
|
D | vdpau.c | 80 ctx->vdpSurfaces = _mesa_set_create(NULL, _mesa_hash_pointer, in _mesa_VDPAUInitNV()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_nir_optim.c | 56 struct set *instrs = _mesa_set_create(NULL, _mesa_hash_pointer, in check_instr_depends_on_tex()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_simulator.c | 664 _mesa_hash_pointer, in vc4_simulator_init_global() 677 _mesa_hash_pointer, in vc4_simulator_init()
|
D | vc4_qir.c | 649 _mesa_hash_pointer, in qir_new_block() 702 c->def_ht = _mesa_hash_table_create(c, _mesa_hash_pointer, in qir_compile_init()
|
/third_party/mesa3d/src/freedreno/drm/ |
D | freedreno_ringbuffer_sp.c | 71 uint32_t hash = _mesa_hash_pointer(bo); in fd_submit_append_bo() 418 fd_submit->bo_table = _mesa_hash_table_create(NULL, _mesa_hash_pointer, in fd_submit_sp_new()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_phi_builder.c | 130 _mesa_hash_table_init(&val->ht, pb, _mesa_hash_pointer, in nir_phi_builder_add_value()
|
D | nir_opt_loop_unroll.c | 484 _mesa_hash_table_create(NULL, _mesa_hash_pointer, in complex_unroll_single_terminator() 736 _mesa_hash_table_create(NULL, _mesa_hash_pointer, in partial_unroll()
|
D | nir_lower_const_arrays_to_uniforms.c | 261 _mesa_hash_table_create(NULL, _mesa_hash_pointer, _mesa_key_pointer_equal); in nir_lower_const_arrays_to_uniforms()
|
/third_party/mesa3d/src/broadcom/simulator/ |
D | v3d_simulator.c | 867 _mesa_hash_pointer, in v3d_simulator_init_global() 896 _mesa_hash_pointer, in v3d_simulator_init()
|
/third_party/mesa3d/src/etnaviv/drm/ |
D | etnaviv_cmd_stream.c | 178 uint32_t hash = _mesa_hash_pointer(bo); in bo2idx()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_inline_uniforms.c | 322 struct set *stores = _mesa_set_create(shader, _mesa_hash_pointer, _mesa_key_pointer_equal); in lvp_find_inlinable_uniforms()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_batch.c | 140 _mesa_set_create(NULL, _mesa_hash_pointer, _mesa_key_pointer_equal); in fd_batch_create()
|