Home
last modified time | relevance | path

Searched refs:getCommandBufferMinSize (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
DvktCommandPoolMemoryReservationTests.cpp102 …tParams.commandBufferCount * context.getTestContext().getCommandLine().getCommandBufferMinSize())); in verifyCommandPoolReservedSize()
162 …tParams.commandBufferCount * context.getTestContext().getCommandLine().getCommandBufferMinSize())); in verifyCommandPoolAllocEqualsCommandBufferAlloc()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
DvktCommandPoolMemoryReservationTests.cpp102 …tParams.commandBufferCount * context.getTestContext().getCommandLine().getCommandBufferMinSize())); in verifyCommandPoolReservedSize()
162 …tParams.commandBufferCount * context.getTestContext().getCommandLine().getCommandBufferMinSize())); in verifyCommandPoolAllocEqualsCommandBufferAlloc()
/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.hpp296 int getCommandBufferMinSize(void) const;
DtcuCommandLine.cpp990 int CommandLine::getCommandBufferMinSize (void) const { return m_cmdLine.getOption<opt::Comma… in getCommandBufferMinSize() function in tcu::CommandLine
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkPlatform.cpp190 …ax((VkDeviceSize)cmdLine.getCommandDefaultSize(), (VkDeviceSize)cmdLine.getCommandBufferMinSize())) in DeviceDriverSC()