Home
last modified time | relevance | path

Searched refs:slot_limit (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp625 unsigned slot_limit = idx + num_elements; in validate_explicit_variable_location() local
643 if (slot_limit > slot_max) { in validate_explicit_variable_location()
670 slot_limit, type, in validate_explicit_variable_location()
820 unsigned slot_limit = idx + num_elements; in cross_validate_outputs_to_inputs() local
828 while (idx < slot_limit) { in cross_validate_outputs_to_inputs()