Home
last modified time | relevance | path

Searched refs:_mesa_set_add_pre_hashed (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_goto_ifs.c274 _mesa_set_add_pre_hashed(reachable, entry->hash, entry->key); in fork_reachable()
464 _mesa_set_add_pre_hashed(outside, child_entry->hash, in inside_outside()
474 _mesa_set_add_pre_hashed(loop_heads, entry->hash, entry->key); in inside_outside()
723 _mesa_set_add_pre_hashed(prev_frontier, entry->hash, in organize_levels()
734 _mesa_set_add_pre_hashed(skip_targets, entry->hash, entry->key); in organize_levels()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_pipeline.c908 he = _mesa_set_add_pre_hashed(&ctx->gfx_inputs, hash, ikey); in zink_find_or_create_input_dynamic()
928 he = _mesa_set_add_pre_hashed(&ctx->gfx_inputs, hash, ikey); in zink_find_or_create_input()
943 he = _mesa_set_add_pre_hashed(&ctx->gfx_outputs, hash, okey); in zink_find_or_create_output_ds3()
958 he = _mesa_set_add_pre_hashed(&ctx->gfx_outputs, hash, okey); in zink_find_or_create_output()
H A Dzink_descriptors.c208 _mesa_set_add_pre_hashed(&screen->desc_pool_keys[type], hash, pool_key); in descriptor_util_pool_key_get()
H A Dzink_context.c5712 _mesa_set_add_pre_hashed(ctx->need_barriers[is_compute], he->hash, res); in zink_update_barriers()
/aosp_15_r20/external/mesa3d/src/util/
H A Dset.h87 _mesa_set_add_pre_hashed(struct set *set, uint32_t hash, const void *key);
H A Dset.c487 _mesa_set_add_pre_hashed(struct set *set, uint32_t hash, const void *key) in _mesa_set_add_pre_hashed() function
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_vertex_state_cache.c106 _mesa_set_add_pre_hashed(cache->set, hash, state); in util_vertex_state_cache_get()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.c487 _mesa_set_add_pre_hashed(batch->resources, rsc->hash, rsc); in fd_batch_add_resource()
H A Dfreedreno_resource.c456 _mesa_set_add_pre_hashed(batch->resources, shadow->hash, shadow); in fd_try_shadow_resource()
/aosp_15_r20/external/mesa3d/src/freedreno/drm/msm/
H A Dmsm_ringbuffer.c155 _mesa_set_add_pre_hashed(set, hash, ring); in append_ring()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resolve.c521 _mesa_set_add_pre_hashed(batch->cache.depth, bo->hash, bo); in crocus_depth_cache_add_bo()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.cpp556 _mesa_set_add_pre_hashed(screen->varying_info_set, info.hash, key); in fill_varyings()