Home
last modified time | relevance | path

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

123

/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_helper_invocations.c102 _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/
Dd3d12_batch.cpp45 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/
Dset_test.cpp30 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/
Dpan_liveness.c116 _mesa_hash_pointer, in pan_compute_liveness()
120 _mesa_hash_pointer, in pan_compute_liveness()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_context.c65 _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/
Dmsm_ringbuffer.c140 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/
Du_hash_table.c40 return _mesa_hash_pointer(key); in pointer_hash()
Dhash_table.c679 _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()
Dhash_table.h122 uint32_t _mesa_hash_pointer(const void *pointer);
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_framebuffer.c59 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()
Dzink_state.c49 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/
Dv3d_job.c107 _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/
Dshared.c90 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()
Dvdpau.c80 ctx->vdpSurfaces = _mesa_set_create(NULL, _mesa_hash_pointer, in _mesa_VDPAUInitNV()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_nir_optim.c56 struct set *instrs = _mesa_set_create(NULL, _mesa_hash_pointer, in check_instr_depends_on_tex()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator.c664 _mesa_hash_pointer, in vc4_simulator_init_global()
677 _mesa_hash_pointer, in vc4_simulator_init()
Dvc4_qir.c649 _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/
Dfreedreno_ringbuffer_sp.c71 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/
Dnir_phi_builder.c130 _mesa_hash_table_init(&val->ht, pb, _mesa_hash_pointer, in nir_phi_builder_add_value()
Dnir_opt_loop_unroll.c484 _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()
Dnir_lower_const_arrays_to_uniforms.c261 _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/
Dv3d_simulator.c867 _mesa_hash_pointer, in v3d_simulator_init_global()
896 _mesa_hash_pointer, in v3d_simulator_init()
/third_party/mesa3d/src/etnaviv/drm/
Detnaviv_cmd_stream.c178 uint32_t hash = _mesa_hash_pointer(bo); in bo2idx()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_inline_uniforms.c322 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/
Dfreedreno_batch.c140 _mesa_set_create(NULL, _mesa_hash_pointer, _mesa_key_pointer_equal); in fd_batch_create()

123