Home
last modified time | relevance | path

Searched refs:m_physicalDeviceVulkanSC10Properties (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPlatform.cpp193 , m_physicalDeviceVulkanSC10Properties(physicalDeviceVulkanSC10Properties) in DeviceDriverSC()
737 if (m_physicalDeviceVulkanSC10Properties.maxCommandBufferSize < UINT64_MAX) in createCommandPoolHandlerNorm()
738 cmdPoolSize = de::min(cmdPoolSize, m_physicalDeviceVulkanSC10Properties.maxCommandBufferSize * memC.commandBufferCount); in createCommandPoolHandlerNorm()
824 if (pCreateInfo->attachmentCount > m_physicalDeviceVulkanSC10Properties.maxFramebufferAttachments) in checkFramebufferSupport()
827 + ") is greater than VulkanSC limits allow (" + de::toString(m_physicalDeviceVulkanSC10Properties.maxFramebufferAttachments) + ")"; in checkFramebufferSupport()
847 if (attachmentCount > m_physicalDeviceVulkanSC10Properties.maxFramebufferAttachments) in checkRenderPassSupport()
850 + ") is greater than VulkanSC limits allow (" + de::toString(m_physicalDeviceVulkanSC10Properties.maxFramebufferAttachments) + ")"; in checkRenderPassSupport()
855 if (subpassCount > m_physicalDeviceVulkanSC10Properties.maxRenderPassSubpasses) in checkRenderPassSupport()
858 + ") is greater than VulkanSC limits allow (" + de::toString(m_physicalDeviceVulkanSC10Properties.maxRenderPassSubpasses) + ")"; in checkRenderPassSupport()
863 if (dependencyCount > m_physicalDeviceVulkanSC10Properties in checkRenderPassSupport()
[all...]
H A DvkPlatform.hpp341 VkPhysicalDeviceVulkanSC10Properties m_physicalDeviceVulkanSC10Properties; member in vk::DeviceDriverSC

Completed in 3 milliseconds