| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | ralloc.h | 487 void *linear_alloc_parent(void *ralloc_ctx, unsigned size); 495 * Same as linear_alloc_parent, but also clears memory.
|
| H A D | ralloc.c | 664 linear_alloc_parent(void *ralloc_ctx, unsigned size) function in typeref:typename:void * 695 void *ptr = linear_alloc_parent(parent, size);
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | ralloc.h | 549 void *linear_alloc_parent(void *ralloc_ctx, unsigned size); 557 * Same as linear_alloc_parent, but also clears memory.
|
| H A D | ralloc.c | 663 linear_alloc_parent(void *ralloc_ctx, unsigned size) function in typeref:typename:void * 694 void *ptr = linear_alloc_parent(parent, size);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | glsl_symbol_table.cpp | 109 this->linalloc = linear_alloc_parent(this->mem_ctx, 0);
|
| H A D | opt_dead_code_local.cpp | 320 void *lin_ctx = linear_alloc_parent(ctx, 0);
|
| H A D | opt_copy_propagation_elements.cpp | 207 lin_ctx = linear_alloc_parent(this, 0); 280 this->lin_ctx = linear_alloc_parent(this->mem_ctx, 0);
|
| H A D | opt_constant_propagation.cpp | 87 this->lin_ctx = linear_alloc_parent(this->mem_ctx, 0);
|
| H A D | glsl_parser_extras.cpp | 74 this->linalloc = linear_alloc_parent(this, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | glsl_symbol_table.cpp | 109 this->linalloc = linear_alloc_parent(this->mem_ctx, 0);
|
| H A D | opt_dead_code_local.cpp | 318 void *lin_ctx = linear_alloc_parent(ctx, 0);
|
| H A D | opt_copy_propagation_elements.cpp | 207 lin_ctx = linear_alloc_parent(this, 0); 280 this->lin_ctx = linear_alloc_parent(this->mem_ctx, 0);
|
| H A D | opt_constant_propagation.cpp | 87 this->lin_ctx = linear_alloc_parent(this->mem_ctx, 0);
|
| H A D | glsl_parser_extras.cpp | 74 this->linalloc = linear_alloc_parent(this, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/ |
| H A D | vars_tests.cpp | 91 lin_ctx = linear_alloc_parent(mem_ctx, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/ |
| H A D | glcpp-parse.y | 1370 parser->linalloc = linear_alloc_parent(parser, 0);
|
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/ |
| H A D | glcpp-parse.c | 3600 parser->linalloc = linear_alloc_parent(parser, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/ |
| H A D | glcpp-parse.y | 1483 parser->linalloc = linear_alloc_parent(parser, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/ |
| H A D | vars_tests.cpp | 108 lin_ctx = linear_alloc_parent(b->shader, 0);
|
| /xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/ |
| H A D | glcpp-parse.c | 3907 parser->linalloc = linear_alloc_parent(parser, 0);
|