Searched refs:topLevelAccelerationStructureCopy (Results 1 – 3 of 3) sorted by relevance
| /external/deqp/external/vulkancts/modules/vulkan/ray_query/ |
| D | vktRayQueryAccelerationStructuresTests.cpp | 2481 de::MovePtr<TopLevelAccelerationStructure> topLevelAccelerationStructureCopy; in runTest() local 2689 topLevelAccelerationStructureCopy = makeTopLevelAccelerationStructure(); in runTest() 2690 topLevelAccelerationStructureCopy->setDeferredOperation(htCopy, workerThreadsCount); in runTest() 2691 topLevelAccelerationStructureCopy->setBuildType(m_data.buildType); in runTest() 2692 topLevelAccelerationStructureCopy->setBuildFlags(m_data.buildFlags); in runTest() 2693 topLevelAccelerationStructureCopy->setBuildWithoutPrimitives(topNoPrimitives); in runTest() 2694 topLevelAccelerationStructureCopy->setInactiveInstances(inactiveInstances); in runTest() 2695 topLevelAccelerationStructureCopy->setUseArrayOfPointers(m_data.topUsesAOP); in runTest() 2696 topLevelAccelerationStructureCopy->setCreateGeneric(m_data.topGeneric); in runTest() 2697 …topLevelAccelerationStructureCopy->createAndCopyFrom(vkd, device, *cmdBuffer, allocator, topLevelA… in runTest() [all …]
|
| /external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
| D | vktRayTracingCaptureReplayTests.cpp | 1080 de::MovePtr<TopLevelAccelerationStructure> topLevelAccelerationStructureCopy; in runTest() local 1276 topLevelAccelerationStructureCopy = makeTopLevelAccelerationStructure(); in runTest() 1277 topLevelAccelerationStructureCopy->setBuildType (m_data.buildType); in runTest() 1280 …topLevelAccelerationStructureCopy->setCreateFlags(VK_ACCELERATION_STRUCTURE_CREATE_DEVICE_ADDRESS_… in runTest() 1281 …topLevelAccelerationStructureCopy->createAndCopyFrom(vkd, device, *cmdBuffer, *allocator, topLevel… in runTest() 1283 …ress = getAccelerationStructureDeviceAddress(vkd, device, *(topLevelAccelerationStructureCopy->get… in runTest() 1288 topLevelAccelerationStructureCopy = makeTopLevelAccelerationStructure(); in runTest() 1289 topLevelAccelerationStructureCopy->setBuildType (m_data.buildType); in runTest() 1292 …topLevelAccelerationStructureCopy->setCreateFlags(VK_ACCELERATION_STRUCTURE_CREATE_DEVICE_ADDRESS_… in runTest() 1293 …topLevelAccelerationStructureCopy->createAndCopyFrom(vkd, device, *cmdBuffer, *allocator, topLevel… in runTest() [all …]
|
| D | vktRayTracingAccelerationStructuresTests.cpp | 1637 de::MovePtr<TopLevelAccelerationStructure> topLevelAccelerationStructureCopy; in runTest() local 1844 topLevelAccelerationStructureCopy = makeTopLevelAccelerationStructure(); in runTest() 1845 topLevelAccelerationStructureCopy->setDeferredOperation(htCopy, workerThreadsCount); in runTest() 1846 topLevelAccelerationStructureCopy->setBuildType(m_data.buildType); in runTest() 1847 topLevelAccelerationStructureCopy->setBuildFlags(m_data.buildFlags); in runTest() 1848 topLevelAccelerationStructureCopy->setBuildWithoutPrimitives(topNoPrimitives); in runTest() 1849 topLevelAccelerationStructureCopy->setInactiveInstances(inactiveInstances); in runTest() 1850 topLevelAccelerationStructureCopy->setUseArrayOfPointers(m_data.topUsesAOP); in runTest() 1851 topLevelAccelerationStructureCopy->setCreateGeneric(m_data.topGeneric); in runTest() 1852 …topLevelAccelerationStructureCopy->createAndCopyFrom(vkd, device, *cmdBuffer, allocator, topLevelA… in runTest() [all …]
|