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

1 2 3 4 5 6 7

  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_compiler.c 44 ralloc_free(compiler);
  /external/mesa3d/src/mesa/main/
shaderobj.c 126 ralloc_free(sh);
138 ralloc_free(sh);
211 ralloc_free(oldData);
306 ralloc_free(shProg);
335 ralloc_free(shProg->data->UniformStorage);
341 ralloc_free(shProg->UniformRemapTable);
352 ralloc_free(shProg->data->InfoLog);
355 ralloc_free(shProg->data->UniformBlocks);
359 ralloc_free(shProg->data->ShaderStorageBlocks);
363 ralloc_free(shProg->data->AtomicBuffers)
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_reorder_uniforms.c 85 ralloc_free(c->uniform_data);
87 ralloc_free(c->uniform_contents);
  /external/mesa3d/src/compiler/glsl/
standalone_scaffolding.cpp 119 ralloc_free(sh);
126 ralloc_free(sh);
146 ralloc_free(shProg->data->InfoLog);
149 ralloc_free(shProg->data->UniformBlocks);
153 ralloc_free(shProg->data->ShaderStorageBlocks);
157 ralloc_free(shProg->data->AtomicBuffers);
ir_function_detect_recursion.cpp 169 ralloc_free(this->mem_ctx);
291 ralloc_free(proto);
309 ralloc_free(proto);
opt_copy_propagation.cpp 73 ralloc_free(mem_ctx);
126 ralloc_free(this->kills);
255 ralloc_free(new_kills);
305 ralloc_free(new_kills);
opt_dead_functions.cpp 59 ralloc_free(this->mem_ctx);
ir_variable_refcount.cpp 63 ralloc_free(this->mem_ctx);
  /external/mesa3d/src/mesa/program/
arbprogparse.c 88 ralloc_free(program->String);
124 ralloc_free(program->arb.Instructions);
177 ralloc_free(prog.arb.Instructions);
178 ralloc_free(prog.String);
186 ralloc_free(program->String);
208 ralloc_free(program->arb.Instructions);
  /external/mesa3d/src/util/
disk_cache.c 196 ralloc_free(buf);
301 ralloc_free(local);
309 ralloc_free(cache);
310 ralloc_free(local);
320 ralloc_free(cache);
356 ralloc_free(dir);
639 ralloc_free(filename_tmp);
641 ralloc_free(filename);
676 ralloc_free(filename);
688 ralloc_free(filename)
    [all...]
set.c 128 ralloc_free(ht);
154 ralloc_free(ht->table);
155 ralloc_free(ht);
241 ralloc_free(old_ht.table);
ralloc.h 34 * ralloc_free on any particular object to free it and all of its
227 void ralloc_free(void *ptr);
444 ralloc_free(p); \
  /external/mesa3d/src/compiler/nir/
nir_worklist.c 46 ralloc_free(w->blocks_present);
47 ralloc_free(w->blocks);
nir_array.h 54 ralloc_free(arr->data);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_dead_code_eliminate.cpp 141 ralloc_free(live);
142 ralloc_free(flag_live);
brw_vec4_cse.cpp 242 ralloc_free(entry);
256 ralloc_free(entry);
266 ralloc_free(entry);
276 ralloc_free(cse_ctx);
brw_vec4_reg_allocate.cpp 113 ralloc_free(compiler->vec4_reg_set.ra_reg_to_grf);
115 ralloc_free(compiler->vec4_reg_set.regs);
119 ralloc_free(compiler->vec4_reg_set.classes);
252 ralloc_free(g);
276 ralloc_free(g);
497 ralloc_free(reg_type_size);
brw_ff_gs.c 125 ralloc_free(mem_ctx);
148 ralloc_free(mem_ctx);
brw_vec4_dead_code_eliminate.cpp 153 ralloc_free(live);
154 ralloc_free(flag_live);
brw_fs_live_variables.cpp 277 ralloc_free(mem_ctx);
283 ralloc_free(live_intervals);
300 ralloc_free(this->virtual_grf_start);
301 ralloc_free(this->virtual_grf_end);
brw_vec4_live_variables.cpp 211 ralloc_free(mem_ctx);
241 ralloc_free(this->virtual_grf_start);
242 ralloc_free(this->virtual_grf_end);
310 ralloc_free(live_intervals);
brw_cs.c 75 ralloc_free(mem_ctx);
126 ralloc_free(mem_ctx);
171 ralloc_free(mem_ctx);
  /external/mesa3d/src/compiler/glsl/tests/
blob_test.c 188 ralloc_free(ctx);
247 ralloc_free(ctx);
270 ralloc_free(ctx);
314 ralloc_free(ctx);
  /external/mesa3d/src/intel/vulkan/
anv_pipeline.c 487 ralloc_free(mem_ctx);
496 ralloc_free(mem_ctx);
500 ralloc_free(mem_ctx);
646 ralloc_free(mem_ctx);
657 ralloc_free(mem_ctx);
666 ralloc_free(mem_ctx);
677 ralloc_free(mem_ctx);
681 ralloc_free(mem_ctx);
745 ralloc_free(mem_ctx);
755 ralloc_free(mem_ctx)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_context.c 81 ralloc_free(i830);

Completed in 302 milliseconds

1 2 3 4 5 6 7