Home
last modified time | relevance | path

Searched refs:ralloc (Results 1 - 25 of 66) sorted by relevance

123

/third_party/mesa3d/src/intel/compiler/
H A Dgfx6_gs_visitor.cpp148 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 Dbrw_disasm_info.c110 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 Dtest_vec4_dead_code_eliminate.cpp96 prog_data = ralloc(ctx, struct brw_vue_prog_data); in SetUp()
H A Dtest_vec4_copy_propagation.cpp96 prog_data = ralloc(ctx, struct brw_vue_prog_data); in SetUp()
H A Dtest_fs_copy_propagation.cpp63 prog_data = ralloc(ctx, struct brw_wm_prog_data); in SetUp()
H A Dbrw_eu.c41 #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 Dbrw_vec4_cse.cpp198 aeb_entry *entry = ralloc(cse_ctx, aeb_entry); in opt_cse_local()
H A Dtest_vec4_register_coalesce.cpp99 prog_data = ralloc(ctx, struct brw_vue_prog_data); in SetUp()
/third_party/mesa3d/src/intel/ds/
H A Dintel_pps_perf.cc12 #include <util/ralloc.h>
/third_party/mesa3d/src/panfrost/ds/
H A Dpan_pps_perf.cc5 #include <util/ralloc.h>
/third_party/mesa3d/src/compiler/glsl/glcpp/
H A Dglcpp.c137 void *ctx = ralloc(NULL, void*); in main()
/third_party/mesa3d/src/util/
H A Dlog.c36 #include "util/ralloc.h"
101 struct log_stream *stream = ralloc(NULL, struct log_stream); in _mesa_log_stream_create()
H A Dstring_buffer.c50 str = ralloc(mem_ctx, struct _mesa_string_buffer); in _mesa_string_buffer_create()
H A Dralloc.h25 * \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 Dset.c41 #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 Dfossilize_db.c46 #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 Dhash_table.c48 #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 Dlima_compiler_cmdline.c228 struct lima_vs_compiled_shader *vs = ralloc(nir, struct lima_vs_compiled_shader); in main()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_merge_regs.c26 #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 Dintel_aux_map.c85 #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 Dmidgard_schedule.c1132 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 Dnir.c25 #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 Dnir_lower_io_to_temporaries.c292 nir_variable *nvar = ralloc(state->shader, nir_variable); in create_shadow_temp()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_framebuffer.c96 VkFramebuffer *ptr = ralloc(fb, VkFramebuffer); in zink_init_framebuffer()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dinstr.c25 #include "util/ralloc.h"
53 ppir_dep *dep = ralloc(succ, ppir_dep); in ppir_instr_add_dep()

Completed in 17 milliseconds

123