Searched refs:majorSize (Results 1 – 2 of 2) sorted by relevance
1856 const int majorSize = (isXMajor) ? (surface.getWidth()) : (surface.getHeight()); in verifySinglesampleWideLineGroupInterpolation() local1863 …[lineNdx].swizzle(0, 1), effectiveLines[lineNdx].swizzle(2, 3), isXMajor, (float)majorSize + 1.0f); in verifySinglesampleWideLineGroupInterpolation()1868 rootPixelLocation[lineNdx].resize(majorSize, FLAG_ROOT_NOT_SET); in verifySinglesampleWideLineGroupInterpolation()1882 if (deInBounds32(majorPos, 0, majorSize)) in verifySinglesampleWideLineGroupInterpolation()1891 for (int majorPos = 0; majorPos < majorSize; ++majorPos) in verifySinglesampleWideLineGroupInterpolation()
703 …const int majorSize = numMajorElements * getTypeSize(glu::getDataTypeScalarType(component.getVar… in validateSingleVariable() local705 …Message << "Verifying matrix stride, expecting greater or equal to " << majorSize << tcu::TestLog:… in validateSingleVariable()707 if (propValue < majorSize) in validateSingleVariable()