Home
last modified time | relevance | path

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

123456

/external/mesa3d/src/intel/compiler/elk/
Delk_gfx6_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()
Delk_disasm_info.c108 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()
Delk_test_vec4_dead_code_eliminate.cpp99 prog_data = ralloc(ctx, struct elk_vue_prog_data); in SetUp()
Delk_test_vec4_copy_propagation.cpp99 prog_data = ralloc(ctx, struct elk_vue_prog_data); in SetUp()
/external/mesa3d/src/compiler/glsl/
Dgl_nir_link_functions.c360 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()
Dgl_nir_detect_function_recursion.c157 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/
D17.0.2.rst43 - "ralloc: Make sure ralloc() allocations match malloc()'s
109 - 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
D13.0.6.rst49 - "ralloc: Make sure ralloc() allocations match malloc()'s
176 - ralloc: Make sure ralloc() allocations match malloc()'s alignment.
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.
D11.0.9.rst66 - ralloc: Fix ralloc_adopt() to the old context's last child's parent.
/external/mesa3d/src/intel/compiler/
Dbrw_disasm_info.cpp98 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()
Dtest_opt_cse.cpp51 prog_data = ralloc(ctx, struct brw_wm_prog_data); in cse_test()
/external/virglrenderer/src/mesa/
Dmeson.build12 'util/ralloc.c',
/external/mesa3d/src/broadcom/perfcntrs/
Dv3dx_counter.c37 counter = ralloc(perfcounters, struct v3d_perfcntr_desc); in v3dX()
/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/glsl/glcpp/
Dglcpp.c137 void *ctx = ralloc(NULL, void*); in main()
/external/mesa3d/src/util/
Dstring_buffer.c50 str = ralloc(mem_ctx, struct _mesa_string_buffer); in _mesa_string_buffer_create()
Dset.c148 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/
Du_hash_table.c68 ht = ralloc(NULL, struct util_hash_table); in util_hash_table_create()
/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/mesa3d/src/compiler/nir/
Dnir_lower_non_uniform_access.c184 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/
Dralloc.h68 #define ralloc(ctx, type) ((type *) ralloc_size(ctx, sizeof(type))) macro

123456