Home
last modified time | relevance | path

Searched refs:memConsumption (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktCommandPoolMemoryReservationTests.cpp125 VkCommandPoolMemoryConsumption memConsumption = in verifyCommandPoolReservedSize() local
134 vk.getCommandPoolMemoryConsumption(device, *cmdPool, DE_NULL, &memConsumption); in verifyCommandPoolReservedSize()
136 if (commandPoolReservedSize != memConsumption.commandPoolReservedSize) in verifyCommandPoolReservedSize()
243 VkCommandPoolMemoryConsumption memConsumption = in verifyCommandPoolAllocEqualsCommandBufferAlloc() local
251 vk.getCommandPoolMemoryConsumption(device, *cmdPool, commandBuffers[i].get(), &memConsumption); in verifyCommandPoolAllocEqualsCommandBufferAlloc()
252 cbAllocSum += memConsumption.commandBufferAllocated; in verifyCommandPoolAllocEqualsCommandBufferAlloc()
253 commandPoolAlloc = memConsumption.commandPoolAllocated; in verifyCommandPoolAllocEqualsCommandBufferAlloc()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktCommandPoolMemoryReservationTests.cpp125 VkCommandPoolMemoryConsumption memConsumption = in verifyCommandPoolReservedSize() local
134 vk.getCommandPoolMemoryConsumption(device, *cmdPool, DE_NULL, &memConsumption); in verifyCommandPoolReservedSize()
136 if (commandPoolReservedSize != memConsumption.commandPoolReservedSize) in verifyCommandPoolReservedSize()
243 VkCommandPoolMemoryConsumption memConsumption = in verifyCommandPoolAllocEqualsCommandBufferAlloc() local
251 vk.getCommandPoolMemoryConsumption(device, *cmdPool, commandBuffers[i].get(), &memConsumption); in verifyCommandPoolAllocEqualsCommandBufferAlloc()
252 cbAllocSum += memConsumption.commandBufferAllocated; in verifyCommandPoolAllocEqualsCommandBufferAlloc()
253 commandPoolAlloc = memConsumption.commandPoolAllocated; in verifyCommandPoolAllocEqualsCommandBufferAlloc()

Completed in 3 milliseconds