Searched refs:blasPool (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingBuildTests.cpp | 483 BottomLevelAccelerationStructurePool blasPool; in runTest() local 485 initBottomAccelerationStructures(blasPool, useGpuBuild, workerThreadsCount); in runTest() 486 blasPool.batchBuild(vkd, device, *cmdPool, queue, watchDog); in runTest() 494 topLevelAccelerationStructure = initTopAccelerationStructure(useGpuBuild, workerThreadsCount, blasPool); in runTest()
|
H A D | vktRayTracingTraceRaysTests.cpp | 1205 BottomLevelAccelerationStructurePool blasPool; in iterate() local 1225 initBottomAccellStructures(*cmdBuffer, blasPool, 4); in iterate() 1226 topLevelAccelerationStructure = initTopAccelerationStructure(*cmdBuffer, blasPool.structures(), m_context, m_imageExtent); in iterate() 1286 const auto allocationCount = blasPool.getAllocationCount(); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingBuildTests.cpp | 482 BottomLevelAccelerationStructurePool blasPool; in runTest() local 484 initBottomAccelerationStructures(blasPool, useGpuBuild, workerThreadsCount); in runTest() 485 blasPool.batchBuild(vkd, device, *cmdPool, queue); in runTest() 493 topLevelAccelerationStructure = initTopAccelerationStructure(useGpuBuild, workerThreadsCount, blasPool); in runTest()
|
H A D | vktRayTracingTraceRaysTests.cpp | 1205 BottomLevelAccelerationStructurePool blasPool; in iterate() local 1225 initBottomAccellStructures(*cmdBuffer, blasPool, 4); in iterate() 1226 topLevelAccelerationStructure = initTopAccelerationStructure(*cmdBuffer, blasPool.structures(), m_context, m_imageExtent); in iterate() 1286 const auto allocationCount = blasPool.getAllocationCount(); in iterate()
|
Completed in 9 milliseconds