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.h158 if (this->lowered_builtin_array_variable) in num_components()
207 } lowered_builtin_array_variable; variable
Dlink_varyings.cpp981 this->lowered_builtin_array_variable = none; in init()
1032 this->lowered_builtin_array_variable = clip_distance; in init()
1036 this->lowered_builtin_array_variable = cull_distance; in init()
1041 this->lowered_builtin_array_variable = tess_level_outer; in init()
1044 this->lowered_builtin_array_variable = tess_level_inner; in init()
1094 switch (this->lowered_builtin_array_variable) { in assign_location()
1124 unsigned array_elem_size = this->lowered_builtin_array_variable ? in assign_location()
1133 if (this->lowered_builtin_array_variable) in assign_location()
1369 switch (this->lowered_builtin_array_variable) { in find_candidate()