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/
DvktCommandPoolMemoryReservationTests.cpp94 …dDefaultSize()), VkDeviceSize(context.getTestContext().getCommandLine().getCommandPoolMinSize()) ); in verifyCommandPoolReservedSize()
97 …ndDefaultSize()), VkDeviceSize(context.getTestContext().getCommandLine().getCommandPoolMinSize())); in verifyCommandPoolReservedSize()
161 …ndDefaultSize()), VkDeviceSize(context.getTestContext().getCommandLine().getCommandPoolMinSize())); in verifyCommandPoolAllocEqualsCommandBufferAlloc()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
DvktCommandPoolMemoryReservationTests.cpp94 …dDefaultSize()), VkDeviceSize(context.getTestContext().getCommandLine().getCommandPoolMinSize()) ); in verifyCommandPoolReservedSize()
97 …ndDefaultSize()), VkDeviceSize(context.getTestContext().getCommandLine().getCommandPoolMinSize())); in verifyCommandPoolReservedSize()
161 …ndDefaultSize()), VkDeviceSize(context.getTestContext().getCommandLine().getCommandPoolMinSize())); in verifyCommandPoolAllocEqualsCommandBufferAlloc()
/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.hpp293 int getCommandPoolMinSize(void) const;
DtcuCommandLine.cpp989 int CommandLine::getCommandPoolMinSize (void) const { return m_cmdLine.getOption<opt::Comman… in getCommandPoolMinSize() function in tcu::CommandLine
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkPlatform.cpp191 , m_commandPoolMinimumSize((VkDeviceSize)cmdLine.getCommandPoolMinSize()) in DeviceDriverSC()