Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dlink_varyings.h117 return this->next_buffer_separator; in is_next_buffer_separator()
122 if (this->next_buffer_separator || this->skip_components) in is_varying_written()
130 return !this->next_buffer_separator && !this->skip_components; in is_varying()
272 bool next_buffer_separator; variable
Dlink_varyings.cpp1001 this->next_buffer_separator = false; in init()
1010 this->next_buffer_separator = true; in init()
1245 if (this->next_buffer_separator) { in store()