Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
DvktAmberTestCase.cpp72 ctx.getDeviceExtensions(), ctx.getUniversalQueueFamilyIndex(), in createEngineConfig()
138 std::set<std::string> device_extensions(ctx.getDeviceExtensions().begin(), in checkSupport()
139 ctx.getDeviceExtensions().end()); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.cpp330 …const vector<string>& getDeviceExtensions (void) const { return m_deviceExtensions;… in getDeviceExtensions() function in vkt::DefaultDevice
534 const auto& extensions = getDeviceExtensions(); in isDeviceFunctionalitySupported()
571 const vector<string>& Context::getDeviceExtensions (void) const { return m_device->getDevice… in getDeviceExtensions() function in vkt::Context
DvktTestCase.hpp94 const std::vector<std::string>& getDeviceExtensions (void) const;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiFullScreenExclusiveTests.cpp340 …if (!de::contains(context.getDeviceExtensions().begin(), context.getDeviceExtensions().end(), "VK_… in fullScreenExclusiveTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp90 …std::vector<std::string> nonCoreExtensions(removeExtensions(context.getDeviceExtensions(), coreExt… in createRobustBufferAccessDevice()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrCopyTests.cpp132 …if (!de::contains(context.getDeviceExtensions().begin(), context.getDeviceExtensions().end(), stri… in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp270 …if (!de::contains(m_context.getDeviceExtensions().begin(), m_context.getDeviceExtensions().end(), … in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp1394 …ersion(), physicalDevice, context.getInstanceExtensions(), context.getDeviceExtensions(), DE_TRUE); in createDeviceWithUnsupportedFeaturesTest()
1517 vector<string> nonCoreExtensions(removeExtensions(context.getDeviceExtensions(), coreExtensions)); in createDeviceWithUnsupportedFeaturesTest()
DvktApiFeatureInfo.cpp2980 …if (de::contains(context.getDeviceExtensions().begin(), context.getDeviceExtensions().end(), "VK_E… in getRequiredOptimalExtendedTilingFeatures()
3055 …AMPLED_IMAGE_BIT) != 0 && de::contains(context.getDeviceExtensions().begin(), context.getDeviceExt… in getRequiredOptimalExtendedTilingFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp335 …f (m_largeDepthEnable && !de::contains(context.getDeviceExtensions().begin(), context.getDeviceExt… in BuiltinFragDepthCaseInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp3051 if (!de::contains(context.getDeviceExtensions().begin(), context.getDeviceExtensions().end(), *i)) in runAndVerifyDefaultPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassFragmentDensityMapTests.cpp147 …std::vector<std::string> nonCoreExtensions(removeExtensions(context.getDeviceExtensions(), coreExt… in getDevice()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingCaptureReplayTests.cpp981 …:string> nonCoreDeviceExtensions (removeExtensions(m_context.getDeviceExtensions(), coreExte… in runTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp3554 …(context.getUsedApiVersion(), context.getDeviceFeatures(), context.getDeviceExtensions(), m_update… in createInstance()
7488 …(context.getUsedApiVersion(), context.getDeviceFeatures(), context.getDeviceExtensions(), m_update… in createInstance()
9096 …(context.getUsedApiVersion(), context.getDeviceFeatures(), context.getDeviceExtensions(), m_update… in createInstance()