Searched refs:slot_limit (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ | ||
| H A D | link_varyings.cpp | 632 unsigned slot_limit = idx + num_elements; local in function:validate_explicit_variable_location 650 if (slot_limit > slot_max) { 679 slot_limit, type, 867 unsigned slot_limit = idx + num_elements; local in function:cross_validate_outputs_to_inputs 875 while (idx < slot_limit) { |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ | ||
| H A D | link_varyings.cpp | 622 unsigned slot_limit = idx + num_elements; local in function:validate_explicit_variable_location 640 if (slot_limit > slot_max) { 667 slot_limit, type, 817 unsigned slot_limit = idx + num_elements; local in function:cross_validate_outputs_to_inputs 825 while (idx < slot_limit) { |
Completed in 9 milliseconds