Searched refs:lower_input (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_flatshade.c | 29 lower_input(nir_shader *shader, nir_variable *var) function in typeref:typename:bool 46 progress |= lower_input(shader, var);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | lower_variable_index_to_cond_assign.cpp | 316 bool lower_input, 320 : progress(false), stage(stage), lower_inputs(lower_input), 543 bool lower_input, 549 lower_input, 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 D | ir_optimization.h | 138 exec_list *instructions, bool lower_input, bool lower_output,
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | lower_variable_index_to_cond_assign.cpp | 316 bool lower_input, 320 : progress(false), stage(stage), lower_inputs(lower_input), 543 bool lower_input, 549 lower_input, 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 D | ir_optimization.h | 140 exec_list *instructions, bool lower_input, bool lower_output,
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_nir.c | 349 bool lower_input = s->info.stage == MESA_SHADER_VERTEX || local in function:ir3_nir_lower_io_to_temporaries 353 if (lower_input || lower_output) { 355 lower_output, lower_input);
|
Completed in 8 milliseconds