Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDeviceProperties.cpp97 for (const auto& coreExt : coreExtensions) in DeviceProperties() local
98 if (!de::contains(allDeviceExtensions.begin(), allDeviceExtensions.end(), std::string(coreExt))) in DeviceProperties()
99 allDeviceExtensions.push_back(coreExt); in DeviceProperties()
DvkDeviceFeatures.cpp93 for (const auto &coreExt : coreExtensions) in DeviceFeatures() local
94 if (!de::contains(allDeviceExtensions.begin(), allDeviceExtensions.end(), std::string(coreExt))) in DeviceFeatures()
95 allDeviceExtensions.push_back(coreExt); in DeviceFeatures()