Lines Matching defs:config
747 SampleReadTestInstance (Context& context, TestConfig config);
797 SampleReadTestInstance::SampleReadTestInstance (Context& context, TestConfig config)
800 ((config.renderingType != RENDERING_TYPE_RENDERPASS2) || context.requireDeviceFunctionality("VK_KHR_create_renderpass2")))
801 , m_renderingType (config.renderingType)
802 , m_sampleCount (config.sampleCount)
805 , m_testMode (config.testMode)
806 , m_selectedSample (config.selectedSample)
819 , m_renderPass (createRenderPass(context.getDeviceInterface(), context.getDevice(), VK_FORMAT_R32_UINT, VK_FORMAT_R32_UINT, m_sampleCount, config.renderingType))
930 void init (vk::SourceCollections& dst, TestConfig config) const
965 if (config.testMode == TESTMODE_ADD)
968 " for (int i = 0; i < " << config.sampleCount << "; i++)\n" <<
974 " o_color.r = subpassLoad(i_color, " << de::toString(config.selectedSample) << ").r;\n";