Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlink_varyings.h149 if (this->lowered_builtin_array_variable) in num_components()
223 } lowered_builtin_array_variable; variable
Dlink_varyings.cpp870 this->lowered_builtin_array_variable = none; in init()
921 this->lowered_builtin_array_variable = clip_distance; in init()
925 this->lowered_builtin_array_variable = cull_distance; in init()
930 this->lowered_builtin_array_variable = tess_level_outer; in init()
933 this->lowered_builtin_array_variable = tess_level_inner; in init()
983 switch (this->lowered_builtin_array_variable) { in assign_location()
1013 unsigned array_elem_size = this->lowered_builtin_array_variable ? in assign_location()
1022 if (this->lowered_builtin_array_variable) in assign_location()
1213 switch (this->lowered_builtin_array_variable) { in find_candidate()