/external/adhd/cras/src/tests/ |
D | fmt_conv_unittest.cc | 38 static void* ralloc(size_t size) { in ralloc() function 145 in_buff = (int16_t*)ralloc(buf_size * 2 * cras_get_format_bytes(&in_fmt)); in TEST() 146 out_buff = (int16_t*)ralloc(buf_size * 2 * cras_get_format_bytes(&out_fmt)); in TEST() 590 in_buff = (int16_t*)ralloc(buf_size * 2 * cras_get_format_bytes(&in_fmt)); in TEST() 591 out_buff = (int16_t*)ralloc(buf_size / 2 * cras_get_format_bytes(&out_fmt)); in TEST() 622 in_buff = (int16_t*)ralloc(buf_size * 2 * cras_get_format_bytes(&in_fmt)); in TEST() 623 out_buff = (int16_t*)ralloc(buf_size * 2 * cras_get_format_bytes(&out_fmt)); in TEST() 658 in_buff = (int16_t*)ralloc(buf_size * 2 * cras_get_format_bytes(&in_fmt)); in TEST() 659 out_buff = (int16_t*)ralloc(buf_size * 2 * cras_get_format_bytes(&out_fmt)); in TEST() 692 in_buff = (int32_t*)ralloc(buf_size * 2 * cras_get_format_bytes(&in_fmt)); in TEST() [all …]
|
/external/mesa3d/src/intel/compiler/ |
D | gen6_gs_visitor.cpp | 149 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()
|
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()
|
/external/mesa3d/docs/relnotes/ |
D | 17.0.2.rst | 43 - "ralloc: Make sure ralloc() allocations match malloc()'s 109 - ralloc: Make sure ralloc() allocations match malloc()'s alignment.
|
D | 13.0.6.rst | 49 - "ralloc: Make sure ralloc() allocations match malloc()'s 176 - ralloc: Make sure ralloc() allocations match malloc()'s alignment.
|
D | 18.2.5.rst | 105 - util/ralloc: Switch from DEBUG to NDEBUG 106 - util/ralloc: Make sizeof(linear_header) a multiple of 8
|
D | 7.9.2.rst | 289 - 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.
|
D | 7.10.1.rst | 310 - 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/ |
D | Makefile.sources | 78 ralloc.c \ 79 ralloc.h \
|
D | string_buffer.c | 50 str = ralloc(mem_ctx, struct _mesa_string_buffer); in _mesa_string_buffer_create()
|
D | ralloc.h | 68 #define ralloc(ctx, type) ((type *) ralloc_size(ctx, sizeof(type))) macro
|
D | set.c | 127 ht = ralloc(mem_ctx, struct set); in _mesa_set_create() 176 clone = ralloc(dst_mem_ctx, struct set); in _mesa_set_clone()
|
/external/igt-gpu-tools/assembler/ |
D | ralloc.h | 68 #define ralloc(ctx, type) ((type *) ralloc_size(ctx, sizeof(type))) macro
|
D | meson.build | 11 'ralloc.c',
|
/external/mesa3d/docs/ |
D | releasing.rst | 123 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/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp.c | 136 void *ctx = ralloc(NULL, void*); in main()
|
/external/mesa3d/src/compiler/nir/ |
D | nir.c | 133 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()
|
D | nir_clone.c | 135 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()
|
D | nir_opt_if.c | 524 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/nir/tests/ |
D | opt_if_tests.cpp | 127 phi_src = ralloc(phi, nir_phi_src); in TEST_F()
|
D | lower_returns_tests.cpp | 60 phi_src = ralloc(phi, nir_phi_src); in create_one_source_phi()
|
/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_partial_update.c | 119 struct pan_rect *R = ralloc(memctx, struct pan_rect); in pan_subtract_damage()
|
/external/mesa3d/src/intel/common/ |
D | gen_aux_map.c | 116 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/ |
D | midgard_schedule.c | 1055 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/ |
D | lima_compiler_cmdline.c | 227 struct lima_vs_shader_state *vs = ralloc(nir, struct lima_vs_shader_state); in main()
|