Lines Matching refs:xfb_stride
150 layout(xfb_buffer = 1, xfb_stride = 32) out;
432 "xfb_buffer", "xfb_offset", or "xfb_stride" layout qualifiers. When
442 "xfb_stride" layout qualifier. If no "xfb_stride" qualifier is specified
449 no "xfb_stride" qualifier and no associated output variables, its stride
454 When no "xfb_buffer", "xfb_offset", or "xfb_stride" layout qualifiers are
508 * any binding point has a stride declared using the "xfb_stride" layout
517 * is associated with a binding point with an "xfb_stride" layout
524 * the "xfb_stride" layout qualifier for any binding point exceeds the
544 varyings uses the "xfb_buffer", "xfb_offset", or "xfb_stride" layout
912 xfb_stride = integral-constant-expression
994 "The *xfb_stride* qualifier specifies how many bytes are consumed by each
1002 that overflows *xfb_stride*, whether stated on declarations before or
1003 after the *xfb_stride*, or in different compilation units. While
1004 *xfb_stride* can be declared multiple times for the same buffer, it is a
1011 layout (xfb_buffer = 1, xfb_stride = 32) out;
1014 layout (xfb_stride = 32, xfb_buffer = 1) out;
1017 layout (xfb_buffer = 0, xfb_stride = 32) out block1 {
1029 layout (xfb_buffer = 2, xfb_stride = 32) out block3 {
1035 "When no *xfb_stride* is specified for a buffer, the stride of a buffer will
1127 xfb_buffer, xfb_stride, and xfb_offset to output variables. (Using
1142 qualifiers, and the layout qualifiers xfb_offset, xfb_buffer, and xfb_stride.
1145 out layout(xfb_buffer = 1, xfb_stride = 16) gl_PerVertex {
1512 layout(xfb_buffer=0, xfb_stride=48) out;
1522 gl_SkipComponents3 // final 12 bytes, per xfb_stride
1634 B) If a shader has an "xfb_stride" qualifier for a buffer, but doesn't
1659 "xfb_stride" qualifier is specified for buffer 1, no storage will be
1706 24) Should we allow "xfb_stride" layout qualifiers on block declations?
1721 26) How should we handle "xfb_offset" and "xfb_stride" layout qualifiers
1753 error if "xfb_offset" or "xfb_stride" is specified but incorrectly
1782 - xfb_width -> xfb_stride, order doesn't matter
1875 - Remove erroneous disembodied xfb_stride example
1881 xfb_stride can appear an anything. Other clarifications.
1882 - Fix bug 10266: xfb_stride must be a multiple of 8 if capturing doubles,
1891 feedback strides (when xfb_stride is not used) will be padded out to a
1895 "xfb_stride" set for any binding point with an associated variable