Home
last modified time | relevance | path

Searched refs:topLevelAccelerationStructureCopy (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryAccelerationStructuresTests.cpp2525 de::MovePtr<TopLevelAccelerationStructure> topLevelAccelerationStructureCopy; in runTest() local
2777 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()
2785topLevelAccelerationStructureCopy->setCreationBufferUnbounded(m_data.topUnboundedCreation); in runTest()
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingCaptureReplayTests.cpp1108 de::MovePtr<TopLevelAccelerationStructure> topLevelAccelerationStructureCopy; in runTest() local
1358 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()
1379topLevelAccelerationStructureCopy->createAndCopyFrom(vkd, device, *cmdBuffer, *allocator, in runTest()
[all …]
H A DvktRayTracingAccelerationStructuresTests.cpp1863 de::MovePtr<TopLevelAccelerationStructure> topLevelAccelerationStructureCopy; in runTest() local
2115 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()
2123topLevelAccelerationStructureCopy->setCreationBufferUnbounded(m_data.topUnboundedCreation); in runTest()
[all …]