Home
last modified time | relevance | path

Searched refs:ralloc_free (Results 1 – 25 of 61) sorted by relevance

123

/external/mesa3d/src/glsl/
Dir_function_detect_recursion.cpp159 ralloc_free(node); in operator delete()
185 ralloc_free(this->mem_ctx); in ~has_recursion_visitor()
303 ralloc_free(proto); in emit_errors_unlinked()
321 ralloc_free(proto); in emit_errors_linked()
Dmain.cpp198 ralloc_free(shader->InfoLog); in compile_shader()
205 ralloc_free(state); in compile_shader()
283 ralloc_free(whole_program->_LinkedShaders[i]); in main()
285 ralloc_free(whole_program); in main()
Dglsl_symbol_table.cpp41 ralloc_free(entry); in operator delete()
65 ralloc_free(mem_ctx); in ~glsl_symbol_table()
Dir_variable_refcount.h63 ralloc_free(this->mem_ctx); in ~ir_variable_refcount_visitor()
Dtest_optpass.cpp266 ralloc_free(state); in test_optpass()
267 ralloc_free(shader); in test_optpass()
Dglsl_symbol_table.h74 ralloc_free(table); in delete()
Dopt_structure_splitting.cpp89 ralloc_free(mem_ctx); in ~ir_structure_reference_visitor()
372 ralloc_free(mem_ctx); in do_structure_splitting()
Dopt_array_splitting.cpp98 ralloc_free(mem_ctx); in ~ir_array_reference_visitor()
401 ralloc_free(mem_ctx); in optimize_split_arrays()
Dlist.h95 ralloc_free(node); in delete()
304 ralloc_free(node); in delete()
Dopt_dead_functions.cpp59 ralloc_free(this->mem_ctx); in ~ir_dead_functions_visitor()
Dralloc.h227 void ralloc_free(void *ptr);
Dlower_output_reads.cpp83 ralloc_free(mem_ctx); in ~output_read_remover()
Dralloc.c199 ralloc_free(void *ptr) in ralloc_free() function
281 ralloc_free(autofree_context); in autofree()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_reg_allocate.cpp111 ralloc_free(brw->vs.ra_reg_to_grf); in brw_alloc_reg_set_for_classes()
113 ralloc_free(brw->vs.regs); in brw_alloc_reg_set_for_classes()
115 ralloc_free(brw->vs.classes); in brw_alloc_reg_set_for_classes()
216 ralloc_free(g); in reg_allocate()
242 ralloc_free(g); in reg_allocate()
Dbrw_fs_reg_allocate.cpp89 ralloc_free(brw->wm.ra_reg_to_grf); in brw_alloc_reg_set_for_classes()
91 ralloc_free(brw->wm.regs); in brw_alloc_reg_set_for_classes()
93 ralloc_free(brw->wm.classes); in brw_alloc_reg_set_for_classes()
248 ralloc_free(g); in assign_regs()
277 ralloc_free(g); in assign_regs()
Dbrw_fs_live_variables.cpp156 ralloc_free(mem_ctx); in ~fs_live_variables()
171 ralloc_free(this->virtual_grf_def); in calculate_live_intervals()
172 ralloc_free(this->virtual_grf_use); in calculate_live_intervals()
Dbrw_fs_cse.cpp159 ralloc_free(entry); in opt_cse_local()
166 ralloc_free(mem_ctx); in opt_cse_local()
Dbrw_gs.c126 ralloc_free(mem_ctx); in compile_gs_prog()
150 ralloc_free(mem_ctx); in compile_gs_prog()
Dbrw_shader.cpp116 ralloc_free(shader->ir); in brw_link_shader()
197 ralloc_free(mem_ctx); in brw_link_shader()
Dbrw_fs_vector_splitting.cpp86 ralloc_free(mem_ctx); in ~ir_vector_reference_visitor()
389 ralloc_free(mem_ctx); in brw_do_vector_splitting()
Dbrw_fs_copy_propagation.cpp149 ralloc_free(mem_ctx); in opt_copy_propagate()
/external/mesa3d/src/glsl/glcpp/
Dglcpp-parse.y196 ralloc_free ($1);
243 ralloc_free (macro);
245 ralloc_free ($2);
287 ralloc_free ($2);
292 ralloc_free ($2);
340 ralloc_free (macro);
858 ralloc_free (tail); in _token_list_trim_trailing_space()
1203 ralloc_free (parser); in glcpp_parser_destroy()
1423 ralloc_free (arguments); in _glcpp_parser_expand_function()
1601 ralloc_free (parser->active); in _parser_active_list_pop()
[all …]
Dglcpp.c119 ralloc_free(ctx); in main()
/external/mesa3d/src/mesa/main/
Dshaderobj.c130 ralloc_free(sh); in _mesa_delete_shader()
286 ralloc_free(shProg->UniformStorage); in _mesa_clear_shader_program_data()
297 ralloc_free(shProg->InfoLog); in _mesa_clear_shader_program_data()
370 ralloc_free(shProg); in _mesa_delete_shader_program()
/external/mesa3d/src/mesa/program/
Dsampler.cpp54 ralloc_free(this->mem_ctx); in ~get_sampler_name()

123