Searched refs:_mesa_set_search_or_add (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/util/tests/set/ |
D | set_test.cpp | 161 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/ |
D | ir3_cse.c | 123 _mesa_set_search_or_add(instr_set, instr, &found); in ir3_cse()
|
/third_party/mesa3d/src/util/ |
D | set.h | 90 _mesa_set_search_or_add(struct set *set, const void *key, bool *found);
|
D | set.c | 522 _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/ |
D | bi_opt_cse.c | 180 _mesa_set_search_or_add(instr_set, instr, &found); in bi_opt_cse()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_instr_set.c | 812 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/ |
D | zink_batch.c | 661 _mesa_set_search_or_add(s, ptr, &found); in batch_ptr_add_usage()
|
D | zink_context.c | 1982 … 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/ |
D | pan_job.c | 247 _mesa_set_search_or_add(batch->resources, rsrc, &found); in panfrost_batch_update_access()
|