Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.hpp77 const vk::VkPhysicalDeviceFeatures2& getDeviceFeatures2 (void) const;
DvktTestCase.cpp314 …const VkPhysicalDeviceFeatures2& getDeviceFeatures2 (void) const { return m_deviceFeat… in getDeviceFeatures2() function in vkt::DefaultDevice
477 …:VkPhysicalDeviceFeatures2& Context::getDeviceFeatures2 (void) const { return m_device->get… in getDeviceFeatures2() function in vkt::Context
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
DvktAmberTestCase.cpp71 &ctx.getDeviceFeatures2(), ctx.getInstanceExtensions(), in createEngineConfig()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassFragmentDensityMapTests.cpp159 const VkPhysicalDeviceFeatures2 & feature2ptr = context.getDeviceFeatures2(); in getDevice()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryTraversalControlTests.cpp1270 const VkPhysicalDeviceFeatures2& features2 = context.getDeviceFeatures2(); in checkSupport()
DvktRayQueryCullRayFlagsTests.cpp1213 const VkPhysicalDeviceFeatures2& features2 = context.getDeviceFeatures2(); in checkSupport()
DvktRayQueryAccelerationStructuresTests.cpp1532 const VkPhysicalDeviceFeatures2& features2 = context.getDeviceFeatures2(); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorSetRandomTests.cpp299 auto features = context.getDeviceFeatures2(); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp696 const VkPhysicalDeviceFeatures2& features2 = context.getDeviceFeatures2(); in validateLimits12()