Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp385 const size_t systemAllocationOverhead = sizeof(void*)*2; in getCurrentSystemMemoryUsage() local
391 return getLiveSystemAllocationTotal(validationResults) + systemAllocationOverhead*validationResults.liveAllocations.size(); in getCurrentSystemMemoryUsage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiObjectManagementTests.cpp385 const size_t systemAllocationOverhead = sizeof(void*)*2; in getCurrentSystemMemoryUsage() local
391 return getLiveSystemAllocationTotal(validationResults) + systemAllocationOverhead*validationResults.liveAllocations.size(); in getCurrentSystemMemoryUsage()

Completed in 11 milliseconds