Home | History | Annotate | Download | only in pipeline

Lines Matching refs:imageCount

197 											  int								imageCount,
206 , m_imageCount (imageCount)
227 if ((deUint32)imageCount > context.getDeviceProperties().limits.maxColorAttachments)
228 throw tcu::NotSupportedError(std::string("Unsupported render target count: ") + de::toString(imageCount));