OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lowered_builtin_array_variable
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/compiler/glsl/
link_varyings.h
150
if (this->
lowered_builtin_array_variable
)
216
}
lowered_builtin_array_variable
;
member in class:tfeedback_decl
link_varyings.cpp
631
this->
lowered_builtin_array_variable
= none;
682
this->
lowered_builtin_array_variable
= clip_distance;
686
this->
lowered_builtin_array_variable
= cull_distance;
691
this->
lowered_builtin_array_variable
= tess_level_outer;
694
this->
lowered_builtin_array_variable
= tess_level_inner;
744
switch (this->
lowered_builtin_array_variable
) {
772
unsigned array_elem_size = this->
lowered_builtin_array_variable
?
781
if (this->
lowered_builtin_array_variable
)
[
all
...]
Completed in 114 milliseconds