Home
last modified time | relevance | path

Searched refs:_mesa_hash_table_search_pre_hashed (Results 1 - 25 of 37) sorted by relevance

12

/third_party/mesa3d/src/util/tests/hash_table/
H A 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/
H A 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()
H A 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/
H A Dzink_surface.c222 struct hash_entry *entry = _mesa_hash_table_search_pre_hashed(&res->surface_cache, hash, ivci); in zink_get_surface()
314 struct hash_entry *he = _mesa_hash_table_search_pre_hashed(&res->surface_cache, surface->hash, &surface->ivci); in zink_destroy_surface()
359 struct hash_entry *new_entry = _mesa_hash_table_search_pre_hashed(&res->surface_cache, hash, &ivci); in zink_rebind_surface()
371 struct hash_entry *entry = _mesa_hash_table_search_pre_hashed(&res->surface_cache, surface->hash, &surface->ivci); in zink_rebind_surface()
H A Dzink_descriptors.c450 struct hash_entry *he = _mesa_hash_table_search_pre_hashed(&ctx->desc_set_layouts[type], hash, &key); in zink_descriptor_util_layout_get()
595 struct hash_entry *he = _mesa_hash_table_search_pre_hashed(ctx->dd->descriptor_pools[type], hash, pool_key); in descriptor_pool_get()
774 he = _mesa_hash_table_search_pre_hashed(zds->pool->desc_sets, zds->hash, &zds->key); in punt_invalid_set()
827 struct hash_entry *he = _mesa_hash_table_search_pre_hashed(pool->free_desc_sets, hash, &key); in zink_descriptor_set_get()
851 struct hash_entry *he = _mesa_hash_table_search_pre_hashed(pool->desc_sets, hash, &key); in zink_descriptor_set_get()
862 he = _mesa_hash_table_search_pre_hashed(pool->free_desc_sets, hash, &key); in zink_descriptor_set_get()
954 struct hash_entry *he = _mesa_hash_table_search_pre_hashed(pool->desc_sets, zds->hash, &zds->key); in zink_descriptor_set_recycle()
H A Dzink_framebuffer.c61 struct hash_entry *he = _mesa_hash_table_search_pre_hashed(&fb->objects, hash, rp); in zink_init_framebuffer()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_border_color.c114 _mesa_hash_table_search_pre_hashed(pool->ht, hash, color); in iris_upload_border_color()
/third_party/mesa3d/src/util/
H A Du_debug_stack_android.cpp42 _mesa_hash_table_search_pre_hashed(symbol_table, hash, symbol); in intern_symbol()
H A Dhash_table.h99 _mesa_hash_table_search_pre_hashed(struct hash_table *ht, uint32_t hash,
H A 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/freedreno/ir3/
H A Dir3_cache.c94 _mesa_hash_table_search_pre_hashed(cache->ht, hash, key); in ir3_cache_lookup()
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_minmax_index.c146 result = _mesa_hash_table_search_pre_hashed(bufferObj->MinMaxCache, hash, &key); in vbo_get_minmax_cached()
210 table_entry = _mesa_hash_table_search_pre_hashed(bufferObj->MinMaxCache, in vbo_minmax_cache_store()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A 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);
H A Dfreedreno_autotune.c59 _mesa_hash_table_search_pre_hashed(at->ht, batch->hash, batch->key); in get_history()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_pipeline_state.cpp353 struct hash_entry *entry = _mesa_hash_table_search_pre_hashed(ctx->pso_cache, hash, in d3d12_get_gfx_pipeline_state()
480 struct hash_entry *entry = _mesa_hash_table_search_pre_hashed(ctx->compute_pso_cache, hash, in d3d12_get_compute_pipeline_state()
H A Dd3d12_tcs_variant.cpp156 struct hash_entry *entry = _mesa_hash_table_search_pre_hashed(ctx->tcs_variant_cache, in d3d12_get_tcs_variant()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A 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/intel/compiler/
H A 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/
H A 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/etnaviv/drm/
H A Detnaviv_cmd_stream.c182 entry = _mesa_hash_table_search_pre_hashed(priv->bo_table, hash, bo); in bo2idx()
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_samplers_as_deref.c201 _mesa_hash_table_search_pre_hashed(state->remap_table, hash, name); in lower_deref()
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_ringbuffer_sp.c74 entry = _mesa_hash_table_search_pre_hashed(submit->bo_table, hash, bo); in fd_submit_append_bo()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.c374 _mesa_hash_table_search_pre_hashed(fd6_ctx->tex_cache, hash, &key); in fd6_texture_state()
/third_party/mesa3d/src/freedreno/drm/msm/
H A Dmsm_ringbuffer.c143 entry = _mesa_hash_table_search_pre_hashed(submit->bo_table, hash, bo); in append_bo()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_resource.c658 entry = _mesa_hash_table_search_pre_hashed(ctx->pending_resources, in etna_resource_used()

Completed in 36 milliseconds

12