Home
last modified time | relevance | path

Searched refs:what_to_lower (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dir_optimization.h112 bool lower_instructions(exec_list *instructions, unsigned what_to_lower);
140 unsigned what_to_lower);
Dlower_int64.cpp136 unsigned what_to_lower) in lower_64bit_integer_instructions() argument
143 lower_64bit_visitor v(mem_ctx, instructions, what_to_lower); in lower_64bit_integer_instructions()
Dlower_instructions.cpp135 lower_instructions(exec_list *instructions, unsigned what_to_lower) in lower_instructions() argument
137 lower_instructions_visitor v(what_to_lower); in lower_instructions()