Searched refs:workerThreadsCount (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingBuildTests.cpp | 75 deUint32 workerThreadsCount; member 134 deUint32 workerThreadsCount); 137 deUint32 workerThreadsCount, 141 deUint32 workerThreadsCount); 144 deUint32 workerThreadsCount, 267 deUint32 workerThreadsCount, in initTopAccelerationStructure() argument 277 result->setDeferredOperation(m_data.deferredOperation, workerThreadsCount); in initTopAccelerationStructure() 294 deUint32 workerThreadsCount, in initBottomAccelerationStructure() argument 304 result->setDeferredOperation(m_data.deferredOperation, workerThreadsCount); in initBottomAccelerationStructure() 359 deUint32 workerThreadsCount) in initBottomAccelerationStructures() argument [all …]
|
D | vktRayTracingAccelerationStructuresTests.cpp | 175 deUint32 workerThreadsCount; member 882 de::MovePtr<BufferWithMemory> runTest (const deUint32 workerThreadsCount); 1466 …MovePtr<BufferWithMemory> RayTracingASBasicTestInstance::runTest(const deUint32 workerThreadsCount) in runTest() argument 1478 const bool htCopy = (workerThreadsCount != 0) && (m_data.operationType == OP_COPY); in runTest() 1479 …const bool htSerialize = (workerThreadsCount != 0) && (m_data.operationType == OP_SERI… in runTest() 1617 asCopy->setDeferredOperation(htCopy, workerThreadsCount); in runTest() 1652 bottomLevelAccelerationStructures[i]->setDeferredOperation(htSerialize, workerThreadsCount); in runTest() 1673 asCopy->setDeferredOperation(htSerialize, workerThreadsCount); in runTest() 1733 topLevelAccelerationStructureCopy->setDeferredOperation(htCopy, workerThreadsCount); in runTest() 1759 topLevelAccelerationStructure->setDeferredOperation(htSerialize, workerThreadsCount); in runTest() [all …]
|
D | vktRayTracingBuildLargeTests.cpp | 68 deUint32 workerThreadsCount; member 519 de::MovePtr<BufferWithMemory> multiThreadBuffer = runTest(m_data.workerThreadsCount); in iterateWithWorkers() 543 const deUint32 failures = m_data.workerThreadsCount == 0 in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryAccelerationStructuresTests.cpp | 198 deUint32 workerThreadsCount; member 1511 const deUint32 workerThreadsCount); 2423 const deUint32 workerThreadsCount) in runTest() argument 2433 const bool htCopy = (workerThreadsCount != 0) && (m_data.operationType == OP_COPY); in runTest() 2434 …const bool htSerialize = (workerThreadsCount != 0) && (m_data.operationType == OP_SERI… in runTest() 2550 asCopy->setDeferredOperation(htCopy, workerThreadsCount); in runTest() 2584 bottomLevelAccelerationStructures[i]->setDeferredOperation(htSerialize, workerThreadsCount); in runTest() 2605 asCopy->setDeferredOperation(htSerialize, workerThreadsCount); in runTest() 2665 topLevelAccelerationStructureCopy->setDeferredOperation(htCopy, workerThreadsCount); in runTest() 2691 topLevelAccelerationStructure->setDeferredOperation(htSerialize, workerThreadsCount); in runTest() [all …]
|