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.cpp561 unsigned slot_limit = idx + num_elements; in validate_explicit_variable_location() local
579 if (slot_limit > slot_max) { in validate_explicit_variable_location()
606 slot_limit, type, in validate_explicit_variable_location()
757 unsigned slot_limit = idx + num_elements; in cross_validate_outputs_to_inputs() local
759 while (idx < slot_limit) { in cross_validate_outputs_to_inputs()