Home
last modified time | relevance | path

Searched refs:ralloc_ctx (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/util/
Dralloc.c600 create_linear_node(void *ralloc_ctx, unsigned min_size) in create_linear_node() argument
609 node = ralloc_size(ralloc_ctx, sizeof(linear_header) + min_size); in create_linear_node()
618 node->ralloc_parent = ralloc_ctx; in create_linear_node()
660 linear_alloc_parent(void *ralloc_ctx, unsigned size) in linear_alloc_parent() argument
664 if (unlikely(!ralloc_ctx)) in linear_alloc_parent()
669 node = create_linear_node(ralloc_ctx, size); in linear_alloc_parent()
Dralloc.h487 void *linear_alloc_parent(void *ralloc_ctx, unsigned size);
497 void *linear_zalloc_parent(void *ralloc_ctx, unsigned size);
/external/mesa3d/src/compiler/glsl/glcpp/
Dpp.c224 glcpp_preprocess(void *ralloc_ctx, const char **shader, char **info_log, in glcpp_preprocess() argument
249 ralloc_steal(ralloc_ctx, parser->output->buf); in glcpp_preprocess()
Dglcpp.h242 glcpp_preprocess(void *ralloc_ctx, const char **shader, char **info_log,