Lines Matching refs:stride
2024 int stride;
2028 VertexBindingState(int bindingindex) : buffer(0), offset(0), stride(16), divisor(0), index(bindingindex)
2052 if (p != stride)
2055 << ") is " << p << " should be " << stride << tcu::TestLog::EndMessage;
2185 vb0.stride = 128;
2197 vb2.stride = 256;
2235 vb15.stride = 32;
2269 vb0.stride = 8;
2283 vb0.stride = 24;
3096 An INVALID_VALUE error is generated if stride or offset is negative, or if
3097 stride is greater than the value of MAX_VERTEX_ATTRIB_STRIDE.
3140 << tcu::TestLog::Message << "INVALID_VALUE should be generated (negative stride)."
3151 << "INVALID_VALUE should be generated (stride greater than GL_MAX_VERTEX_ATTRIB_STRIDE)."