Lines Matching defs:config

1294 					MultisampleRenderPassTestInstance	(Context& context, TestConfig config);
1348 MultisampleRenderPassTestInstance::MultisampleRenderPassTestInstance (Context& context, TestConfig config)
1350 , m_extensionSupported (isExtensionSupported(context, config.renderingType, config.separateStencilUsage, config.format))
1351 , m_renderingType (config.renderingType)
1352 , m_separateStencilUsage (config.separateStencilUsage)
1353 , m_srcFormat (config.format)
1354 , m_dstFormat (getDstFormat(config.format, config.separateStencilUsage))
1355 , m_sampleCount (config.sampleCount)
1378 , m_renderPass (createRenderPass(context.getDeviceInterface(), context.getDevice(), m_srcFormat, m_dstFormat, m_sampleCount, config.renderingType, m_separateStencilUsage))
1731 void init (vk::SourceCollections& dst, TestConfig config) const
1733 const tcu::TextureFormat format (mapVkFormat(config.format));
1735 const bool testDepth (config.separateStencilUsage ? (config.separateStencilUsage == TEST_DEPTH) : tcu::hasDepthComponent(format.order));
1736 const bool testStencil (config.separateStencilUsage ? (config.separateStencilUsage == TEST_STENCIL) : tcu::hasStencilComponent(format.order));
1961 const bool isAlphaOnly = isAlphaOnlyFormat(config.format);
2023 for (deUint32 attachmentNdx = 0; attachmentNdx < de::min((deUint32)MAX_COLOR_ATTACHMENT_COUNT, config.sampleCount); attachmentNdx++)
2035 for (deUint32 attachmentNdx = 0; attachmentNdx < de::min((deUint32)MAX_COLOR_ATTACHMENT_COUNT, config.sampleCount); attachmentNdx++)
2092 for (deUint32 attachmentNdx = 0; attachmentNdx < de::min((deUint32)MAX_COLOR_ATTACHMENT_COUNT, config.sampleCount); attachmentNdx++)
2099 for (deUint32 attachmentNdx = 0; attachmentNdx < de::min((deUint32)MAX_COLOR_ATTACHMENT_COUNT, config.sampleCount); attachmentNdx++)