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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_variable_index_to_cond_assign.cpp317 bool lower_output,
321 lower_outputs(lower_output), lower_temps(lower_temp),
544 bool lower_output,
550 lower_output,
315 variable_index_to_cond_assign_visitor(gl_shader_stage stage,bool lower_input,bool lower_output,bool lower_temp,bool lower_uniform) argument
541 lower_variable_index_to_cond_assign(gl_shader_stage stage,exec_list * instructions,bool lower_input,bool lower_output,bool lower_temp,bool lower_uniform) argument
H A Dir_optimization.h138 exec_list *instructions, bool lower_input, bool lower_output,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_variable_index_to_cond_assign.cpp317 bool lower_output,
321 lower_outputs(lower_output), lower_temps(lower_temp),
544 bool lower_output,
550 lower_output,
315 variable_index_to_cond_assign_visitor(gl_shader_stage stage,bool lower_input,bool lower_output,bool lower_temp,bool lower_uniform) argument
541 lower_variable_index_to_cond_assign(gl_shader_stage stage,exec_list * instructions,bool lower_input,bool lower_output,bool lower_temp,bool lower_uniform) argument
H A Dir_optimization.h140 exec_list *instructions, bool lower_input, bool lower_output,
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir.c351 bool lower_output = s->info.stage != MESA_SHADER_TESS_CTRL && local in function:ir3_nir_lower_io_to_temporaries
353 if (lower_input || lower_output) {
355 lower_output, lower_input);

Completed in 7 milliseconds