Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp3806 static const char* mandatoryExtensions[] = in testMandatoryExtensions() local
3812 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(mandatoryExtensions); ++ndx) in testMandatoryExtensions()
3814 …ionSupported(context.getUsedApiVersion(), extensions, RequiredExtension(mandatoryExtensions[ndx]))) in testMandatoryExtensions()
3815 results.fail(string(mandatoryExtensions[ndx]) + " is not supported"); in testMandatoryExtensions()
3821 static const char* mandatoryExtensions[] = in testMandatoryExtensions() local
3827 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(mandatoryExtensions); ++ndx) in testMandatoryExtensions()
3829 …ionSupported(context.getUsedApiVersion(), extensions, RequiredExtension(mandatoryExtensions[ndx]))) in testMandatoryExtensions()
3830 results.fail(string(mandatoryExtensions[ndx]) + " is not supported"); in testMandatoryExtensions()