Home
last modified time | relevance | path

Searched refs:majorSize (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp1856 const int majorSize = (isXMajor) ? (surface.getWidth()) : (surface.getHeight()); in verifySinglesampleWideLineGroupInterpolation() local
1863 …[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()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp703 …const int majorSize = numMajorElements * getTypeSize(glu::getDataTypeScalarType(component.getVar… in validateSingleVariable() local
705 …Message << "Verifying matrix stride, expecting greater or equal to " << majorSize << tcu::TestLog:… in validateSingleVariable()
707 if (propValue < majorSize) in validateSingleVariable()