Searched refs:do_dead_code (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_dead_code.cpp46 do_dead_code(exec_list *instructions, bool uniform_locations_assigned) function in typeref:typename:bool
196 if (do_dead_code(&sig->body, false))
H A Dir_optimization.h114 bool do_dead_code(exec_list *instructions, bool uniform_locations_assigned);
H A Dtest_optpass.cpp80 } else if (strcmp(optimization, "do_dead_code") == 0) {
81 return do_dead_code(ir, false);
H A Dglsl_parser_extras.cpp2366 OPT(do_dead_code, ir, uniform_locations_assigned);
H A Dlink_varyings.cpp976 while (do_dead_code(sh->ir, false))
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_dead_code.cpp46 do_dead_code(exec_list *instructions, bool uniform_locations_assigned) function in typeref:typename:bool
189 if (do_dead_code(&sig->body, false))
H A Dir_optimization.h114 bool do_dead_code(exec_list *instructions, bool uniform_locations_assigned);
H A Dtest_optpass.cpp80 } else if (strcmp(optimization, "do_dead_code") == 0) {
81 return do_dead_code(ir, false);
H A Dglsl_parser_extras.cpp2266 OPT(do_dead_code, ir, uniform_locations_assigned);
H A Dlink_varyings.cpp925 while (do_dead_code(sh->ir, false))

Completed in 19 milliseconds