Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dlink_varyings.h164 if (this->lowered_builtin_array_variable) in num_components()
213 } lowered_builtin_array_variable; variable
Dlink_varyings.cpp999 this->lowered_builtin_array_variable = none; in init()
1051 this->lowered_builtin_array_variable = clip_distance; in init()
1055 this->lowered_builtin_array_variable = cull_distance; in init()
1060 this->lowered_builtin_array_variable = tess_level_outer; in init()
1063 this->lowered_builtin_array_variable = tess_level_inner; in init()
1113 switch (this->lowered_builtin_array_variable) { in assign_location()
1143 unsigned array_elem_size = this->lowered_builtin_array_variable ? in assign_location()
1152 if (this->lowered_builtin_array_variable) in assign_location()
1444 switch (this->lowered_builtin_array_variable) { in find_candidate()