Searched refs:linear_alloc_parent (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dralloc.h487 void *linear_alloc_parent(void *ralloc_ctx, unsigned size);
495 * Same as linear_alloc_parent, but also clears memory.
H A Dralloc.c664 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 Dralloc.h549 void *linear_alloc_parent(void *ralloc_ctx, unsigned size);
557 * Same as linear_alloc_parent, but also clears memory.
H A Dralloc.c663 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 Dglsl_symbol_table.cpp109 this->linalloc = linear_alloc_parent(this->mem_ctx, 0);
H A Dopt_dead_code_local.cpp320 void *lin_ctx = linear_alloc_parent(ctx, 0);
H A Dopt_copy_propagation_elements.cpp207 lin_ctx = linear_alloc_parent(this, 0);
280 this->lin_ctx = linear_alloc_parent(this->mem_ctx, 0);
H A Dopt_constant_propagation.cpp87 this->lin_ctx = linear_alloc_parent(this->mem_ctx, 0);
H A Dglsl_parser_extras.cpp74 this->linalloc = linear_alloc_parent(this, 0);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dglsl_symbol_table.cpp109 this->linalloc = linear_alloc_parent(this->mem_ctx, 0);
H A Dopt_dead_code_local.cpp318 void *lin_ctx = linear_alloc_parent(ctx, 0);
H A Dopt_copy_propagation_elements.cpp207 lin_ctx = linear_alloc_parent(this, 0);
280 this->lin_ctx = linear_alloc_parent(this->mem_ctx, 0);
H A Dopt_constant_propagation.cpp87 this->lin_ctx = linear_alloc_parent(this->mem_ctx, 0);
H A Dglsl_parser_extras.cpp74 this->linalloc = linear_alloc_parent(this, 0);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/
H A Dvars_tests.cpp91 lin_ctx = linear_alloc_parent(mem_ctx, 0);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y1370 parser->linalloc = linear_alloc_parent(parser, 0);
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
H A Dglcpp-parse.c3600 parser->linalloc = linear_alloc_parent(parser, 0);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y1483 parser->linalloc = linear_alloc_parent(parser, 0);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dvars_tests.cpp108 lin_ctx = linear_alloc_parent(b->shader, 0);
/xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
H A Dglcpp-parse.c3907 parser->linalloc = linear_alloc_parent(parser, 0);

Completed in 50 milliseconds