Home
last modified time | relevance | path

Searched defs:nonCoreExtensions (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp90 …std::vector<std::string> nonCoreExtensions(removeExtensions(context.getDeviceExtensions(), coreExt… in createRobustBufferAccessDevice() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.cpp196 const auto nonCoreExtensions = removeExtensions(enabledExtensions, coreExtensions); in createInstance() local
256 vector<string> nonCoreExtensions(removeExtensions(enabledExtensions, coreExtensions)); in createDefaultDevice() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp1517 vector<string> nonCoreExtensions(removeExtensions(context.getDeviceExtensions(), coreExtensions)); in createDeviceWithUnsupportedFeaturesTest() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassFragmentDensityMapTests.cpp147 …std::vector<std::string> nonCoreExtensions(removeExtensions(context.getDeviceExtensions(), coreExt… in getDevice() local