Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp2101 const int majorSize = (isXMajor) ? (surface.getWidth()) : (surface.getHeight()); in verifySinglesampleWideLineGroupInterpolation() local
2108 …[lineNdx].swizzle(0, 1), effectiveLines[lineNdx].swizzle(2, 3), isXMajor, (float)majorSize + 1.0f); in verifySinglesampleWideLineGroupInterpolation()
2113 rootPixelLocation[lineNdx].resize(majorSize, FLAG_ROOT_NOT_SET); in verifySinglesampleWideLineGroupInterpolation()
2127 if (deInBounds32(majorPos, 0, majorSize)) in verifySinglesampleWideLineGroupInterpolation()
2136 for (int majorPos = 0; majorPos < majorSize; ++majorPos) in verifySinglesampleWideLineGroupInterpolation()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp704 …const int majorSize = numMajorElements * getTypeSize(glu::getDataTypeScalarType(component.getVar… in validateSingleVariable() local
706 …Message << "Verifying matrix stride, expecting greater or equal to " << majorSize << tcu::TestLog:… in validateSingleVariable()
708 if (propValue < majorSize) in validateSingleVariable()