/external/mesa3d/src/intel/compiler/elk/ |
D | elk_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()
|
D | elk_disasm_info.c | 108 struct elk_disasm_info *disasm = ralloc(NULL, struct elk_disasm_info); in elk_disasm_initialize() 185 struct inst_group *new = ralloc(disasm, struct inst_group); in elk_disasm_insert_error()
|
D | elk_test_vec4_dead_code_eliminate.cpp | 99 prog_data = ralloc(ctx, struct elk_vue_prog_data); in SetUp()
|
D | elk_test_vec4_copy_propagation.cpp | 99 prog_data = ralloc(ctx, struct elk_vue_prog_data); in SetUp()
|
/external/mesa3d/src/compiler/glsl/ |
D | gl_nir_link_functions.c | 360 struct function_sig *func_sig = ralloc(mem_ctx, struct function_sig); in gl_nir_link_function_calls() 365 struct list_head *func_list = ralloc(mem_ctx, struct list_head); in gl_nir_link_function_calls() 368 struct function_sig *func_sig = ralloc(mem_ctx, struct function_sig); in gl_nir_link_function_calls() 449 struct function_sig *func_sig = ralloc(mem_ctx, struct function_sig); in gl_nir_link_function_calls() 458 struct list_head *func_list = ralloc(mem_ctx, struct list_head); in gl_nir_link_function_calls() 461 struct function_sig *func_sig = ralloc(mem_ctx, struct function_sig); in gl_nir_link_function_calls()
|
D | gl_nir_detect_function_recursion.c | 157 f = ralloc(mem_ctx, struct function_state); in get_function() 185 struct call_node *node = ralloc(mem_ctx, struct call_node); in find_recursion() 190 node = ralloc(mem_ctx, struct call_node); in find_recursion()
|
/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 | 18.2.5.rst | 105 - util/ralloc: Switch from DEBUG to NDEBUG 106 - util/ralloc: Make sizeof(linear_header) a multiple of 8
|
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 | 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.
|
D | 11.0.9.rst | 66 - ralloc: Fix ralloc_adopt() to the old context's last child's parent.
|
/external/mesa3d/src/intel/compiler/ |
D | brw_disasm_info.cpp | 98 struct disasm_info *disasm = ralloc(NULL, struct disasm_info); in disasm_initialize() 176 struct inst_group *new_group = ralloc(disasm, struct inst_group); in disasm_insert_error()
|
D | test_opt_cse.cpp | 51 prog_data = ralloc(ctx, struct brw_wm_prog_data); in cse_test()
|
/external/virglrenderer/src/mesa/ |
D | meson.build | 12 'util/ralloc.c',
|
/external/mesa3d/src/broadcom/perfcntrs/ |
D | v3dx_counter.c | 37 counter = ralloc(perfcounters, struct v3d_perfcntr_desc); in v3dX()
|
/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/src/compiler/glsl/glcpp/ |
D | glcpp.c | 137 void *ctx = ralloc(NULL, void*); in main()
|
/external/mesa3d/src/util/ |
D | string_buffer.c | 50 str = ralloc(mem_ctx, struct _mesa_string_buffer); in _mesa_string_buffer_create()
|
D | set.c | 148 ht = ralloc(mem_ctx, struct set); in _mesa_set_create() 185 clone = ralloc(dst_mem_ctx, struct set); in _mesa_set_clone()
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_hash_table.c | 68 ht = ralloc(NULL, struct util_hash_table); in util_hash_table_create()
|
/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/nir/ |
D | nir_lower_non_uniform_access.c | 184 struct nu_handle_data *data = ralloc(state->accesses, struct nu_handle_data); in add_non_uniform_instr() 191 struct nu_handle_key *key_copy = ralloc(state->accesses, struct nu_handle_key); in add_non_uniform_instr()
|
/external/virglrenderer/src/mesa/util/ |
D | ralloc.h | 68 #define ralloc(ctx, type) ((type *) ralloc_size(ctx, sizeof(type))) macro
|