Home
last modified time | relevance | path

Searched refs:blasPool (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuildTests.cpp498 BottomLevelAccelerationStructurePool blasPool; in runTest() local
500 initBottomAccelerationStructures(blasPool, useGpuBuild, workerThreadsCount); in runTest()
501 blasPool.batchBuild(vkd, device, *cmdPool, queue, watchDog); in runTest()
512 …velAccelerationStructure = initTopAccelerationStructure(useGpuBuild, workerThreadsCount, blasPool); in runTest()
H A DvktRayTracingTraceRaysTests.cpp1305 BottomLevelAccelerationStructurePool blasPool; in iterate() local
1329 initBottomAccellStructures(*cmdBuffer, blasPool, 4); in iterate()
1331 … initTopAccelerationStructure(*cmdBuffer, blasPool.structures(), m_context, m_imageExtent); in iterate()
1406 const auto allocationCount = blasPool.getAllocationCount(); in iterate()