Home
last modified time | relevance | path

Searched refs:_mesa_set_destroy (Results 1 – 25 of 47) sorted by relevance

12

/third_party/mesa3d/src/util/tests/set/
Dset_test.cpp75 _mesa_set_destroy(s, NULL); in TEST()
106 _mesa_set_destroy(s, NULL); in TEST()
107 _mesa_set_destroy(clone, NULL); in TEST()
135 _mesa_set_destroy(s, NULL); in TEST()
172 _mesa_set_destroy(s, NULL); in TEST()
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_helper_invocations.c183 _mesa_set_destroy(visited, NULL); in bi_analyze_helper_terminate()
184 _mesa_set_destroy(worklist, NULL); in bi_analyze_helper_terminate()
272 _mesa_set_destroy(visited, NULL); in bi_analyze_helper_requirements()
273 _mesa_set_destroy(work_list, NULL); in bi_analyze_helper_requirements()
Dbi_liveness.c144 _mesa_set_destroy(visited, NULL); in bi_compute_liveness()
145 _mesa_set_destroy(work_list, NULL); in bi_compute_liveness()
Dbi_opt_dce.c150 _mesa_set_destroy(visited, NULL); in bi_postra_liveness()
151 _mesa_set_destroy(work_list, NULL); in bi_postra_liveness()
Dbi_opt_cse.c194 _mesa_set_destroy(instr_set, NULL); in bi_opt_cse()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_helper_invocations.c141 _mesa_set_destroy(visited, NULL); in mir_analyze_helper_terminate()
142 _mesa_set_destroy(worklist, NULL); in mir_analyze_helper_terminate()
234 _mesa_set_destroy(visited, NULL); in mir_analyze_helper_requirements()
235 _mesa_set_destroy(work_list, NULL); in mir_analyze_helper_requirements()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_batch.cpp149 _mesa_set_destroy(batch->bos, NULL); in d3d12_destroy_batch()
150 _mesa_set_destroy(batch->sampler_views, NULL); in d3d12_destroy_batch()
151 _mesa_set_destroy(batch->surfaces, NULL); in d3d12_destroy_batch()
152 _mesa_set_destroy(batch->objects, NULL); in d3d12_destroy_batch()
/third_party/mesa3d/src/panfrost/util/
Dpan_liveness.c157 _mesa_set_destroy(visited, NULL); in pan_compute_liveness()
158 _mesa_set_destroy(work_list, NULL); in pan_compute_liveness()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_scratch.c148 _mesa_set_destroy(set, NULL); in nir_lower_vars_to_scratch()
231 _mesa_set_destroy(set, NULL); in nir_lower_vars_to_scratch()
Dnir_opt_access.c366 _mesa_set_destroy(state.vars_read, NULL); in nir_opt_access()
367 _mesa_set_destroy(state.vars_written, NULL); in nir_opt_access()
Dnir_remove_dead_variables.c212 _mesa_set_destroy(live, NULL); in nir_remove_dead_variables()
Dnir_propagate_invariant.c229 _mesa_set_destroy(invariants, NULL); in nir_propagate_invariant()
Dnir_inline_functions.c284 _mesa_set_destroy(inlined, NULL); in nir_inline_functions()
/third_party/mesa3d/src/asahi/compiler/
Dagx_liveness.c136 _mesa_set_destroy(work_list, NULL); in agx_compute_liveness()
/third_party/mesa3d/src/mesa/main/
Dshared.c401 _mesa_set_destroy(shared->ZombieBufferObjects, NULL); in free_shared_state()
419 _mesa_set_destroy(shared->SyncObjects, NULL); in free_shared_state()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_cse.c143 _mesa_set_destroy(instr_set, NULL); in ir3_cse()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.c112 _mesa_set_destroy(ctx->used_resources_read, NULL); in etna_context_destroy()
129 _mesa_set_destroy(ctx->used_resources_write, NULL); in etna_context_destroy()
133 _mesa_set_destroy(ctx->flush_resources, NULL); in etna_context_destroy()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_vertex_state_cache.c65 _mesa_set_destroy(cache->set, NULL); in util_vertex_state_cache_deinit()
/third_party/mesa3d/src/util/
Dset.h76 _mesa_set_destroy(struct set *set,
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_batch.c181 _mesa_set_destroy(bs->surfaces, NULL); in zink_batch_state_destroy()
182 _mesa_set_destroy(bs->bufferviews, NULL); in zink_batch_state_destroy()
183 _mesa_set_destroy(bs->programs, NULL); in zink_batch_state_destroy()
184 _mesa_set_destroy(bs->active_queries, NULL); in zink_batch_state_destroy()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_nir_optim.c91 _mesa_set_destroy(instrs, NULL); in check_instr_depends_on_tex()
/third_party/mesa3d/src/compiler/glsl/
Dlower_if_to_cond_assign.cpp85 _mesa_set_destroy(this->condition_variables, NULL); in ~ir_if_to_cond_assign_visitor()
Dlink_functions.cpp55 _mesa_set_destroy(this->locals, NULL); in ~call_link_visitor()
/third_party/mesa3d/src/freedreno/drm/
Dmsm_ringbuffer.c401 _mesa_set_destroy(msm_submit->ring_set, unref_rings); in msm_submit_destroy()
634 _mesa_set_destroy(msm_ring->u.ring_set, unref_rings); in msm_ringbuffer_destroy()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_vectorize_vs_inputs.c260 _mesa_set_destroy(instr_set, NULL); in r600_vec_instr_set_destroy()

12