Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.hpp79 const vk::VkPhysicalDeviceVulkan12Features& getDeviceVulkan12Features (void) const;
DvktTestCase.cpp479 const vk::VkPhysicalDeviceVulkan12Features& Context::getDeviceVulkan12Features (void) const { r… in getDeviceVulkan12Features() function in vkt::Context
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRateTests.cpp48 const auto& vulkan12Features = context.getDeviceVulkan12Features(); in testLimits()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelSharedLayoutCase.cpp352 const vk::VkPhysicalDeviceVulkan12Features features = context.getDeviceVulkan12Features(); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderBuiltinTests.cpp748 const auto& features = context.getDeviceVulkan12Features(); in checkSupport()
873 const auto& features = context.getDeviceVulkan12Features(); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp1772 …return context.contextSupports(vk::ApiVersion(1, 2, 0)) && context.getDeviceVulkan12Features().sub… in isSubgroupBroadcastDynamicIdSupported()