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

/external/mesa3d/src/compiler/glsl/
H A Dast_type.cpp83 || this->flags.q.explicit_stream
312 if (!this->flags.q.explicit_stream) {
458 valid_out_mask.flags.q.explicit_stream = 1;
510 state->out_qualifier->flags.q.explicit_stream = 0;
770 bad.flags.q.explicit_stream ? " stream" : "",
H A Dast.h575 unsigned explicit_stream:1; /**< stream value assigned explicitly by shader code */ member in struct:ast_type_qualifier::__anon15825::__anon15826
H A Dglsl_parser_extras.cpp1015 block->default_layout.flags.q.explicit_stream = 0;
H A Dast_to_hir.cpp6828 if (qual->flags.q.explicit_stream) {
7292 allowed_blk_qualifiers.flags.q.explicit_stream = 1;

Completed in 399 milliseconds