/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkPlatform.cpp | 234 …m_resourceInterface->getStatMax().descriptorSetLayoutBindingLimit = de::max(m_resourceInterface->g… in createDescriptorSetLayoutHandlerStat() 239 …m_resourceInterface->getStatMax().maxImmutableSamplersPerDescriptorSetLayout = de::max(m_resourceI… in createDescriptorSetLayoutHandlerStat() 344 …m_resourceInterface->getStatMax().maxImageViewMipLevels = de::max(m_resourceInterface->getStatMax… in createImageViewHandler() 345 …m_resourceInterface->getStatMax().maxImageViewArrayLayers = de::max(m_resourceInterface->getStatMa… in createImageViewHandler() 347 …m_resourceInterface->getStatMax().maxLayeredImageViewMipLevels = de::max(m_resourceInterface->getS… in createImageViewHandler() 384 …m_resourceInterface->getStatMax().maxOcclusionQueriesPerPool = de::max(m_resourceInterface->getS… in createQueryPoolHandler() 387 …m_resourceInterface->getStatMax().maxPipelineStatisticsQueriesPerPool = de::max(m_resourceInterfac… in createQueryPoolHandler() 390 …m_resourceInterface->getStatMax().maxTimestampQueriesPerPool = de::max(m_resourceInterface->getS… in createQueryPoolHandler() 702 …m_resourceInterface->getStatMax().descriptorSetLayoutBindingLimit = de::max(m_resourceInterface->g… in getDescriptorSetLayoutSupportHandler() 762 …face->getStatMax().commandBufferRequestCount = de::max(m_resourceInterface->getStatMax().commandBu… in createCommandPoolHandlerStat()
|
D | vkPlatform.hpp | 150 …AR_NAME += (VAR_VALUE); m_resourceInterface->getStatMax().VAR_NAME = de::max(m_resourceInterface->…
|
D | vkResourceInterface.hpp | 71 VkDeviceObjectReservationCreateInfo& getStatMax (); 72 const VkDeviceObjectReservationCreateInfo& getStatMax () const;
|
D | vkResourceInterface.cpp | 103 VkDeviceObjectReservationCreateInfo& ResourceInterface::getStatMax () in getStatMax() function in vk::ResourceInterface 108 const VkDeviceObjectReservationCreateInfo& ResourceInterface::getStatMax () const in getStatMax() function in vk::ResourceInterface
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 666 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in createDeviceTest() 738 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in createMultipleDevicesTest() 828 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in createDeviceWithUnsupportedExtensionsTest() 926 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in createDeviceWithVariousQueueCountsTest() 1055 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in createDeviceWithGlobalPriorityTest() 1337 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in createDeviceFeatures2Test() 1697 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in createDeviceWithUnsupportedFeaturesTest() 1784 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in createDeviceQueue2Test() 1912 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in createProtectedDeviceWithQueueConfig() 2698 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in createInstanceDeviceIntentionalAllocFail()
|
D | vktApiVersionCheck.cpp | 357 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in createTestDevice()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 666 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in createDeviceTest() 738 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in createMultipleDevicesTest() 828 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in createDeviceWithUnsupportedExtensionsTest() 926 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in createDeviceWithVariousQueueCountsTest() 1055 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in createDeviceWithGlobalPriorityTest() 1337 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in createDeviceFeatures2Test() 1697 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in createDeviceWithUnsupportedFeaturesTest() 1784 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in createDeviceQueue2Test() 1912 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in createProtectedDeviceWithQueueConfig() 2698 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in createInstanceDeviceIntentionalAllocFail()
|
D | vktApiVersionCheck.cpp | 357 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in createTestDevice()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
D | vktFaultHandlingTests.cpp | 162 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in testCreateDeviceWithFaultCallbackInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
D | vktFaultHandlingTests.cpp | 162 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in testCreateDeviceWithFaultCallbackInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessUtil.cpp | 101 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in createRobustBufferAccessDevice()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
D | vktRobustnessUtil.cpp | 101 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in createRobustBufferAccessDevice()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawConcurrentTests.cpp | 160 …().getCommandLine().isSubProcess() ? m_context.getResourceInterface()->getStatMax() : resetDeviceO… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawConcurrentTests.cpp | 160 …().getCommandLine().isSubProcess() ? m_context.getResourceInterface()->getStatMax() : resetDeviceO… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
D | vktProtectedMemUtils.cpp | 248 …eInfo memReservationInfo = cmdLine.isSubProcess() ? resourceInterface->getStatMax() : resetDeviceO… in makeProtectedMemDevice()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationBasicSemaphoreTests.cpp | 566 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in basicMultiQueueCase()
|
D | vktSynchronizationOperationMultiQueueTests.cpp | 167 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in MultiQueues()
|
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 293 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in createQueues()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
D | vktComputeIndirectComputeDispatchTests.cpp | 150 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in createCustomDevice()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
D | vktSynchronizationBasicSemaphoreTests.cpp | 566 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in basicMultiQueueCase()
|
D | vktSynchronizationOperationMultiQueueTests.cpp | 167 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in MultiQueues()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeIndirectComputeDispatchTests.cpp | 150 …xt().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceO… in createCustomDevice()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemUtils.cpp | 248 …eInfo memReservationInfo = cmdLine.isSubProcess() ? resourceInterface->getStatMax() : resetDeviceO… in makeProtectedMemDevice()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 336 dmrCI = resourceInterface->getStatMax(); in createDefaultDevice()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
D | vktTestCase.cpp | 336 dmrCI = resourceInterface->getStatMax(); in createDefaultDevice()
|