HomeSort by relevance Sort by last modified time
    Searched refs:ralloc_free (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/mesa3d/src/glsl/
ir_variable_refcount.h 63 ralloc_free(this->mem_ctx);
glsl_symbol_table.h 55 * easier to just ralloc_free 'ctx' (or any of its ancestors). */
69 * ralloc_free in that case. Here, C++ will have already called the
74 ralloc_free(table);
ir_function_detect_recursion.cpp 144 * easier to just ralloc_free 'ctx' (or any of its ancestors). */
156 * ralloc_free in that case. */
159 ralloc_free(node);
185 ralloc_free(this->mem_ctx);
303 ralloc_free(proto);
321 ralloc_free(proto);
main.cpp 198 ralloc_free(shader->InfoLog);
205 ralloc_free(state);
283 ralloc_free(whole_program->_LinkedShaders[i]);
285 ralloc_free(whole_program);
glsl_symbol_table.cpp 30 * easier to just ralloc_free 'ctx' (or any of its ancestors). */
38 /* If the user *does* call delete, that's OK, we will just ralloc_free. */
41 ralloc_free(entry);
65 ralloc_free(mem_ctx);
opt_dead_functions.cpp 59 ralloc_free(this->mem_ctx);
ralloc.h 34 * ralloc_free on any particular object to free it and all of its
227 void ralloc_free(void *ptr);
lower_output_reads.cpp 83 ralloc_free(mem_ctx);
list.h 80 * easier to just ralloc_free 'ctx' (or any of its ancestors). */
92 * ralloc_free in that case. */
95 ralloc_free(node);
289 * easier to just ralloc_free 'ctx' (or any of its ancestors). */
301 * ralloc_free in that case. */
304 ralloc_free(node);
opt_array_splitting.cpp 98 ralloc_free(mem_ctx);
401 ralloc_free(mem_ctx);
opt_structure_splitting.cpp 89 ralloc_free(mem_ctx);
372 ralloc_free(mem_ctx);
test_optpass.cpp 266 ralloc_free(state);
267 ralloc_free(shader);
glsl_parser_extras.h 64 * easier to just ralloc_free 'ctx' (or any of its ancestors). */
74 * ralloc_free in that case. */
77 ralloc_free(mem);
link_uniform_initializers.cpp 180 ralloc_free(mem_ctx);
  /external/mesa3d/src/glsl/glcpp/
glcpp.c 119 ralloc_free(ctx);
glcpp-parse.y 196 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);
1203 ralloc_free (parser);
    [all...]
  /external/mesa3d/src/mesa/program/
sampler.cpp 54 ralloc_free(this->mem_ctx);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_reg_allocate.cpp 111 ralloc_free(brw->vs.ra_reg_to_grf);
113 ralloc_free(brw->vs.regs);
115 ralloc_free(brw->vs.classes);
216 ralloc_free(g);
242 ralloc_free(g);
brw_fs_cse.cpp 159 ralloc_free(entry);
166 ralloc_free(mem_ctx);
brw_gs.c 126 ralloc_free(mem_ctx);
150 ralloc_free(mem_ctx);
brw_fs_live_variables.cpp 156 ralloc_free(mem_ctx);
171 ralloc_free(this->virtual_grf_def);
172 ralloc_free(this->virtual_grf_use);
brw_fs_reg_allocate.cpp 89 ralloc_free(brw->wm.ra_reg_to_grf);
91 ralloc_free(brw->wm.regs);
93 ralloc_free(brw->wm.classes);
248 ralloc_free(g);
277 ralloc_free(g);
brw_fs_vector_splitting.cpp 86 ralloc_free(mem_ctx);
389 ralloc_free(mem_ctx);
brw_shader.cpp 116 ralloc_free(shader->ir);
197 ralloc_free(mem_ctx);
  /external/mesa3d/src/mesa/main/
shaderobj.c 130 ralloc_free(sh);
286 ralloc_free(shProg->UniformStorage);
297 ralloc_free(shProg->InfoLog);
370 ralloc_free(shProg);

Completed in 176 milliseconds

1 2 3