Home
last modified time | relevance | path

Searched refs:unsupportedFeature (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp385 const char* unsupportedFeature = DE_NULL; in checkSupport() local
415 if (!isCoreFeaturesSupported(context, localRequiredCoreFeatures, &unsupportedFeature)) in checkSupport()
416 … std::string("At least following requested core feature is not supported: ") + unsupportedFeature); in checkSupport()
DvktSpvAsmGraphicsShaderTestUtil.cpp3059 const char* unsupportedFeature = DE_NULL; in runAndVerifyDefaultPipeline() local
3076 if (!isCoreFeaturesSupported(context, localRequiredCoreFeatures, &unsupportedFeature)) in runAndVerifyDefaultPipeline()
3077 … std::string("At least following requested core feature is not supported: ") + unsupportedFeature); in runAndVerifyDefaultPipeline()