Home | History | Annotate | Download | only in pipeline

Lines Matching defs:checkSize

976 	const IVec4	checkSize	= tcu::min(imageSize, IVec4(MAX_VERIFICATION_REGION_SIZE,
980 const IVec4 checkOffset = (imageSize - checkSize) / 2;
983 const VkDeviceSize colorBufferSize = product(checkSize) * tcu::getPixelSize(mapVkFormat(caseDef.colorFormat));
1183 static_cast<deUint32>(checkSize.w()), // uint32_t layerCount;
1193 makeExtent3D(checkSize.swizzle(0, 1, 2)), // VkExtent3D imageExtent;
1226 const int checkDepth = maxLayersOrDepth(checkSize);
1228 const tcu::ConstPixelBufferAccess resultImage (format, checkSize.x(), checkSize.y(), checkDepth, colorBufferAlloc->getHostPtr());
1229 tcu::TextureLevel textureLevel (format, checkSize.x(), checkSize.y(), checkDepth);
1233 generateExpectedImage(expectedImage, checkSize.swizzle(0, 1), depthOffset);