Home
last modified time | relevance | path

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

12345678910>>...17

/third_party/mesa3d/src/vulkan/runtime/
Dvk_log.c154 ralloc_free(message); in __vk_log_impl()
155 ralloc_free(message_idname); in __vk_log_impl()
163 ralloc_free(message); in __vk_log_impl()
164 ralloc_free(message_idname); in __vk_log_impl()
229 ralloc_free(object_name_infos); in __vk_log_impl()
267 ralloc_free(message); in __vk_log_impl()
268 ralloc_free(message_idname); in __vk_log_impl()
328 ralloc_free(message); in __vk_errorv()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_program.c315 ralloc_free(nir); in lima_fs_compile_shader()
320 ralloc_free(nir); in lima_fs_compile_shader()
377 ralloc_free(fs->shader); in lima_get_compiled_fs()
389 ralloc_free(fs); in lima_get_compiled_fs()
469 ralloc_free(fs); in lima_delete_fs_state()
473 ralloc_free(so->base.ir.nir); in lima_delete_fs_state()
474 ralloc_free(so); in lima_delete_fs_state()
491 ralloc_free(nir); in lima_vs_compile_shader()
495 ralloc_free(nir); in lima_vs_compile_shader()
550 ralloc_free(vs->shader); in lima_get_compiled_vs()
[all …]
/third_party/mesa3d/src/compiler/glsl/
Dstandalone_scaffolding.cpp138 ralloc_free(sh); in _mesa_delete_shader()
145 ralloc_free(sh->Program); in _mesa_delete_linked_shader()
146 ralloc_free(sh); in _mesa_delete_linked_shader()
166 ralloc_free(shProg->data->InfoLog); in _mesa_clear_shader_program_data()
169 ralloc_free(shProg->data->UniformBlocks); in _mesa_clear_shader_program_data()
173 ralloc_free(shProg->data->ShaderStorageBlocks); in _mesa_clear_shader_program_data()
177 ralloc_free(shProg->data->AtomicBuffers); in _mesa_clear_shader_program_data()
Dir_function_detect_recursion.cpp167 ralloc_free(this->mem_ctx); in ~has_recursion_visitor()
289 ralloc_free(proto); in emit_errors_unlinked()
307 ralloc_free(proto); in emit_errors_linked()
Dlink_uniforms.cpp58 ralloc_free(name_copy); in process()
94 ralloc_free(name); in process()
103 ralloc_free(name); in process()
/third_party/mesa3d/src/broadcom/compiler/
Dvir_live_variables.c201 ralloc_free(partial_update); in vir_setup_def_use()
304 ralloc_free(c->temp_start); in vir_calculate_live_intervals()
305 ralloc_free(c->temp_end); in vir_calculate_live_intervals()
308 ralloc_free(block->def); in vir_calculate_live_intervals()
309 ralloc_free(block->use); in vir_calculate_live_intervals()
310 ralloc_free(block->live_in); in vir_calculate_live_intervals()
311 ralloc_free(block->live_out); in vir_calculate_live_intervals()
/third_party/mesa3d/src/mesa/main/
Dshaderobj.c137 ralloc_free(sh); in _mesa_delete_shader()
150 ralloc_free(sh); in _mesa_delete_linked_shader()
226 ralloc_free(oldData); in _mesa_reference_shader_program_data()
321 ralloc_free(shProg); in _mesa_new_shader_program()
345 ralloc_free(shProg->UniformRemapTable); in _mesa_clear_shader_program_data()
422 ralloc_free(shProg); in _mesa_delete_shader_program()
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_liveness.c79 ralloc_free(blk->live_in); in liveness_block_update()
101 ralloc_free(block->live_in); in bi_compute_liveness()
104 ralloc_free(block->live_out); in bi_compute_liveness()
/third_party/mesa3d/src/intel/compiler/
Dintel_clc.c407 ralloc_free(mem_ctx); in main()
417 ralloc_free(mem_ctx); in main()
448 ralloc_free(mem_ctx); in main()
490 ralloc_free(mem_ctx); in main()
502 ralloc_free(mem_ctx); in main()
515 ralloc_free(mem_ctx); in main()
533 ralloc_free(mem_ctx); in main()
573 ralloc_free(mem_ctx); in main()
Dbrw_vec4_cse.cpp269 ralloc_free(entry); in opt_cse_local()
283 ralloc_free(entry); in opt_cse_local()
293 ralloc_free(entry); in opt_cse_local()
303 ralloc_free(cse_ctx); in opt_cse_local()
Dbrw_vec4_reg_allocate.cpp110 ralloc_free(compiler->vec4_reg_set.regs); in brw_vec4_alloc_reg_set()
114 ralloc_free(compiler->vec4_reg_set.classes); in brw_vec4_alloc_reg_set()
217 ralloc_free(g); in reg_allocate()
239 ralloc_free(g); in reg_allocate()
449 ralloc_free(reg_type_size); in evaluate_spill_costs()
/third_party/mesa3d/src/panfrost/util/
Dpan_liveness.c94 ralloc_free(blk->live_in); in liveness_block_update()
166 ralloc_free(block->live_in); in pan_free_liveness()
169 ralloc_free(block->live_out); in pan_free_liveness()
/third_party/mesa3d/src/mesa/program/
Darbprogparse.c86 ralloc_free(program->String); in _mesa_parse_arb_fragment_program()
122 ralloc_free(program->arb.Instructions); in _mesa_parse_arb_fragment_program()
179 ralloc_free(program->String); in _mesa_parse_arb_vertex_program()
201 ralloc_free(program->arb.Instructions); in _mesa_parse_arb_vertex_program()
Dprogram.c262 ralloc_free(prog->nir); in _mesa_delete_program()
266 ralloc_free(prog->sh.BindlessSamplers); in _mesa_delete_program()
270 ralloc_free(prog->sh.BindlessImages); in _mesa_delete_program()
274 ralloc_free(prog->driver_cache_blob); in _mesa_delete_program()
277 ralloc_free(prog); in _mesa_delete_program()
/third_party/mesa3d/src/compiler/spirv/
Dgl_spirv.c242 ralloc_free(b); in gl_spirv_validation()
254 ralloc_free(b); in gl_spirv_validation()
267 ralloc_free(b); in gl_spirv_validation()
Dnir_lower_libclc.c65 ralloc_free(params); in lower_clc_call_instr()
115 ralloc_free(ra_ctx); in nir_lower_libclc()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler.c67 ralloc_free((void *)compiler); in etna_compiler_create()
79 ralloc_free((void *)compiler); in etna_compiler_destroy()
Detnaviv_compiler_nir_ra.c233 ralloc_free(defs); in etna_ra_assign()
253 ralloc_free(c->g); in etna_ra_finish()
254 ralloc_free(c->live_map); in etna_ra_finish()
/third_party/mesa3d/src/compiler/nir/
Dnir_sweep.c51 ralloc_free(block->live_in); in sweep_block()
54 ralloc_free(block->live_out); in sweep_block()
174 ralloc_free(rubbish); in nir_sweep()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_reorder_uniforms.c85 ralloc_free(c->uniform_data); in qir_reorder_uniforms()
87 ralloc_free(c->uniform_contents); in qir_reorder_uniforms()
/third_party/mesa3d/src/compiler/glsl/tests/
Dgeneral_ir_test.cpp71 ralloc_free(mem_ctx); in TEST_F()
102 ralloc_free(mem_ctx); in TEST_F()
/third_party/mesa3d/src/intel/common/
Dintel_disasm.c107 ralloc_free(mem_ctx); in intel_disassemble()
108 ralloc_free(disasm_info); in intel_disassemble()
/third_party/mesa3d/src/intel/ds/
Dintel_pps_perf.cc47 ralloc_free(ralloc_ctx); in ~IntelPerf()
51 ralloc_free(ralloc_cfg); in ~IntelPerf()
/third_party/mesa3d/src/gallium/drivers/lima/standalone/
Dlima_disasm.c143 ralloc_free(bin); in extract_shader_binary()
195 ralloc_free(prog); in main()
/third_party/mesa3d/src/broadcom/qpu/tests/
Dqpu_disasm.c145 ralloc_free((void *)disasm_output); in main()
186 ralloc_free((void *)redisasm); in main()

12345678910>>...17