Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.hpp107 const vk::VkPhysicalDeviceVulkan12Features &getDeviceVulkan12Features(void) const;
DvktTestCase.cpp897 const vk::VkPhysicalDeviceVulkan12Features &Context::getDeviceVulkan12Features(void) const in getDeviceVulkan12Features() function in vkt::Context
/external/deqp/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelSharedLayoutCase.cpp353 const vk::VkPhysicalDeviceVulkan12Features features = context.getDeviceVulkan12Features(); in checkSupport()
/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRateTests.cpp51 const auto &vulkan12Features = context.getDeviceVulkan12Features(); in testLimits()
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderBuiltinTests.cpp794 const auto &features = context.getDeviceVulkan12Features(); in checkSupport()
918 const auto &features = context.getDeviceVulkan12Features(); in checkSupport()
DvktMeshShaderBuiltinTestsEXT.cpp954 const auto &features = context.getDeviceVulkan12Features(); in checkSupport()
1090 const auto &features = context.getDeviceVulkan12Features(); in checkSupport()
DvktMeshShaderSmokeTestsEXT.cpp1600 const auto &vk12Features = context.getDeviceVulkan12Features(); in checkSupport()
/external/deqp/external/vulkancts/modules/vulkan/shader_object/
DvktShaderObjectBinaryTests.cpp672 auto vulkan12features = m_context.getDeviceVulkan12Features(); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp1092 const auto vk12Features = context.getDeviceVulkan12Features(); in validateLimits14()