Searched refs:hieralloc_steal (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/talloc/ |
D | hieralloc.h | 54 void * hieralloc_steal(const void * new_ctx, const void * ptr);
|
D | hieralloc.c | 294 void * hieralloc_steal(const void * new_ctx, const void * ptr) in hieralloc_steal() function
|
/external/mesa3d/src/glsl/glcpp/ |
D | pp.c | 161 hieralloc_steal(hieralloc_ctx, parser->output); in preprocess()
|
D | glcpp-parse.c | 2280 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/ |
D | builtin_function.cpp | 13578 hieralloc_steal(builtin_mem_ctx, sh); in _mesa_read_profile()
|
D | ir.cpp | 1429 hieralloc_steal(new_ctx, ir); in steal_memory()
|