Searched refs:topLevelAccelerationStructureCopy (Results 1 – 3 of 3) sorted by relevance
2526 de::MovePtr<TopLevelAccelerationStructure> topLevelAccelerationStructureCopy; in runTest() local2778 topLevelAccelerationStructureCopy = makeTopLevelAccelerationStructure(); in runTest()2779 topLevelAccelerationStructureCopy->setDeferredOperation(htCopy, workerThreadsCount); in runTest()2780 topLevelAccelerationStructureCopy->setBuildType(m_data.buildType); in runTest()2781 topLevelAccelerationStructureCopy->setBuildFlags(m_data.buildFlags); in runTest()2782 topLevelAccelerationStructureCopy->setBuildWithoutPrimitives(topNoPrimitives); in runTest()2783 topLevelAccelerationStructureCopy->setInactiveInstances(inactiveInstances); in runTest()2784 topLevelAccelerationStructureCopy->setUseArrayOfPointers(m_data.topUsesAOP); in runTest()2785 topLevelAccelerationStructureCopy->setCreateGeneric(m_data.topGeneric); in runTest()2786 … topLevelAccelerationStructureCopy->setCreationBufferUnbounded(m_data.topUnboundedCreation); in runTest()[all …]
1103 de::MovePtr<TopLevelAccelerationStructure> topLevelAccelerationStructureCopy; in runTest() local1353 topLevelAccelerationStructureCopy = makeTopLevelAccelerationStructure(); in runTest()1354 topLevelAccelerationStructureCopy->setBuildType(m_data.buildType); in runTest()1357 topLevelAccelerationStructureCopy->setCreateFlags( in runTest()1359 topLevelAccelerationStructureCopy->createAndCopyFrom( in runTest()1363 vkd, device, *(topLevelAccelerationStructureCopy->getPtr())); in runTest()1368 topLevelAccelerationStructureCopy = makeTopLevelAccelerationStructure(); in runTest()1369 topLevelAccelerationStructureCopy->setBuildType(m_data.buildType); in runTest()1372 topLevelAccelerationStructureCopy->setCreateFlags( in runTest()1374 … topLevelAccelerationStructureCopy->createAndCopyFrom(vkd, device, *cmdBuffer, *allocator, in runTest()[all …]
1862 de::MovePtr<TopLevelAccelerationStructure> topLevelAccelerationStructureCopy; in runTest() local2114 topLevelAccelerationStructureCopy = makeTopLevelAccelerationStructure(); in runTest()2115 topLevelAccelerationStructureCopy->setDeferredOperation(htCopy, workerThreadsCount); in runTest()2116 topLevelAccelerationStructureCopy->setBuildType(m_data.buildType); in runTest()2117 topLevelAccelerationStructureCopy->setBuildFlags(m_data.buildFlags); in runTest()2118 topLevelAccelerationStructureCopy->setBuildWithoutPrimitives(topNoPrimitives); in runTest()2119 topLevelAccelerationStructureCopy->setInactiveInstances(inactiveInstances); in runTest()2120 topLevelAccelerationStructureCopy->setUseArrayOfPointers(m_data.topUsesAOP); in runTest()2121 topLevelAccelerationStructureCopy->setCreateGeneric(m_data.topGeneric); in runTest()2122 … topLevelAccelerationStructureCopy->setCreationBufferUnbounded(m_data.topUnboundedCreation); in runTest()[all …]