| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | Makefile.sources | 40 ralloc.c \ 41 ralloc.h \
|
| H A D | string_buffer.c | 50 str = ralloc(mem_ctx, struct _mesa_string_buffer);
|
| H A D | ralloc.h | 25 * \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 D | set.c | 41 #include "ralloc.h" 115 ht = ralloc(mem_ctx, struct set); 142 clone = ralloc(dst_mem_ctx, struct set);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/ds/ |
| H A D | pan_pps_perf.cc | 5 #include <util/ralloc.h>
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_disasm_info.c | 99 struct disasm_info *disasm = ralloc(NULL, struct disasm_info); 176 struct inst_group *new = ralloc(disasm, struct inst_group);
|
| H A D | gen6_gs_visitor.cpp | 149 dst.reladdr = ralloc(mem_ctx, src_reg); 167 dst.reladdr = ralloc(mem_ctx, src_reg); 179 dst.reladdr = ralloc(mem_ctx, src_reg); 239 dst.reladdr = ralloc(mem_ctx, src_reg); 271 flags_data.reladdr = ralloc(mem_ctx, src_reg); 409 data.reladdr = ralloc(mem_ctx, src_reg); 685 data.reladdr = ralloc(mem_ctx, src_reg);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.0.2.rst | 43 - "ralloc: Make sure ralloc() allocations match malloc()'s 109 - ralloc: Make sure ralloc() allocations match malloc()'s alignment.
|
| H A D | 18.2.5.rst | 105 - util/ralloc: Switch from DEBUG to NDEBUG 106 - util/ralloc: Make sizeof(linear_header) a multiple of 8
|
| H A D | 13.0.6.rst | 49 - "ralloc: Make sure ralloc() allocations match malloc()'s 176 - ralloc: Make sure ralloc() allocations match malloc()'s alignment.
|
| H A 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.
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | gfx6_gs_visitor.cpp | 147 dst.reladdr = ralloc(mem_ctx, src_reg); 165 dst.reladdr = ralloc(mem_ctx, src_reg); 177 dst.reladdr = ralloc(mem_ctx, src_reg); 237 dst.reladdr = ralloc(mem_ctx, src_reg); 269 flags_data.reladdr = ralloc(mem_ctx, src_reg); 407 data.reladdr = ralloc(mem_ctx, src_reg); 646 data.reladdr = ralloc(mem_ctx, src_reg);
|
| H A D | test_vec4_dead_code_eliminate.cpp | 96 prog_data = ralloc(ctx, struct brw_vue_prog_data);
|
| H A D | brw_disasm_info.c | 110 struct disasm_info *disasm = ralloc(NULL, struct disasm_info); 187 struct inst_group *new = ralloc(disasm, struct inst_group);
|
| H A D | test_vec4_copy_propagation.cpp | 96 prog_data = ralloc(ctx, struct brw_vue_prog_data);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/ |
| H A D | glcpp.c | 137 void *ctx = ralloc(NULL, void*);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/ |
| H A D | glcpp.c | 136 void *ctx = ralloc(NULL, void*);
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | log.c | 36 #include "util/ralloc.h" 100 struct log_stream *stream = ralloc(NULL, struct log_stream);
|
| H A D | string_buffer.c | 50 str = ralloc(mem_ctx, struct _mesa_string_buffer);
|
| H A D | ralloc.h | 25 * \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...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_io_to_temporaries.c | 124 nir_variable *nvar = ralloc(state->shader, nir_variable);
|
| H A D | nir.c | 75 nir_register *reg = ralloc(mem_ctx, nir_register); 192 nir_function *func = ralloc(shader, nir_function); 218 dest->reg.indirect = ralloc(mem_ctx, nir_src); 236 dest->reg.indirect = ralloc(instr, nir_src); 275 nir_function_impl *impl = ralloc(shader, nir_function_impl); 352 nir_if *if_stmt = ralloc(shader, nir_if); 466 nir_jump_instr *instr = ralloc(shader, nir_jump_instr); 602 nir_phi_instr *instr = ralloc(shader, nir_phi_instr); 613 nir_parallel_copy_instr *instr = ralloc(shader, nir_parallel_copy_instr); 626 nir_ssa_undef_instr *instr = ralloc(shade [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/ds/ |
| H A D | intel_pps_perf.cc | 13 #include <util/ralloc.h>
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_pipeline.c | 131 VkPipelineVertexInputDivisorStateCreateInfoEXT *ext_dst = ralloc(mem_ctx, VkPipelineVertexInputDivisorStateCreateInfoEXT); 256 VkPipelineRasterizationDepthClipStateCreateInfoEXT *ext_dst = ralloc(mem_ctx, VkPipelineRasterizationDepthClipStateCreateInfoEXT); 306 vertex_input = ralloc(mem_ctx, VkPipelineVertexInputStateCreateInfo); 336 viewport_state = ralloc(mem_ctx, VkPipelineViewportStateCreateInfo); 346 rasterization_state = ralloc(mem_ctx, VkPipelineRasterizationStateCreateInfo); 382 cb_state = ralloc(mem_ctx, VkPipelineColorBlendStateCreateInfo); 394 dyn_state = ralloc(mem_ctx, VkPipelineDynamicStateCreateInfo);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | vtn_cfg.c | 317 val->sampled_image = ralloc(b, struct vtn_sampled_image); 403 struct vtn_case *c = ralloc(b, struct vtn_case); 487 struct vtn_loop *loop = ralloc(b, struct vtn_loop); 572 struct vtn_if *if_stmt = ralloc(b, struct vtn_if); 651 struct vtn_switch *swtch = ralloc(b, struct vtn_switch);
|