Lines Matching defs:stride
73 const GLuint stride = clip_vec->stride;
81 for ( i = 0 ; i < count ; i++, STRIDE_F(from, stride) ) {
131 const GLuint stride = clip_vec->stride;
138 for ( i = 0 ; i < count ; i++, STRIDE_F(from, stride) ) {
166 const GLuint stride = clip_vec->stride;
176 for ( i = 0 ; i < count ; i++, STRIDE_F(from, stride) ) {
258 source->stride = sizeof(s[0]);
265 dest->stride = sizeof(float[4]);
272 ref->stride = sizeof(float[4]);
303 STRIDE_F(c, source->stride * i);