Home
last modified time | relevance | path

Searched refs:_mesa_hash_table_search_pre_hashed (Results 1 – 25 of 31) sorted by relevance

12

/third_party/mesa3d/src/util/tests/hash_table/
Dcollision.c63 entry1 = _mesa_hash_table_search_pre_hashed(ht, bad_hash, str1); in main()
66 entry2 = _mesa_hash_table_search_pre_hashed(ht, bad_hash, str2); in main()
70 entry1 = _mesa_hash_table_search_pre_hashed(ht, bad_hash, str1); in main()
75 entry2 = _mesa_hash_table_search_pre_hashed(ht, bad_hash, str2); in main()
80 entry2 = _mesa_hash_table_search_pre_hashed(ht, bad_hash, str2); in main()
94 entry1 = _mesa_hash_table_search_pre_hashed(ht, bad_hash, str1); in main()
96 entry2 = _mesa_hash_table_search_pre_hashed(ht, bad_hash, str2); in main()
/third_party/mesa3d/src/mesa/main/
Dhash.c135 entry = _mesa_hash_table_search_pre_hashed(table->ht, in _mesa_HashLookup_unlocked()
197 entry = _mesa_hash_table_search_pre_hashed(table->ht, hash, uint_key(key)); in _mesa_HashInsert_unlocked()
277 entry = _mesa_hash_table_search_pre_hashed(table->ht, in _mesa_HashRemove_unlocked()
Dformats.c517 entry = _mesa_hash_table_search_pre_hashed(format_array_format_table, in _mesa_format_from_array_format()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_surface.c176 struct hash_entry *entry = _mesa_hash_table_search_pre_hashed(&res->surface_cache, hash, ivci); in zink_get_surface()
289 …struct hash_entry *he = _mesa_hash_table_search_pre_hashed(&res->surface_cache, surface->hash, &su… in zink_destroy_surface()
329 …struct hash_entry *new_entry = _mesa_hash_table_search_pre_hashed(&res->surface_cache, hash, &ivci… in zink_rebind_surface()
342 …struct hash_entry *entry = _mesa_hash_table_search_pre_hashed(&res->surface_cache, surface->hash, … in zink_rebind_surface()
Dzink_framebuffer.c61 struct hash_entry *he = _mesa_hash_table_search_pre_hashed(&fb->objects, hash, rp); in zink_init_framebuffer_imageless()
208 struct hash_entry *he = _mesa_hash_table_search_pre_hashed(&fb->objects, hash, rp); in zink_init_framebuffer()
Dzink_descriptors.c448 …struct hash_entry *he = _mesa_hash_table_search_pre_hashed(&ctx->desc_set_layouts[type], hash, &ke… in zink_descriptor_util_layout_get()
590 …struct hash_entry *he = _mesa_hash_table_search_pre_hashed(ctx->dd->descriptor_pools[type], hash, … in descriptor_pool_get()
753 he = _mesa_hash_table_search_pre_hashed(zds->pool->desc_sets, zds->hash, &zds->key); in punt_invalid_set()
796 … struct hash_entry *he = _mesa_hash_table_search_pre_hashed(pool->free_desc_sets, hash, &key); in zink_descriptor_set_get()
813 struct hash_entry *he = _mesa_hash_table_search_pre_hashed(pool->desc_sets, hash, &key); in zink_descriptor_set_get()
824 he = _mesa_hash_table_search_pre_hashed(pool->free_desc_sets, hash, &key); in zink_descriptor_set_get()
898 … struct hash_entry *he = _mesa_hash_table_search_pre_hashed(pool->desc_sets, zds->hash, &zds->key); in zink_descriptor_set_recycle()
Dzink_program.c699 entry = _mesa_hash_table_search_pre_hashed(&prog->pipelines[idx], state->final_hash, state); in zink_get_gfx_pipeline()
739 entry = _mesa_hash_table_search_pre_hashed(comp->pipelines, state->hash, state); in zink_get_compute_pipeline()
/third_party/mesa3d/src/util/
Du_debug_stack_android.cpp42 _mesa_hash_table_search_pre_hashed(symbol_table, hash, symbol); in intern_symbol()
Dhash_table.h100 _mesa_hash_table_search_pre_hashed(struct hash_table *ht, uint32_t hash,
Dhash_table.c352 _mesa_hash_table_search_pre_hashed(struct hash_table *ht, uint32_t hash, in _mesa_hash_table_search_pre_hashed() function
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_border_color.c140 _mesa_hash_table_search_pre_hashed(pool->ht, hash, color); in iris_upload_border_color()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_minmax_index.c147 result = _mesa_hash_table_search_pre_hashed(bufferObj->MinMaxCache, hash, &key); in vbo_get_minmax_cached()
211 table_entry = _mesa_hash_table_search_pre_hashed(bufferObj->MinMaxCache, in vbo_minmax_cache_store()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cache.c94 _mesa_hash_table_search_pre_hashed(cache->ht, hash, key); in ir3_cache_lookup()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resolve.c440 if (_mesa_hash_table_search_pre_hashed(batch->cache.render, bo->hash, bo) || in crocus_cache_flush_for_read()
484 _mesa_hash_table_search_pre_hashed(batch->cache.render, bo->hash, bo); in crocus_cache_flush_for_render()
497 _mesa_hash_table_search_pre_hashed(batch->cache.render, bo->hash, bo); in crocus_render_cache_add_bo()
514 if (_mesa_hash_table_search_pre_hashed(batch->cache.render, bo->hash, bo)) in crocus_cache_flush_for_depth()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch_cache.c304 _mesa_hash_table_search_pre_hashed(cache->ht, batch->hash, key); in fd_bc_invalidate_batch()
439 _mesa_hash_table_search_pre_hashed(cache->ht, hash, key); in batch_from_key()
Dfreedreno_autotune.c59 _mesa_hash_table_search_pre_hashed(at->ht, batch->hash, batch->key); in get_history()
Dfreedreno_gmem.c546 _mesa_hash_table_search_pre_hashed(cache->ht, hash, key); in lookup_gmem_state()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_analyze_ubo_ranges.c107 _mesa_hash_table_search_pre_hashed(state->blocks, hash, key); in get_block_info()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_locals_to_regs.c108 _mesa_hash_table_search_pre_hashed(state->regs_table, hash, deref); in get_reg_for_deref()
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_lower_samplers_as_deref.c189 _mesa_hash_table_search_pre_hashed(state->remap_table, hash, name); in lower_deref()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_pipeline_state.cpp295 struct hash_entry *entry = _mesa_hash_table_search_pre_hashed(ctx->pso_cache, hash, in d3d12_get_gfx_pipeline_state()
Dd3d12_gs_variant.cpp480 struct hash_entry *entry = _mesa_hash_table_search_pre_hashed(ctx->gs_variant_cache, in d3d12_get_gs_variant()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_texture.c429 _mesa_hash_table_search_pre_hashed(fd6_ctx->tex_cache, hash, &key); in fd6_texture_state()
/third_party/mesa3d/src/freedreno/drm/
Dmsm_ringbuffer.c144 entry = _mesa_hash_table_search_pre_hashed(submit->bo_table, hash, bo); in append_bo()
Dmsm_ringbuffer_sp.c144 entry = _mesa_hash_table_search_pre_hashed(submit->bo_table, hash, bo); in msm_submit_append_bo()

12