Searched refs:_mesa_set_destroy (Results 1 - 25 of 71) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dgl_nir_linker.c68 _mesa_set_destroy(resource_set, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/util/tests/set/
H A Dset_test.cpp54 _mesa_set_destroy(s, NULL);
85 _mesa_set_destroy(s, NULL);
86 _mesa_set_destroy(clone, NULL);
114 _mesa_set_destroy(s, NULL);
/xsrc/external/mit/MesaLib/dist/src/util/tests/set/
H A Dset_test.cpp75 _mesa_set_destroy(s, NULL);
106 _mesa_set_destroy(s, NULL);
107 _mesa_set_destroy(clone, NULL);
135 _mesa_set_destroy(s, NULL);
172 _mesa_set_destroy(s, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_cse.c59 _mesa_set_destroy(instr_set, NULL);
H A Dnir_inline_functions.c237 _mesa_set_destroy(inlined, NULL);
H A Dnir_propagate_invariant.c202 _mesa_set_destroy(invariants, NULL);
H A Dnir_remove_dead_variables.c209 _mesa_set_destroy(live, NULL);
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_helper_invocations.c183 _mesa_set_destroy(visited, NULL);
184 _mesa_set_destroy(worklist, NULL);
272 _mesa_set_destroy(visited, NULL);
273 _mesa_set_destroy(work_list, NULL);
H A Dbi_liveness.c144 _mesa_set_destroy(visited, NULL);
145 _mesa_set_destroy(work_list, NULL);
H A Dbi_opt_dce.c150 _mesa_set_destroy(visited, NULL);
151 _mesa_set_destroy(work_list, NULL);
H A Dbi_opt_cse.c194 _mesa_set_destroy(instr_set, NULL);
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_helper_invocations.c141 _mesa_set_destroy(visited, NULL);
142 _mesa_set_destroy(worklist, NULL);
234 _mesa_set_destroy(visited, NULL);
235 _mesa_set_destroy(work_list, NULL);
/xsrc/external/mit/MesaLib/dist/src/panfrost/util/
H A Dpan_liveness.c157 _mesa_set_destroy(visited, NULL);
158 _mesa_set_destroy(work_list, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dset.h65 _mesa_set_destroy(struct set *set,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_batch.cpp149 _mesa_set_destroy(batch->bos, NULL);
150 _mesa_set_destroy(batch->sampler_views, NULL);
151 _mesa_set_destroy(batch->surfaces, NULL);
152 _mesa_set_destroy(batch->objects, NULL);
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_liveness.c136 _mesa_set_destroy(work_list, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_vertex_state_cache.c65 _mesa_set_destroy(cache->set, NULL);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_cse.c143 _mesa_set_destroy(instr_set, NULL);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dset.h76 _mesa_set_destroy(struct set *set,
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_scratch.c148 _mesa_set_destroy(set, NULL);
231 _mesa_set_destroy(set, NULL);
H A Dnir_inline_functions.c284 _mesa_set_destroy(inlined, NULL);
H A Dnir_propagate_invariant.c229 _mesa_set_destroy(invariants, NULL);
H A Dnir_remove_dead_variables.c212 _mesa_set_destroy(live, NULL);
H A Dnir_opt_access.c366 _mesa_set_destroy(state.vars_read, NULL);
367 _mesa_set_destroy(state.vars_written, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_nir_optim.c91 _mesa_set_destroy(instrs, NULL);

Completed in 13 milliseconds

123