Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp567 unsigned slot_max; in validate_explicit_variable_location() local
570 slot_max = in validate_explicit_variable_location()
575 slot_max = in validate_explicit_variable_location()
579 if (slot_limit > slot_max) { in validate_explicit_variable_location()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c3694 unsigned s, slot_max; in nine_translate_shader() local
3697 slot_max = info->const_bool_slots > 0 ? in nine_translate_shader()
3704 info->const_used_size = sizeof(float[4]) * slot_max; /* slots start from 1 */ in nine_translate_shader()
3706 for (s = 0; s < slot_max; s++) in nine_translate_shader()