OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ralloc_free
(Results
1 - 25
of
63
) sorted by null
1
2
3
/external/mesa3d/src/glsl/
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);
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);
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);
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);
ir_variable_refcount.h
63
ralloc_free
(this->mem_ctx);
main.cpp
198
ralloc_free
(shader->InfoLog);
205
ralloc_free
(state);
283
ralloc_free
(whole_program->_LinkedShaders[i]);
285
ralloc_free
(whole_program);
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);
ast.h
53
* easier to just
ralloc_free
'ctx' (or any of its ancestors). */
65
*
ralloc_free
in that case. */
68
ralloc_free
(table);
342
* easier to just
ralloc_free
'ctx' (or any of its ancestors). */
354
*
ralloc_free
in that case. */
357
ralloc_free
(table);
opt_dead_functions.cpp
59
ralloc_free
(this->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_types.h
89
* easier to just
ralloc_free
'mem_ctx' (or any of its ancestors). */
106
*
ralloc_free
in that case. */
109
ralloc_free
(type);
opt_array_splitting.cpp
98
ralloc_free
(mem_ctx);
401
ralloc_free
(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_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_live_variables.cpp
156
ralloc_free
(mem_ctx);
171
ralloc_free
(this->virtual_grf_def);
172
ralloc_free
(this->virtual_grf_use);
brw_vec4.h
83
* easier to just
ralloc_free
'ctx' (or any of its ancestors). */
121
* easier to just
ralloc_free
'ctx' (or any of its ancestors). */
150
* easier to just
ralloc_free
'ctx' (or any of its ancestors). */
brw_gs.c
126
ralloc_free
(mem_ctx);
150
ralloc_free
(mem_ctx);
brw_shader.cpp
116
ralloc_free
(shader->ir);
197
ralloc_free
(mem_ctx);
/external/mesa3d/src/glsl/glcpp/
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
...]
glcpp.c
119
ralloc_free
(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);
/external/mesa3d/src/mesa/program/
sampler.cpp
54
ralloc_free
(this->mem_ctx);
/external/mesa3d/src/glsl/builtins/tools/
generate_builtins.py
208
ralloc_free
(sh);
233
ralloc_free
(builtin_mem_ctx);
Completed in 803 milliseconds
1
2
3