Searched refs:topLevelAccelerationStructureCopy (Results 1 – 3 of 3) sorted by relevance
2525 de::MovePtr<TopLevelAccelerationStructure> topLevelAccelerationStructureCopy; in runTest() local2777 topLevelAccelerationStructureCopy = makeTopLevelAccelerationStructure(); in runTest()2778 topLevelAccelerationStructureCopy->setDeferredOperation(htCopy, workerThreadsCount); in runTest()2779 topLevelAccelerationStructureCopy->setBuildType(m_data.buildType); in runTest()2780 topLevelAccelerationStructureCopy->setBuildFlags(m_data.buildFlags); in runTest()2781 topLevelAccelerationStructureCopy->setBuildWithoutPrimitives(topNoPrimitives); in runTest()2782 topLevelAccelerationStructureCopy->setInactiveInstances(inactiveInstances); in runTest()2783 topLevelAccelerationStructureCopy->setUseArrayOfPointers(m_data.topUsesAOP); in runTest()2784 topLevelAccelerationStructureCopy->setCreateGeneric(m_data.topGeneric); in runTest()2785 … topLevelAccelerationStructureCopy->setCreationBufferUnbounded(m_data.topUnboundedCreation); in runTest()[all …]
1108 de::MovePtr<TopLevelAccelerationStructure> topLevelAccelerationStructureCopy; in runTest() local1358 topLevelAccelerationStructureCopy = makeTopLevelAccelerationStructure(); in runTest()1359 topLevelAccelerationStructureCopy->setBuildType(m_data.buildType); in runTest()1362 topLevelAccelerationStructureCopy->setCreateFlags( in runTest()1364 topLevelAccelerationStructureCopy->createAndCopyFrom( in runTest()1368 vkd, device, *(topLevelAccelerationStructureCopy->getPtr())); in runTest()1373 topLevelAccelerationStructureCopy = makeTopLevelAccelerationStructure(); in runTest()1374 topLevelAccelerationStructureCopy->setBuildType(m_data.buildType); in runTest()1377 topLevelAccelerationStructureCopy->setCreateFlags( in runTest()1379 … topLevelAccelerationStructureCopy->createAndCopyFrom(vkd, device, *cmdBuffer, *allocator, in runTest()[all …]
1863 de::MovePtr<TopLevelAccelerationStructure> topLevelAccelerationStructureCopy; in runTest() local2115 topLevelAccelerationStructureCopy = makeTopLevelAccelerationStructure(); in runTest()2116 topLevelAccelerationStructureCopy->setDeferredOperation(htCopy, workerThreadsCount); in runTest()2117 topLevelAccelerationStructureCopy->setBuildType(m_data.buildType); in runTest()2118 topLevelAccelerationStructureCopy->setBuildFlags(m_data.buildFlags); in runTest()2119 topLevelAccelerationStructureCopy->setBuildWithoutPrimitives(topNoPrimitives); in runTest()2120 topLevelAccelerationStructureCopy->setInactiveInstances(inactiveInstances); in runTest()2121 topLevelAccelerationStructureCopy->setUseArrayOfPointers(m_data.topUsesAOP); in runTest()2122 topLevelAccelerationStructureCopy->setCreateGeneric(m_data.topGeneric); in runTest()2123 … topLevelAccelerationStructureCopy->setCreationBufferUnbounded(m_data.topUnboundedCreation); in runTest()[all …]