Home
last modified time | relevance | path

Searched refs:lower_instructions (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
H A Dir_optimization.h36 /* Operations for lower_instructions() */
112 bool lower_instructions(exec_list *instructions, unsigned what_to_lower);
H A Dtest_optpass.cpp108 } else if (sscanf(optimization, "lower_instructions ( %d ) ", in do_optimization()
110 return lower_instructions(ir, int_0); in do_optimization()
H A Dglsl_parser_extras.cpp2383 OPT(lower_instructions, ir, SUB_TO_ADD_NEG);
H A Dlower_instructions.cpp25 * \file lower_instructions.cpp
135 lower_instructions(exec_list *instructions, unsigned what_to_lower) in lower_instructions() function
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_ir.cpp103 lower_instructions(ir, in link_shader()

Completed in 6 milliseconds