Home
last modified time | relevance | path

Searched refs:getDeviceVulkan11Properties (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.hpp89 const vk::VkPhysicalDeviceVulkan11Properties& getDeviceVulkan11Properties (void) const;
DvktTestCase.cpp323 …const VkPhysicalDeviceVulkan11Properties& getDeviceVulkan11Properties (void) const { retur… in getDeviceVulkan11Properties() function in vkt::DefaultDevice
566 …iceVulkan11Properties& Context::getDeviceVulkan11Properties (void) const { return m_device->getDe… in getDeviceVulkan11Properties() function in vkt::Context
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingMiscTests.cpp7915 …if (m_testPtr->getResultBufferSize() > m_context.getDeviceVulkan11Properties().maxMemoryAllocation… in checkSupport()