Lines Matching refs:std430
3957 qual->flags.q.std430 ||
3962 "std140, std430, packed, and shared can only be "
7520 qual->flags.q.std430 ||
7525 "std140, std430, packed, and shared can only be "
7661 /* Offset can only be used with std430 and std140 layouts an initial
7678 } else if (layout->flags.q.std430) {
7702 "with std430 and std140 layouts");
7712 "std430 and std140 layouts");
7997 * Note the table in Section 4.4 says std430 is allowed on both uniform and
8001 * "The std430 qualifier is supported only for shader storage blocks;
8002 * using std430 on a uniform block will result in a compile-time error."
8016 allowed_blk_qualifiers.flags.q.std430 = 1;
8066 } else if (this->layout.flags.q.std430) {