Searched refs:qual_xfb_offset (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_to_hir.cpp3820 unsigned qual_xfb_offset; local in function:apply_layout_qualifier_to_variable
3824 qual->offset, &qual_xfb_offset) &&
3825 validate_xfb_offset_qualifier(loc, state, (int) qual_xfb_offset,
3827 var->data.offset = qual_xfb_offset;
8104 unsigned qual_xfb_offset = 0; local in function:ast_interface_block::hir
8107 layout.offset, &qual_xfb_offset)) {
8157 qual_xfb_offset,
8312 layout.flags.q.explicit_xfb_offset ? (int) qual_xfb_offset : -1;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_to_hir.cpp3762 unsigned qual_xfb_offset; local in function:apply_layout_qualifier_to_variable
3766 qual->offset, &qual_xfb_offset) &&
3767 validate_xfb_offset_qualifier(loc, state, (int) qual_xfb_offset,
3769 var->data.offset = qual_xfb_offset;
7844 unsigned qual_xfb_offset; local in function:ast_interface_block::hir
7847 layout.offset, &qual_xfb_offset)) {
7897 qual_xfb_offset,
8052 layout.flags.q.explicit_xfb_offset ? (int) qual_xfb_offset : -1;

Completed in 345 milliseconds