Searched refs:do_tree_grafting (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_optimization.h131 bool do_tree_grafting(exec_list *instructions);
H A Dopt_tree_grafting.cpp406 do_tree_grafting(exec_list *instructions) function in typeref:typename:bool
H A Dtest_optpass.cpp106 } else if (strcmp(optimization, "do_tree_grafting") == 0) {
107 return do_tree_grafting(ir);
H A Dglsl_parser_extras.cpp2370 OPT(do_tree_grafting, ir);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_optimization.h132 bool do_tree_grafting(exec_list *instructions);
H A Dopt_tree_grafting.cpp406 do_tree_grafting(exec_list *instructions) function in typeref:typename:bool
H A Dtest_optpass.cpp108 } else if (strcmp(optimization, "do_tree_grafting") == 0) {
109 return do_tree_grafting(ir);
H A Dglsl_parser_extras.cpp2270 OPT(do_tree_grafting, ir);

Completed in 13 milliseconds