Home | History | Annotate | Download | only in glsl

Lines Matching full:std140

3629    if (qual->flags.q.std140 ||
3635 "std140, std430, packed, and shared can only be "
6805 if (qual->flags.q.std140 ||
6811 "std140, std430, packed, and shared can only be "
6938 /* Offset can only be used with std430 and std140 layouts an initial
6952 if(layout->flags.q.std140) {
6979 "with std430 and std140 layouts");
6989 "std430 and std140 layouts");
7258 allowed_blk_qualifiers.flags.q.std140 = 1;
7322 /* The default layout is std140.