Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsRasterizationTestUtil.cpp1802 const int majorSize = (isXMajor) ? (surface.getWidth()) : (surface.getHeight()); in verifySinglesampleWideLineGroupInterpolation() local
1809 …[lineNdx].swizzle(0, 1), effectiveLines[lineNdx].swizzle(2, 3), isXMajor, (float)majorSize + 1.0f); in verifySinglesampleWideLineGroupInterpolation()
1814 rootPixelLocation[lineNdx].resize(majorSize, FLAG_ROOT_NOT_SET); in verifySinglesampleWideLineGroupInterpolation()
1828 if (deInBounds32(majorPos, 0, majorSize)) in verifySinglesampleWideLineGroupInterpolation()
1837 for (int majorPos = 0; majorPos < majorSize; ++majorPos) in verifySinglesampleWideLineGroupInterpolation()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp701 …const int majorSize = numMajorElements * getTypeSize(glu::getDataTypeScalarType(component.getVar… in validateSingleVariable() local
703 …Message << "Verifying matrix stride, expecting greater or equal to " << majorSize << tcu::TestLog:… in validateSingleVariable()
705 if (propValue < majorSize) in validateSingleVariable()