Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuildTests.cpp389 const size_t avvailableAllocCount = m_context.getDeviceProperties().limits.maxMemoryAllocationCount; in verifyAllocationCount() local
408 << " allocations out of " << avvailableAllocCount << " available" in verifyAllocationCount()
411 return (requiredAllocationCount < avvailableAllocCount); in verifyAllocationCount()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBuildTests.cpp389 const size_t avvailableAllocCount = m_context.getDeviceProperties().limits.maxMemoryAllocationCount; in verifyAllocationCount() local
408 << " allocations out of " << avvailableAllocCount << " available" in verifyAllocationCount()
411 return (requiredAllocationCount < avvailableAllocCount); in verifyAllocationCount()

Completed in 4 milliseconds