Searched refs:next_buffer_separator (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_varyings.h117 return this->next_buffer_separator;
122 if (this->next_buffer_separator || this->skip_components)
130 return !this->next_buffer_separator && !this->skip_components;
272 bool next_buffer_separator; member in class:tfeedback_decl
H A Dlink_varyings.cpp1001 this->next_buffer_separator = false;
1010 this->next_buffer_separator = true;
1245 if (this->next_buffer_separator) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlink_varyings.h110 return this->next_buffer_separator;
115 if (this->next_buffer_separator || this->skip_components)
123 return !this->next_buffer_separator && !this->skip_components;
260 bool next_buffer_separator; member in class:tfeedback_decl
H A Dlink_varyings.cpp950 this->next_buffer_separator = false;
959 this->next_buffer_separator = true;
1186 if (this->next_buffer_separator) {

Completed in 11 milliseconds