Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktCommandPoolMemoryReservationTests.cpp56 CommandPoolReservedSize commandPoolReservedSize; member
80 // verify that VkCommandPoolMemoryReservationCreateInfo::commandPoolReservedSize == VkCommandPoolMemoryConsumption::commandPoolReservedSize
90 VkDeviceSize commandPoolReservedSize = 0u; in verifyCommandPoolReservedSize() local
91 switch (testParams.commandPoolReservedSize) in verifyCommandPoolReservedSize()
94 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()
100 TCU_THROW(InternalError, "Unsupported commandPoolReservedSize value"); in verifyCommandPoolReservedSize()
102 commandPoolReservedSize = de::max(commandPoolReservedSize, VkDeviceSiz in verifyCommandPoolReservedSize()
161 VkDeviceSize commandPoolReservedSize = de::max(VkDeviceSize(eventCount * context.getTestContext().getCommandLine().getCommandDefaultSize()), VkDeviceSize(context.getTestContext().getCommandLine().getCommandPoolMinSize())); verifyCommandPoolAllocEqualsCommandBufferAlloc() local
298 CommandPoolReservedSize commandPoolReservedSize; createCommandPoolMemoryReservationTests() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktCommandPoolMemoryReservationTests.cpp56 CommandPoolReservedSize commandPoolReservedSize; member
80 // verify that VkCommandPoolMemoryReservationCreateInfo::commandPoolReservedSize == VkCommandPoolMemoryConsumption::commandPoolReservedSize
90 VkDeviceSize commandPoolReservedSize = 0u; in verifyCommandPoolReservedSize() local
91 switch (testParams.commandPoolReservedSize) in verifyCommandPoolReservedSize()
94 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()
100 TCU_THROW(InternalError, "Unsupported commandPoolReservedSize value"); in verifyCommandPoolReservedSize()
102 commandPoolReservedSize = de::max(commandPoolReservedSize, VkDeviceSiz in verifyCommandPoolReservedSize()
161 VkDeviceSize commandPoolReservedSize = de::max(VkDeviceSize(eventCount * context.getTestContext().getCommandLine().getCommandDefaultSize()), VkDeviceSize(context.getTestContext().getCommandLine().getCommandPoolMinSize())); verifyCommandPoolAllocEqualsCommandBufferAlloc() local
297 CommandPoolReservedSize commandPoolReservedSize; createCommandPoolMemoryReservationTests() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h5036 VkDeviceSize commandPoolReservedSize; member
5044 VkDeviceSize commandPoolReservedSize; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp23095 print_VkDeviceSize(obj.commandPoolReservedSize, "commandPoolReservedSize", 1); in print_VkCommandPoolMemoryReservationCreateInfo()
23120 print_VkDeviceSize(obj->commandPoolReservedSize, "commandPoolReservedSize", 1); in print_VkCommandPoolMemoryReservationCreateInfo()
23148 print_VkDeviceSize(obj.commandPoolReservedSize, "commandPoolReservedSize", 1); in print_VkCommandPoolMemoryConsumption()
23175 print_VkDeviceSize(obj->commandPoolReservedSize, "commandPoolReservedSize", 1); in print_VkCommandPoolMemoryConsumption()
[all...]
H A Dvulkan_json_parser.hpp9941 parse_VkDeviceSize("commandPoolReservedSize", obj["commandPoolReservedSize"], (o.commandPoolReservedSize)); in parse_VkCommandPoolMemoryReservationCreateInfo()
9955 parse_VkDeviceSize("commandPoolReservedSize", obj["commandPoolReservedSize"], (o.commandPoolReservedSize)); in parse_VkCommandPoolMemoryConsumption()

Completed in 102 milliseconds