Searched refs:validate_last_stage (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ | ||
| H A D | link_varyings.cpp | 706 bool validate_last_stage = last_stage != MESA_SHADER_FRAGMENT; local in function:validate_first_and_last_interface_explicit_locations 707 if (!validate_first_stage && !validate_last_stage) 713 bool validate_stage[2] = { validate_first_stage, validate_last_stage }; |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ | ||
| H A D | link_varyings.cpp | 694 bool validate_last_stage = last_stage != MESA_SHADER_FRAGMENT; local in function:validate_first_and_last_interface_explicit_locations 695 if (!validate_first_stage && !validate_last_stage) 701 bool validate_stage[2] = { validate_first_stage, validate_last_stage }; |
Completed in 9 milliseconds