Home
last modified time | relevance | path

Searched refs:getCommandDefaultSize (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.hpp299 int getCommandDefaultSize(void) const;
H A DtcuCommandLine.cpp1092 int CommandLine::getCommandDefaultSize (void) const { return m_cmdLine.getOption<opt::CommandDefaultSize>(); } in getCommandDefaultSize() function in tcu::CommandLine
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPlatform.cpp195 , m_commandDefaultSize((VkDeviceSize)cmdLine.getCommandDefaultSize()) in DeviceDriverSC()
196 , m_commandBufferMinimumSize( de::max((VkDeviceSize)cmdLine.getCommandDefaultSize(), (VkDeviceSize)cmdLine.getCommandBufferMinSize())) in DeviceDriverSC()

Completed in 7 milliseconds