HomeSort by relevance Sort by last modified time
    Searched refs:next_buffer_separator (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/compiler/glsl/
link_varyings.h 108 return this->next_buffer_separator;
113 if (this->next_buffer_separator || this->skip_components)
121 return !this->next_buffer_separator && !this->skip_components;
275 bool next_buffer_separator; member in class:tfeedback_decl
link_varyings.cpp 633 this->next_buffer_separator = false;
642 this->next_buffer_separator = true;
    [all...]

Completed in 2029 milliseconds