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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_constant_folding.cpp205 do_constant_folding(exec_list *instructions) function in typeref:typename:bool
H A Dir_optimization.h104 bool do_constant_folding(exec_list *instructions);
H A Dtest_optpass.cpp70 } else if (strcmp(optimization, "do_constant_folding") == 0) {
71 return do_constant_folding(ir);
H A Dglsl_parser_extras.cpp2376 OPT(do_constant_folding, ir);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_constant_folding.cpp205 do_constant_folding(exec_list *instructions) function in typeref:typename:bool
H A Dir_optimization.h104 bool do_constant_folding(exec_list *instructions);
H A Dtest_optpass.cpp70 } else if (strcmp(optimization, "do_constant_folding") == 0) {
71 return do_constant_folding(ir);
H A Dglsl_parser_extras.cpp2276 OPT(do_constant_folding, ir);

Completed in 10 milliseconds