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.h136 bool lower_instructions(exec_list *instructions, unsigned what_to_lower);
188 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.cpp192 lower_instructions(exec_list *instructions, unsigned what_to_lower) in lower_instructions() argument
194 lower_instructions_visitor v(what_to_lower); in lower_instructions()