Home
last modified time | relevance | path

Searched refs:_mesa_hash_table_u64_search (Results 1 – 20 of 20) sorted by relevance

/third_party/mesa3d/src/util/
Dfossilize_db.c378 _mesa_hash_table_u64_search(foz_db->index_db, hash); in foz_read_entry()
381 entry = _mesa_hash_table_u64_search(foz_db->index_db, hash); in foz_read_entry()
459 _mesa_hash_table_u64_search(foz_db->index_db, hash); in foz_write_entry()
Dhash_table.h185 _mesa_hash_table_u64_search(struct hash_table_u64 *ht, uint64_t key);
Dhash_table.c869 _mesa_hash_table_u64_search(struct hash_table_u64 *ht, uint64_t key) in _mesa_hash_table_u64_search() function
/third_party/mesa3d/src/panfrost/midgard/
Dmir_squeeze.c39 unsigned temp = (uintptr_t) _mesa_hash_table_u64_search( in find_or_allocate_temp()
Dmidgard_compile.c512 void *constant_value = _mesa_hash_table_u64_search(ctx->ssa_constants, node + 1); in emit_explicit_constant()
2594 void *entry = _mesa_hash_table_u64_search(ctx->ssa_constants, alu->src[idx] + 1); \
2623 … void *entry = _mesa_hash_table_u64_search(ctx->ssa_constants, alu->src[1] + 1); in inline_alu_constants()
/third_party/mesa3d/src/mesa/main/
Dtexturebindless.c54 _mesa_hash_table_u64_search(ctx->Shared->TextureHandles, id); in lookup_texture_handle()
70 _mesa_hash_table_u64_search(ctx->Shared->ImageHandles, id); in lookup_image_handle()
108 return _mesa_hash_table_u64_search(ctx->ResidentTextureHandles, in is_texture_handle_resident()
118 return _mesa_hash_table_u64_search(ctx->ResidentImageHandles, in is_image_handle_resident()
/third_party/mesa3d/src/panfrost/util/
Dpan_sysval.c159 void *cached = _mesa_hash_table_u64_search(sysval_to_id, sysval); in pan_lookup_sysval()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_resource_state.cpp263 (d3d12_context_state_table_entry *) _mesa_hash_table_u64_search(table, bo->unique_id); in find_or_create_state_entry()
345 void *data = _mesa_hash_table_u64_search(ctx->bo_state_table, *id); in d3d12_context_state_resolve_submission()
/third_party/mesa3d/src/drm-shim/
Ddevice.c420 struct shim_bo *bo = _mesa_hash_table_u64_search(shim_device.offset_map, offset); in drm_shim_mmap()
/third_party/mesa3d/src/intel/nullhw-layer/
Dintel_nullhw.c72 void *data = _mesa_hash_table_u64_search(vk_object_to_data, obj); in find_object_data()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_bo.c719 _mesa_hash_table_u64_search(rws->bo_vas, va.offset); in radeon_create_bo()
1163 _mesa_hash_table_u64_search(ws->bo_vas, va.offset); in radeon_winsys_bo_from_ptr()
1295 _mesa_hash_table_u64_search(ws->bo_vas, va.offset); in radeon_winsys_bo_from_handle()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.c1488 nir_variable *bare_sampler = _mesa_hash_table_u64_search(data, tex->sampler_index); in redirect_sampler_derefs()
1542 nir_variable *new_var = _mesa_hash_table_u64_search(data, var_key); in redirect_sampler_derefs()
1575 nir_variable *bare_sampler = _mesa_hash_table_u64_search(data, tex->texture_index); in redirect_texture_derefs()
1622 nir_variable *new_var = _mesa_hash_table_u64_search(data, var_key); in redirect_texture_derefs()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_context.c500 addr = _mesa_hash_table_u64_search(ctx->addr1_ht, const_val); in ir3_get_addr1()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_meta.c704 _mesa_hash_table_u64_search(device->blits.contexts, key->u64); in dzn_meta_blits_get_context()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c161 _mesa_hash_table_u64_search(batch->state_sizes, address - base_address); in decode_get_state_size()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c162 _mesa_hash_table_u64_search(batch->state_sizes, address); in decode_get_state_size()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnir.c583 ppir_block *block = _mesa_hash_table_u64_search(comp->blocks, (uintptr_t)nblock); in ppir_get_block()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c74 agx_index *components = _mesa_hash_table_u64_search(b->shader->allocated_vec, in agx_emit_extract()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c168 _mesa_hash_table_u64_search(b->shader->allocated_vec, in bi_extract()
4669 nir_intrinsic_instr *prev = _mesa_hash_table_u64_search(slots, slot); in bifrost_nir_lower_store_component()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp236 void *data = _mesa_hash_table_u64_search(vk_object_to_data, obj); in find_object_data()