Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dopt_copy_propagation.cpp114 _mesa_set_destroy(kills, NULL); in visit_enter()
245 _mesa_set_destroy(new_kills, NULL); in handle_if_block()
297 _mesa_set_destroy(new_kills, NULL); in handle_loop()
Dlower_if_to_cond_assign.cpp81 _mesa_set_destroy(this->condition_variables, NULL); in ~ir_if_to_cond_assign_visitor()
Dlink_functions.cpp56 _mesa_set_destroy(this->locals, NULL); in ~call_link_visitor()
Dstandalone.cpp58 _mesa_set_destroy(variables, NULL); in ~dead_variable_visitor()
Dir_validate.cpp60 _mesa_set_destroy(this->ir_set, NULL); in ~ir_validate()
Dlinker.cpp4480 _mesa_set_destroy(resource_set, NULL); in build_program_resource_list()
/external/mesa3d/src/util/
Dset.h62 _mesa_set_destroy(struct set *set,
Dset.c142 _mesa_set_destroy(struct set *ht, void (*delete_function)(struct set_entry *entry)) in _mesa_set_destroy() function
/external/mesa3d/src/compiler/nir/
Dnir_propagate_invariant.c193 _mesa_set_destroy(invariants, NULL); in nir_propagate_invariant()
Dnir_remove_dead_variables.c215 _mesa_set_destroy(live, NULL); in nir_remove_dead_variables()
Dnir_inline_functions.c282 _mesa_set_destroy(inlined, NULL); in nir_inline_functions()
Dnir_instr_set.c502 _mesa_set_destroy(instr_set, NULL); in nir_instr_set_destroy()
Dnir_print.c1172 _mesa_set_destroy(state->syms, NULL); in destroy_print_state()
/external/mesa3d/src/mesa/main/
Dshared.c405 _mesa_set_destroy(shared->SyncObjects, NULL); in free_shared_state()
Dvdpau.c105 _mesa_set_destroy(ctx->vdpSurfaces, unregister_surface); in _mesa_VDPAUFiniNV()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch.c235 _mesa_set_destroy(batch->resources, NULL); in __fd_batch_destroy()