Lines Matching refs:stride
3654 /* Get matrix stride of uniform */
3660 TCU_FAIL("Unifom has invalid matrix stride");
3665 /* Get array stride of uniform */
3671 TCU_FAIL("Unifom has invalid matrix stride");
4967 /* Get matrix stride of uniform */
4973 TCU_FAIL("Unifom has invalid matrix stride");
7349 0, /* stride */
7356 Utils::getGLDataTypeOfBaseVariableType(base_value_type), 0, /* stride */
7365 GL_DOUBLE, 0, /* stride */
13616 /** Get stride in bytes of all arguments
13633 /** Get stride in bytes of <argument>
13707 /** Get stride in bytes of <result>.
13736 /** Get stride in bytes of all results.
13743 glw::GLuint stride = 0;
13749 stride += getResultStride(i);
13750 stride = deAlign32(stride, alignment);
13754 // The stride of all results must also be aligned,
13756 return deAlign32(stride, maxAlignment);