Home
last modified time | relevance | path

Searched refs:workerThreadsCount (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBuildTests.cpp73 deUint32 workerThreadsCount; member
132 deUint32 workerThreadsCount);
135 deUint32 workerThreadsCount,
139 deUint32 workerThreadsCount);
142 deUint32 workerThreadsCount,
265 deUint32 workerThreadsCount, in initTopAccelerationStructure() argument
275 result->setDeferredOperation(m_data.deferredOperation, workerThreadsCount); in initTopAccelerationStructure()
292 deUint32 workerThreadsCount, in initBottomAccelerationStructure() argument
302 result->setDeferredOperation(m_data.deferredOperation, workerThreadsCount); in initBottomAccelerationStructure()
357 deUint32 workerThreadsCount) in initBottomAccelerationStructures() argument
[all …]
DvktRayTracingAccelerationStructuresTests.cpp174 deUint32 workerThreadsCount; member
881 de::MovePtr<BufferWithMemory> runTest (const deUint32 workerThreadsCount);
1465 …MovePtr<BufferWithMemory> RayTracingASBasicTestInstance::runTest(const deUint32 workerThreadsCount) in runTest() argument
1477 const bool htCopy = (workerThreadsCount != 0) && (m_data.operationType == OP_COPY); in runTest()
1478 …const bool htSerialize = (workerThreadsCount != 0) && (m_data.operationType == OP_SERI… in runTest()
1616 asCopy->setDeferredOperation(htCopy, workerThreadsCount); in runTest()
1651 bottomLevelAccelerationStructures[i]->setDeferredOperation(htSerialize, workerThreadsCount); in runTest()
1672 asCopy->setDeferredOperation(htSerialize, workerThreadsCount); in runTest()
1732 topLevelAccelerationStructureCopy->setDeferredOperation(htCopy, workerThreadsCount); in runTest()
1758 topLevelAccelerationStructure->setDeferredOperation(htSerialize, workerThreadsCount); in runTest()
[all …]
DvktRayTracingBuildLargeTests.cpp68 deUint32 workerThreadsCount; member
519 de::MovePtr<BufferWithMemory> multiThreadBuffer = runTest(m_data.workerThreadsCount); in iterateWithWorkers()
543 const deUint32 failures = m_data.workerThreadsCount == 0 in iterate()
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryAccelerationStructuresTests.cpp197 deUint32 workerThreadsCount; member
1510 const deUint32 workerThreadsCount);
2410 const deUint32 workerThreadsCount) in runTest() argument
2420 const bool htCopy = (workerThreadsCount != 0) && (m_data.operationType == OP_COPY); in runTest()
2421 …const bool htSerialize = (workerThreadsCount != 0) && (m_data.operationType == OP_SERI… in runTest()
2537 asCopy->setDeferredOperation(htCopy, workerThreadsCount); in runTest()
2571 bottomLevelAccelerationStructures[i]->setDeferredOperation(htSerialize, workerThreadsCount); in runTest()
2592 asCopy->setDeferredOperation(htSerialize, workerThreadsCount); in runTest()
2652 topLevelAccelerationStructureCopy->setDeferredOperation(htCopy, workerThreadsCount); in runTest()
2678 topLevelAccelerationStructure->setDeferredOperation(htSerialize, workerThreadsCount); in runTest()
[all …]