/external/mesa3d/src/mesa/program/ |
D | arbprogparse.c | 89 ralloc_free(program->String); in _mesa_parse_arb_fragment_program() 125 ralloc_free(program->arb.Instructions); in _mesa_parse_arb_fragment_program() 178 ralloc_free(prog.arb.Instructions); in _mesa_parse_arb_vertex_program() 179 ralloc_free(prog.String); in _mesa_parse_arb_vertex_program() 186 ralloc_free(program->String); in _mesa_parse_arb_vertex_program() 208 ralloc_free(program->arb.Instructions); in _mesa_parse_arb_vertex_program()
|
D | program.c | 272 ralloc_free(prog->nir); in _mesa_delete_program() 276 ralloc_free(prog->sh.BindlessSamplers); in _mesa_delete_program() 280 ralloc_free(prog->sh.BindlessImages); in _mesa_delete_program() 284 ralloc_free(prog->driver_cache_blob); in _mesa_delete_program() 287 ralloc_free(prog); in _mesa_delete_program() 393 ralloc_free(prog->arb.Instructions); in _mesa_insert_instructions() 440 ralloc_free(prog->arb.Instructions); in _mesa_delete_instructions()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_pipeline.c | 535 ralloc_free(mem_ctx); in anv_pipeline_compile_vs() 550 ralloc_free(mem_ctx); in anv_pipeline_compile_vs() 560 ralloc_free(mem_ctx); in anv_pipeline_compile_vs() 564 ralloc_free(mem_ctx); in anv_pipeline_compile_vs() 677 ralloc_free(mem_ctx); in anv_pipeline_compile_tcs_tes() 712 ralloc_free(mem_ctx); in anv_pipeline_compile_tcs_tes() 724 ralloc_free(mem_ctx); in anv_pipeline_compile_tcs_tes() 733 ralloc_free(mem_ctx); in anv_pipeline_compile_tcs_tes() 745 ralloc_free(mem_ctx); in anv_pipeline_compile_tcs_tes() 749 ralloc_free(mem_ctx); in anv_pipeline_compile_tcs_tes() [all …]
|
/external/mesa3d/src/compiler/glsl/ |
D | standalone_scaffolding.cpp | 119 ralloc_free(sh); in _mesa_delete_shader() 126 ralloc_free(sh); in _mesa_delete_linked_shader() 146 ralloc_free(shProg->data->InfoLog); in _mesa_clear_shader_program_data() 149 ralloc_free(shProg->data->UniformBlocks); in _mesa_clear_shader_program_data() 153 ralloc_free(shProg->data->ShaderStorageBlocks); in _mesa_clear_shader_program_data() 157 ralloc_free(shProg->data->AtomicBuffers); in _mesa_clear_shader_program_data()
|
D | ir_function_detect_recursion.cpp | 169 ralloc_free(this->mem_ctx); in ~has_recursion_visitor() 291 ralloc_free(proto); in emit_errors_unlinked() 309 ralloc_free(proto); in emit_errors_linked()
|
D | opt_copy_propagation_elements.cpp | 124 ralloc_free(mem_ctx); in ~ir_copy_propagation_elements_visitor() 211 ralloc_free(this->kills); in visit_enter() 426 ralloc_free(new_kills); in handle_if_block() 484 ralloc_free(new_kills); in handle_loop()
|
/external/mesa3d/src/mesa/main/ |
D | shaderobj.c | 129 ralloc_free(sh); in _mesa_delete_shader() 141 ralloc_free(sh); in _mesa_delete_linked_shader() 219 ralloc_free(oldData); in _mesa_reference_shader_program_data() 312 ralloc_free(shProg); in _mesa_new_shader_program() 336 ralloc_free(shProg->UniformRemapTable); in _mesa_clear_shader_program_data() 409 ralloc_free(shProg); in _mesa_delete_shader_program()
|
D | glspirv.c | 51 ralloc_free(old); in _mesa_shader_spirv_data_reference() 94 ralloc_free(sh->ir); in _mesa_spirv_shader_binary() 96 ralloc_free(sh->symbols); in _mesa_spirv_shader_binary()
|
D | performance_monitor.c | 97 ralloc_free(m->ActiveGroups); in new_performance_monitor() 98 ralloc_free(m->ActiveCounters); in new_performance_monitor() 109 ralloc_free(m->ActiveGroups); in free_performance_monitor() 110 ralloc_free(m->ActiveCounters); in free_performance_monitor() 407 ralloc_free(m->ActiveGroups); in _mesa_DeletePerfMonitorsAMD() 408 ralloc_free(m->ActiveCounters); in _mesa_DeletePerfMonitorsAMD()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_bufimage.c | 233 ralloc_free(cs_3d.nir); in radv_device_init_meta_itob_state() 235 ralloc_free(cs.nir); in radv_device_init_meta_itob_state() 239 ralloc_free(cs.nir); in radv_device_init_meta_itob_state() 240 ralloc_free(cs_3d.nir); in radv_device_init_meta_itob_state() 454 ralloc_free(cs_3d.nir); in radv_device_init_meta_btoi_state() 456 ralloc_free(cs.nir); in radv_device_init_meta_btoi_state() 460 ralloc_free(cs_3d.nir); in radv_device_init_meta_btoi_state() 461 ralloc_free(cs.nir); in radv_device_init_meta_btoi_state() 669 ralloc_free(cs_3d.nir); in radv_device_init_meta_itoi_state() 671 ralloc_free(cs.nir); in radv_device_init_meta_itoi_state() [all …]
|
D | radv_meta_blit.c | 868 ralloc_free(fs_1d.nir); in radv_device_init_meta_blit_color() 869 ralloc_free(fs_2d.nir); in radv_device_init_meta_blit_color() 870 ralloc_free(fs_3d.nir); in radv_device_init_meta_blit_color() 1029 ralloc_free(fs_1d.nir); in radv_device_init_meta_blit_depth() 1030 ralloc_free(fs_2d.nir); in radv_device_init_meta_blit_depth() 1031 ralloc_free(fs_3d.nir); in radv_device_init_meta_blit_depth() 1207 ralloc_free(fs_1d.nir); in radv_device_init_meta_blit_stencil() 1208 ralloc_free(fs_2d.nir); in radv_device_init_meta_blit_stencil() 1209 ralloc_free(fs_3d.nir); in radv_device_init_meta_blit_stencil() 1267 ralloc_free(vs.nir); in radv_device_init_meta_blit_state()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_cse.cpp | 242 ralloc_free(entry); in opt_cse_local() 256 ralloc_free(entry); in opt_cse_local() 266 ralloc_free(entry); in opt_cse_local() 276 ralloc_free(cse_ctx); in opt_cse_local()
|
D | brw_vec4_reg_allocate.cpp | 113 ralloc_free(compiler->vec4_reg_set.ra_reg_to_grf); in brw_vec4_alloc_reg_set() 115 ralloc_free(compiler->vec4_reg_set.regs); in brw_vec4_alloc_reg_set() 119 ralloc_free(compiler->vec4_reg_set.classes); in brw_vec4_alloc_reg_set() 252 ralloc_free(g); in reg_allocate() 276 ralloc_free(g); in reg_allocate() 485 ralloc_free(reg_type_size); in evaluate_spill_costs()
|
D | brw_vec4_live_variables.cpp | 211 ralloc_free(mem_ctx); in ~vec4_live_variables() 241 ralloc_free(this->virtual_grf_start); in calculate_live_intervals() 242 ralloc_free(this->virtual_grf_end); in calculate_live_intervals() 310 ralloc_free(live_intervals); in invalidate_live_intervals()
|
D | brw_fs_live_variables.cpp | 303 ralloc_free(mem_ctx); in ~fs_live_variables() 309 ralloc_free(live_intervals); in invalidate_live_intervals() 326 ralloc_free(this->virtual_grf_start); in calculate_live_intervals() 327 ralloc_free(this->virtual_grf_end); in calculate_live_intervals()
|
D | brw_fs_dead_code_eliminate.cpp | 141 ralloc_free(live); in dead_code_eliminate() 142 ralloc_free(flag_live); in dead_code_eliminate()
|
D | brw_fs_cse.cpp | 327 ralloc_free(entry); in opt_cse_local() 342 ralloc_free(entry); in opt_cse_local() 351 ralloc_free(entry); in opt_cse_local() 360 ralloc_free(cse_ctx); in opt_cse_local()
|
D | brw_vec4_dead_code_eliminate.cpp | 153 ralloc_free(live); in dead_code_eliminate() 154 ralloc_free(flag_live); in dead_code_eliminate()
|
/external/mesa3d/src/util/ |
D | set.c | 128 ralloc_free(ht); in _mesa_set_create() 154 ralloc_free(ht->table); in _mesa_set_destroy() 155 ralloc_free(ht); in _mesa_set_destroy() 241 ralloc_free(old_ht.table); in set_rehash()
|
D | u_dynarray.h | 64 ralloc_free(buf->data); in util_dynarray_fini() 124 ralloc_free(buf->data); in util_dynarray_trim()
|
D | ralloc.h | 227 void ralloc_free(void *ptr); 453 ralloc_free(p); \
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_reorder_uniforms.c | 85 ralloc_free(c->uniform_data); in qir_reorder_uniforms() 87 ralloc_free(c->uniform_contents); in qir_reorder_uniforms()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_cs.c | 71 ralloc_free(mem_ctx); in brw_codegen_cs_prog() 101 ralloc_free(mem_ctx); in brw_codegen_cs_prog() 127 ralloc_free(mem_ctx); in brw_codegen_cs_prog()
|
D | brw_ff_gs.c | 125 ralloc_free(mem_ctx); in brw_codegen_ff_gs_prog() 148 ralloc_free(mem_ctx); in brw_codegen_ff_gs_prog()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_worklist.c | 46 ralloc_free(w->blocks_present); in nir_block_worklist_fini() 47 ralloc_free(w->blocks); in nir_block_worklist_fini()
|