/third_party/mesa3d/src/intel/compiler/ |
H A D | gfx6_gs_visitor.cpp | 148 dst.reladdr = ralloc(mem_ctx, src_reg); in gs_emit_vertex() 166 dst.reladdr = ralloc(mem_ctx, src_reg); in gs_emit_vertex() 178 dst.reladdr = ralloc(mem_ctx, src_reg); in gs_emit_vertex() 238 dst.reladdr = ralloc(mem_ctx, src_reg); in gs_end_primitive() 270 flags_data.reladdr = ralloc(mem_ctx, src_reg); in emit_urb_write_header() 408 data.reladdr = ralloc(mem_ctx, src_reg); in emit_thread_end() 647 data.reladdr = ralloc(mem_ctx, src_reg); in xfb_program()
|
H A D | brw_disasm_info.c | 110 struct disasm_info *disasm = ralloc(NULL, struct disasm_info); in disasm_initialize() 187 struct inst_group *new = ralloc(disasm, struct inst_group); in disasm_insert_error()
|
H A D | test_vec4_dead_code_eliminate.cpp | 96 prog_data = ralloc(ctx, struct brw_vue_prog_data); in SetUp()
|
H A D | test_vec4_copy_propagation.cpp | 96 prog_data = ralloc(ctx, struct brw_vue_prog_data); in SetUp()
|
H A D | test_fs_copy_propagation.cpp | 63 prog_data = ralloc(ctx, struct brw_wm_prog_data); in SetUp()
|
H A D | brw_eu.c | 41 #include "util/ralloc.h" 454 curr = ralloc(mem_ctx, struct brw_label); in brw_create_label() 460 struct brw_label *root = ralloc(mem_ctx, struct brw_label); in brw_create_label()
|
H A D | brw_vec4_cse.cpp | 198 aeb_entry *entry = ralloc(cse_ctx, aeb_entry); in opt_cse_local()
|
H A D | test_vec4_register_coalesce.cpp | 99 prog_data = ralloc(ctx, struct brw_vue_prog_data); in SetUp()
|
/third_party/mesa3d/src/intel/ds/ |
H A D | intel_pps_perf.cc | 12 #include <util/ralloc.h>
|
/third_party/mesa3d/src/panfrost/ds/ |
H A D | pan_pps_perf.cc | 5 #include <util/ralloc.h>
|
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
H A D | glcpp.c | 137 void *ctx = ralloc(NULL, void*); in main()
|
/third_party/mesa3d/src/util/ |
H A D | log.c | 36 #include "util/ralloc.h" 101 struct log_stream *stream = ralloc(NULL, struct log_stream); in _mesa_log_stream_create()
|
H A D | string_buffer.c | 50 str = ralloc(mem_ctx, struct _mesa_string_buffer); in _mesa_string_buffer_create()
|
H A D | ralloc.h | 25 * \file ralloc.h 27 * ralloc: a recursive memory allocator 29 * The ralloc memory allocator creates a hierarchy of allocated 37 * The conceptual working of ralloc was directly inspired by Andrew 38 * Tridgell's talloc, but ralloc is an independent implementation 41 * talloc is more sophisticated than ralloc in that it includes reference 60 * \def ralloc(ctx, type) 68 #define ralloc(ctx, type) ((type *) ralloc_size(ctx, sizeof(type))) macro 82 * Allocate a new ralloc context. 84 * While any ralloc' [all...] |
H A D | set.c | 41 #include "ralloc.h" 148 ht = ralloc(mem_ctx, struct set); in _mesa_set_create() 185 clone = ralloc(dst_mem_ctx, struct set); in _mesa_set_clone()
|
H A D | fossilize_db.c | 46 #include "ralloc.h" 159 struct foz_db_entry *entry = ralloc(foz_db->mem_ctx, in update_foz_index() 517 entry = ralloc(foz_db->mem_ctx, struct foz_db_entry); in foz_write_entry()
|
H A D | hash_table.c | 48 #include "ralloc.h" 182 ht = ralloc(mem_ctx, struct hash_table); in _mesa_hash_table_create() 219 ht = ralloc(dst_mem_ctx, struct hash_table); in _mesa_hash_table_clone()
|
/third_party/mesa3d/src/gallium/drivers/lima/standalone/ |
H A D | lima_compiler_cmdline.c | 228 struct lima_vs_compiled_shader *vs = ralloc(nir, struct lima_vs_compiled_shader); in main()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_merge_regs.c | 26 #include "ralloc.h" 198 struct ir3_merge_set *set = ralloc(def, struct ir3_merge_set); in get_merge_set() 205 set->regs = ralloc(set, struct ir3_register *); in get_merge_set()
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_aux_map.c | 85 #include "util/ralloc.h" 116 struct aux_map_buffer *buf = ralloc(ctx, struct aux_map_buffer); in add_buffer() 209 ctx = ralloc(NULL, struct intel_aux_map_context); in intel_aux_map_init()
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_schedule.c | 1132 midgard_instruction *mov = ralloc(ctx, midgard_instruction); in mir_schedule_zs_write() 1201 sadd = ralloc(ctx, midgard_instruction); in mir_schedule_alu() 1228 vadd = ralloc(ctx, midgard_instruction); in mir_schedule_alu() 1344 vmul = ralloc(ctx, midgard_instruction); in mir_schedule_alu()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | nir.c | 25 #include "util/ralloc.h" 35 gpir_reg *reg = ralloc(comp, gpir_reg); in gpir_create_reg() 346 gpir_block *block = ralloc(comp, gpir_block); in gpir_emit_function()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_io_to_temporaries.c | 292 nir_variable *nvar = ralloc(state->shader, nir_variable); in create_shadow_temp()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_framebuffer.c | 96 VkFramebuffer *ptr = ralloc(fb, VkFramebuffer); in zink_init_framebuffer()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | instr.c | 25 #include "util/ralloc.h" 53 ppir_dep *dep = ralloc(succ, ppir_dep); in ppir_instr_add_dep()
|