Home
last modified time | relevance | path

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

123

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_helper_invocations.c145 _mesa_hash_pointer, in bi_analyze_helper_terminate()
149 _mesa_hash_pointer, in bi_analyze_helper_terminate()
249 _mesa_hash_pointer, in bi_analyze_helper_requirements()
253 _mesa_hash_pointer, in bi_analyze_helper_requirements()
Dbi_liveness.c101 _mesa_hash_pointer, in bi_compute_liveness()
105 _mesa_hash_pointer, in bi_compute_liveness()
Dbi_opt_dce.c119 _mesa_hash_pointer, in bi_postra_liveness()
123 _mesa_hash_pointer, in bi_postra_liveness()
Dbi_test.h49 _mesa_hash_pointer, in bit_builder()
/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.cpp43 batch->bos = _mesa_set_create(NULL, _mesa_hash_pointer, in d3d12_init_batch()
45 batch->sampler_views = _mesa_set_create(NULL, _mesa_hash_pointer, in d3d12_init_batch()
47 batch->surfaces = _mesa_set_create(NULL, _mesa_hash_pointer, in d3d12_init_batch()
50 _mesa_hash_pointer, in d3d12_init_batch()
/third_party/mesa3d/src/util/tests/set/
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.c62 _mesa_hash_table_create(ctx, _mesa_hash_pointer, _mesa_key_pointer_equal); in ir3_context_init()
64 _mesa_hash_table_create(ctx, _mesa_hash_pointer, _mesa_key_pointer_equal); in ir3_context_init()
66 _mesa_hash_table_create(ctx, _mesa_hash_pointer, _mesa_key_pointer_equal); in ir3_context_init()
68 _mesa_hash_table_create(ctx, _mesa_hash_pointer, _mesa_key_pointer_equal); in ir3_context_init()
399 errors = _mesa_hash_table_create(NULL, _mesa_hash_pointer, in ir3_context_error()
474 ctx->addr0_ht[idx] = _mesa_hash_table_create(ctx, _mesa_hash_pointer, in ir3_get_addr0()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_framebuffer.c59 uint32_t hash = _mesa_hash_pointer(rp); in zink_init_framebuffer_imageless()
128 if (!_mesa_hash_table_init(&fb->objects, fb, _mesa_hash_pointer, _mesa_key_pointer_equal)) in create_framebuffer_imageless()
206 uint32_t hash = _mesa_hash_pointer(rp); in zink_init_framebuffer()
274 if (!_mesa_hash_table_init(&fb->objects, fb, _mesa_hash_pointer, _mesa_key_pointer_equal)) in create_framebuffer()
/third_party/mesa3d/src/freedreno/drm/
Dmsm_ringbuffer.c141 uint32_t hash = _mesa_hash_pointer(bo); in append_bo()
170 uint32_t hash = _mesa_hash_pointer(ring); in append_ring()
428 msm_submit->bo_table = _mesa_hash_table_create(NULL, _mesa_hash_pointer, in msm_submit_new()
431 _mesa_set_create(NULL, _mesa_hash_pointer, _mesa_key_pointer_equal); in msm_submit_new()
699 _mesa_set_create(NULL, _mesa_hash_pointer, _mesa_key_pointer_equal); in msm_ringbuffer_new_object()
Dmsm_ringbuffer_sp.c141 uint32_t hash = _mesa_hash_pointer(bo); in msm_submit_append_bo()
620 msm_submit->bo_table = _mesa_hash_table_create(NULL, _mesa_hash_pointer, in msm_submit_sp_new()
/third_party/mesa3d/src/util/
Du_hash_table.c40 return _mesa_hash_pointer(key); in pointer_hash()
Dhash_table.c674 _mesa_hash_pointer(const void *pointer) in _mesa_hash_pointer() function
721 return _mesa_hash_table_create(mem_ctx, _mesa_hash_pointer, in _mesa_pointer_hash_table_create()
778 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/v3d/
Dv3d_job.c107 _mesa_hash_pointer, in v3d_job_create()
143 _mesa_hash_pointer, in v3d_job_add_write_resource()
609 _mesa_hash_pointer, in v3d_job_init()
/third_party/mesa3d/src/asahi/compiler/
Dagx_liveness.c95 struct set *work_list = _mesa_set_create(NULL, _mesa_hash_pointer, in agx_compute_liveness()
/third_party/mesa3d/src/mesa/main/
Dshared.c88 shared->ZombieBufferObjects = _mesa_set_create(NULL, _mesa_hash_pointer, in _mesa_alloc_shared_state()
137 shared->SyncObjects = _mesa_set_create(NULL, _mesa_hash_pointer, in _mesa_alloc_shared_state()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.c590 ctx->used_resources_read = _mesa_set_create(NULL, _mesa_hash_pointer, in etna_context_create()
595 ctx->used_resources_write = _mesa_set_create(NULL, _mesa_hash_pointer, in etna_context_create()
600 ctx->flush_resources = _mesa_set_create(NULL, _mesa_hash_pointer, in etna_context_create()
/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/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()
701 _mesa_hash_table_create(NULL, _mesa_hash_pointer, in partial_unroll()
/third_party/mesa3d/src/broadcom/simulator/
Dv3d_simulator.c783 _mesa_hash_pointer, in v3d_simulator_init_global()
808 _mesa_hash_pointer, in v3d_simulator_init()

123