Home
last modified time | relevance | path

Searched refs:_mesa_set_search_or_add (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/util/tests/set/
Dset_test.cpp161 struct set_entry *entry = _mesa_set_search_or_add(s, &c, &found); in TEST()
167 struct set_entry *entry3 = _mesa_set_search_or_add(s, &d, &found); in TEST()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_cse.c123 _mesa_set_search_or_add(instr_set, instr, &found); in ir3_cse()
/third_party/mesa3d/src/util/
Dset.h90 _mesa_set_search_or_add(struct set *set, const void *key, bool *found);
Dset.c522 _mesa_set_search_or_add(struct set *set, const void *key, bool *found) in _mesa_set_search_or_add() function
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_opt_cse.c180 _mesa_set_search_or_add(instr_set, instr, &found); in bi_opt_cse()
/third_party/mesa3d/src/compiler/nir/
Dnir_instr_set.c812 struct set_entry *e = _mesa_set_search_or_add(instr_set, instr, NULL); in nir_instr_set_add_or_rewrite()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_batch.c661 _mesa_set_search_or_add(s, ptr, &found); in batch_ptr_add_usage()
Dzink_context.c1982 … struct set_entry *entry = _mesa_set_search_or_add(&ctx->render_pass_state_cache, &pstate, &found); in get_render_pass()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.c247 _mesa_set_search_or_add(batch->resources, rsrc, &found); in panfrost_batch_update_access()