Searched refs:unsupportedFeature (Results 1 – 2 of 2) sorted by relevance
426 const char* unsupportedFeature = DE_NULL; in iterate() local428 …aturesSupported(m_context, m_shaderSpec.requestedVulkanFeatures.coreFeatures, &unsupportedFeature)) in iterate()429 … std::string("At least following requested core feature is not supported: ") + unsupportedFeature); in iterate()
2515 const char* unsupportedFeature = DE_NULL; in runAndVerifyDefaultPipeline() local2532 if (!isCoreFeaturesSupported(context, localRequiredCoreFeatures, &unsupportedFeature)) in runAndVerifyDefaultPipeline()2533 … std::string("At least following requested core feature is not supported: ") + unsupportedFeature); in runAndVerifyDefaultPipeline()