/third_party/mesa3d/src/util/tests/set/ |
D | set_test.cpp | 75 _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/ |
D | bi_helper_invocations.c | 183 _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()
|
D | bi_liveness.c | 144 _mesa_set_destroy(visited, NULL); in bi_compute_liveness() 145 _mesa_set_destroy(work_list, NULL); in bi_compute_liveness()
|
D | bi_opt_dce.c | 150 _mesa_set_destroy(visited, NULL); in bi_postra_liveness() 151 _mesa_set_destroy(work_list, NULL); in bi_postra_liveness()
|
D | bi_opt_cse.c | 194 _mesa_set_destroy(instr_set, NULL); in bi_opt_cse()
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_helper_invocations.c | 141 _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/ |
D | d3d12_batch.cpp | 149 _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/ |
D | pan_liveness.c | 157 _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/ |
D | nir_lower_scratch.c | 148 _mesa_set_destroy(set, NULL); in nir_lower_vars_to_scratch() 231 _mesa_set_destroy(set, NULL); in nir_lower_vars_to_scratch()
|
D | nir_opt_access.c | 366 _mesa_set_destroy(state.vars_read, NULL); in nir_opt_access() 367 _mesa_set_destroy(state.vars_written, NULL); in nir_opt_access()
|
D | nir_remove_dead_variables.c | 212 _mesa_set_destroy(live, NULL); in nir_remove_dead_variables()
|
D | nir_propagate_invariant.c | 229 _mesa_set_destroy(invariants, NULL); in nir_propagate_invariant()
|
D | nir_inline_functions.c | 284 _mesa_set_destroy(inlined, NULL); in nir_inline_functions()
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_liveness.c | 136 _mesa_set_destroy(work_list, NULL); in agx_compute_liveness()
|
/third_party/mesa3d/src/mesa/main/ |
D | shared.c | 401 _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/ |
D | ir3_cse.c | 143 _mesa_set_destroy(instr_set, NULL); in ir3_cse()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_context.c | 112 _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/ |
D | u_vertex_state_cache.c | 65 _mesa_set_destroy(cache->set, NULL); in util_vertex_state_cache_deinit()
|
/third_party/mesa3d/src/util/ |
D | set.h | 76 _mesa_set_destroy(struct set *set,
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_batch.c | 181 _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/ |
D | si_nir_optim.c | 91 _mesa_set_destroy(instrs, NULL); in check_instr_depends_on_tex()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | lower_if_to_cond_assign.cpp | 85 _mesa_set_destroy(this->condition_variables, NULL); in ~ir_if_to_cond_assign_visitor()
|
D | link_functions.cpp | 55 _mesa_set_destroy(this->locals, NULL); in ~call_link_visitor()
|
/third_party/mesa3d/src/freedreno/drm/ |
D | msm_ringbuffer.c | 401 _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/ |
D | sfn_nir_vectorize_vs_inputs.c | 260 _mesa_set_destroy(instr_set, NULL); in r600_vec_instr_set_destroy()
|