Home
last modified time | relevance | path

Searched refs:hieralloc_steal (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/talloc/
Dhieralloc.h54 void * hieralloc_steal(const void * new_ctx, const void * ptr);
Dhieralloc.c294 void * hieralloc_steal(const void * new_ctx, const void * ptr) in hieralloc_steal() function
/external/mesa3d/src/glsl/glcpp/
Dpp.c161 hieralloc_steal(hieralloc_ctx, parser->output); in preprocess()
Dglcpp-parse.c2280 hieralloc_steal ((yyval.string_list), (yyvsp[(1) - (1)].str));
2291 hieralloc_steal ((yyval.string_list), (yyvsp[(3) - (3)].str));
3051 token->value.str = hieralloc_steal (token, str); in _token_create_str()
3985 macro->replacements = hieralloc_steal (macro, replacements); in _define_object_macro()
4014 macro->parameters = hieralloc_steal (macro, parameters); in _define_function_macro()
4016 macro->replacements = hieralloc_steal (macro, replacements); in _define_function_macro()
/external/mesa3d/src/glsl/
Dbuiltin_function.cpp13578 hieralloc_steal(builtin_mem_ctx, sh); in _mesa_read_profile()
Dir.cpp1429 hieralloc_steal(new_ctx, ir); in steal_memory()