/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_helper_invocations.c | 145 _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()
|
D | bi_liveness.c | 101 _mesa_hash_pointer, in bi_compute_liveness() 105 _mesa_hash_pointer, in bi_compute_liveness()
|
D | bi_opt_dce.c | 119 _mesa_hash_pointer, in bi_postra_liveness() 123 _mesa_hash_pointer, in bi_postra_liveness()
|
D | bi_test.h | 49 _mesa_hash_pointer, in bit_builder()
|
/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 | 43 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/ |
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 | 62 _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/ |
D | zink_framebuffer.c | 59 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/ |
D | msm_ringbuffer.c | 141 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()
|
D | msm_ringbuffer_sp.c | 141 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/ |
D | u_hash_table.c | 40 return _mesa_hash_pointer(key); in pointer_hash()
|
D | hash_table.c | 674 _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()
|
D | hash_table.h | 122 uint32_t _mesa_hash_pointer(const void *pointer);
|
/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() 609 _mesa_hash_pointer, in v3d_job_init()
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_liveness.c | 95 struct set *work_list = _mesa_set_create(NULL, _mesa_hash_pointer, in agx_compute_liveness()
|
/third_party/mesa3d/src/mesa/main/ |
D | shared.c | 88 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/ |
D | etnaviv_context.c | 590 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/ |
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/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() 701 _mesa_hash_table_create(NULL, _mesa_hash_pointer, in partial_unroll()
|
/third_party/mesa3d/src/broadcom/simulator/ |
D | v3d_simulator.c | 783 _mesa_hash_pointer, in v3d_simulator_init_global() 808 _mesa_hash_pointer, in v3d_simulator_init()
|