Home
last modified time | relevance | path

Searched refs:getCommandPoolMinSize (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktCommandPoolMemoryReservationTests.cpp94 commandPoolReservedSize = de::max(VkDeviceSize(64u * context.getTestContext().getCommandLine().getCommandDefaultSize()), VkDeviceSize(context.getTestContext().getCommandLine().getCommandPoolMinSize()) ); in verifyCommandPoolReservedSize()
97 commandPoolReservedSize = de::max(VkDeviceSize(8192u * context.getTestContext().getCommandLine().getCommandDefaultSize()), VkDeviceSize(context.getTestContext().getCommandLine().getCommandPoolMinSize())); in verifyCommandPoolReservedSize()
161 VkDeviceSize commandPoolReservedSize = de::max(VkDeviceSize(eventCount * context.getTestContext().getCommandLine().getCommandDefaultSize()), VkDeviceSize(context.getTestContext().getCommandLine().getCommandPoolMinSize())); in verifyCommandPoolAllocEqualsCommandBufferAlloc()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktCommandPoolMemoryReservationTests.cpp94 commandPoolReservedSize = de::max(VkDeviceSize(64u * context.getTestContext().getCommandLine().getCommandDefaultSize()), VkDeviceSize(context.getTestContext().getCommandLine().getCommandPoolMinSize()) ); in verifyCommandPoolReservedSize()
97 commandPoolReservedSize = de::max(VkDeviceSize(8192u * context.getTestContext().getCommandLine().getCommandDefaultSize()), VkDeviceSize(context.getTestContext().getCommandLine().getCommandPoolMinSize())); in verifyCommandPoolReservedSize()
161 VkDeviceSize commandPoolReservedSize = de::max(VkDeviceSize(eventCount * context.getTestContext().getCommandLine().getCommandDefaultSize()), VkDeviceSize(context.getTestContext().getCommandLine().getCommandPoolMinSize())); in verifyCommandPoolAllocEqualsCommandBufferAlloc()
/third_party/vk-gl-cts/framework/common/
H A DtcuCommandLine.hpp293 int getCommandPoolMinSize(void) const;
H A DtcuCommandLine.cpp1090 int CommandLine::getCommandPoolMinSize (void) const { return m_cmdLine.getOption<opt::CommandPoolMinSize>(); } in getCommandPoolMinSize() function in tcu::CommandLine
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPlatform.cpp197 , m_commandPoolMinimumSize((VkDeviceSize)cmdLine.getCommandPoolMinSize()) in DeviceDriverSC()

Completed in 6 milliseconds