Home
last modified time | relevance | path

Searched refs:ralloc (Results 1 – 25 of 87) sorted by relevance

1234

/external/adhd/cras/src/tests/
Dfmt_conv_unittest.cc39 static void* ralloc(size_t size) { in ralloc() function
146 in_buff = (int16_t*)ralloc(buf_size * 2 * cras_get_format_bytes(&in_fmt)); in TEST()
147 out_buff = (int16_t*)ralloc(buf_size * 2 * cras_get_format_bytes(&out_fmt)); in TEST()
666 in_buff = (int16_t*)ralloc(buf_size * 2 * cras_get_format_bytes(&in_fmt)); in TEST()
667 out_buff = (int16_t*)ralloc(buf_size / 2 * cras_get_format_bytes(&out_fmt)); in TEST()
698 in_buff = (int16_t*)ralloc(buf_size * 2 * cras_get_format_bytes(&in_fmt)); in TEST()
699 out_buff = (int16_t*)ralloc(buf_size * 2 * cras_get_format_bytes(&out_fmt)); in TEST()
734 in_buff = (int16_t*)ralloc(buf_size * 2 * cras_get_format_bytes(&in_fmt)); in TEST()
735 out_buff = (int16_t*)ralloc(buf_size * 2 * cras_get_format_bytes(&out_fmt)); in TEST()
768 in_buff = (int32_t*)ralloc(buf_size * 2 * cras_get_format_bytes(&in_fmt)); in TEST()
[all …]
/external/mesa3d/src/intel/compiler/
Dgen6_gs_visitor.cpp149 dst.reladdr = ralloc(mem_ctx, src_reg); in gs_emit_vertex()
167 dst.reladdr = ralloc(mem_ctx, src_reg); in gs_emit_vertex()
179 dst.reladdr = ralloc(mem_ctx, src_reg); in gs_emit_vertex()
239 dst.reladdr = ralloc(mem_ctx, src_reg); in gs_end_primitive()
271 flags_data.reladdr = ralloc(mem_ctx, src_reg); in emit_urb_write_header()
409 data.reladdr = ralloc(mem_ctx, src_reg); in emit_thread_end()
685 data.reladdr = ralloc(mem_ctx, src_reg); in xfb_program()
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()
/external/mesa3d/docs/relnotes/
D17.0.2.rst43 - "ralloc: Make sure ralloc() allocations match malloc()'s
109 - ralloc: Make sure ralloc() allocations match malloc()'s alignment.
D13.0.6.rst49 - "ralloc: Make sure ralloc() allocations match malloc()'s
176 - ralloc: Make sure ralloc() allocations match malloc()'s alignment.
D18.2.5.rst105 - util/ralloc: Switch from DEBUG to NDEBUG
106 - util/ralloc: Make sizeof(linear_header) a multiple of 8
D7.9.2.rst289 - ralloc: Add a fake implementation of ralloc based on talloc.
290 - Convert everything from the talloc API to the ralloc API.
291 - ralloc: a new MIT-licensed recursive memory allocator.
316 - ralloc: Add missing va_end following va_copy.
D7.10.1.rst310 - ralloc: Add a fake implementation of ralloc based on talloc.
311 - Convert everything from the talloc API to the ralloc API.
312 - ralloc: a new MIT-licensed recursive memory allocator.
355 - ralloc: Add missing va_end following va_copy.
/external/mesa3d/src/util/
DMakefile.sources78 ralloc.c \
79 ralloc.h \
Dstring_buffer.c50 str = ralloc(mem_ctx, struct _mesa_string_buffer); in _mesa_string_buffer_create()
Dralloc.h68 #define ralloc(ctx, type) ((type *) ralloc_size(ctx, sizeof(type))) macro
Dset.c127 ht = ralloc(mem_ctx, struct set); in _mesa_set_create()
176 clone = ralloc(dst_mem_ctx, struct set); in _mesa_set_clone()
/external/mesa3d/docs/
Dreleasing.rst123 ralloc: Make sure ralloc() allocations match malloc()'s alignment.
125 The header of ralloc needs to be aligned, because the compiler assumes
132 ralloc: don't leave out the alignment factor
/external/igt-gpu-tools/assembler/
Dralloc.h68 #define ralloc(ctx, type) ((type *) ralloc_size(ctx, sizeof(type))) macro
Dmeson.build11 'ralloc.c',
/external/mesa3d/src/compiler/nir/
Dnir.c133 nir_register *reg = ralloc(mem_ctx, nir_register); in reg_create()
266 nir_function *func = ralloc(shader, nir_function); in nir_function_create()
292 dest->reg.indirect = ralloc(mem_ctx, nir_src); in nir_src_copy()
310 dest->reg.indirect = ralloc(instr, nir_src); in nir_dest_copy()
363 nir_function_impl *impl = ralloc(shader, nir_function_impl); in nir_function_impl_create_bare()
441 nir_if *if_stmt = ralloc(shader, nir_if); in nir_if_create()
555 nir_jump_instr *instr = ralloc(shader, nir_jump_instr); in nir_jump_instr_create()
693 nir_phi_instr *instr = ralloc(shader, nir_phi_instr); in nir_phi_instr_create()
704 nir_parallel_copy_instr *instr = ralloc(shader, nir_parallel_copy_instr); in nir_parallel_copy_instr_create()
717 nir_ssa_undef_instr *instr = ralloc(shader, nir_ssa_undef_instr); in nir_ssa_undef_instr_create()
Dnir_clone.c135 nir_constant *nc = ralloc(nvar, nir_constant); in nir_constant_clone()
247 nsrc->reg.indirect = ralloc(ninstr_or_if, nir_src); in __clone_src()
267 ndst->reg.indirect = ralloc(ninstr, nir_src); in __clone_dst()
450 nir_phi_src *nsrc = ralloc(nphi, nir_phi_src); in clone_phi()
Dnir_opt_if.c524 phi_src = ralloc(phi, nir_phi_src); in opt_split_alu_of_phi()
529 phi_src = ralloc(phi, nir_phi_src); in opt_split_alu_of_phi()
705 phi_src = ralloc(phi, nir_phi_src); in opt_simplify_bcsel_of_phi()
712 phi_src = ralloc(phi, nir_phi_src); in opt_simplify_bcsel_of_phi()
/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.c136 void *ctx = ralloc(NULL, void*); in main()
/external/mesa3d/src/compiler/nir/tests/
Dopt_if_tests.cpp127 phi_src = ralloc(phi, nir_phi_src); in TEST_F()
Dlower_returns_tests.cpp60 phi_src = ralloc(phi, nir_phi_src); in create_one_source_phi()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_partial_update.c119 struct pan_rect *R = ralloc(memctx, struct pan_rect); in pan_subtract_damage()
/external/mesa3d/src/intel/common/
Dgen_aux_map.c116 struct aux_map_buffer *buf = ralloc(ctx, struct aux_map_buffer); in add_buffer()
209 ctx = ralloc(NULL, struct gen_aux_map_context); in gen_aux_map_init()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_schedule.c1055 midgard_instruction *mov = ralloc(ctx, midgard_instruction); in mir_schedule_zs_write()
1124 sadd = ralloc(ctx, midgard_instruction); in mir_schedule_alu()
1151 vadd = ralloc(ctx, midgard_instruction); in mir_schedule_alu()
1267 vmul = ralloc(ctx, midgard_instruction); in mir_schedule_alu()
/external/mesa3d/src/gallium/drivers/lima/standalone/
Dlima_compiler_cmdline.c227 struct lima_vs_shader_state *vs = ralloc(nir, struct lima_vs_shader_state); in main()

1234