/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingBuildTests.cpp | 80 deUint32 workerThreadsCount; member 143 deUint32 workerThreadsCount); 145 deUint32 workerThreadsCount, 151 deUint32 workerThreadsCount) const; 154 deUint32 workerThreadsCount, 279 deUint32 workerThreadsCount, 287 result->setDeferredOperation(m_data.deferredOperation, workerThreadsCount); 312 deUint32 workerThreadsCount, in initBottomAccelerationStructure() 317 blas->setDeferredOperation(m_data.deferredOperation, workerThreadsCount); in initBottomAccelerationStructure() 361 deUint32 workerThreadsCount) cons in initBottomAccelerationStructures() 310 initBottomAccelerationStructure(BlasPtr blas, bool useGpuBuild, deUint32 workerThreadsCount, tcu::UVec2& startPos, bool triangles) const initBottomAccelerationStructure() argument 414 runTest(bool useGpuBuild, deUint32 workerThreadsCount) runTest() argument [all...] |
H A D | vktRayTracingBuildLargeTests.cpp | 68 deUint32 workerThreadsCount; member 515 de::MovePtr<BufferWithMemory> multiThreadBuffer = runTest(m_data.workerThreadsCount); in iterateWithWorkers() 526 const deUint32 failures = m_data.workerThreadsCount == 0 in iterate() 612 threads[threadsNdx], // deUint32 workerThreadsCount; in createBuildLargeShaderSetTests()
|
H A D | vktRayTracingAccelerationStructuresTests.cpp | 194 deUint32 workerThreadsCount; member 1160 de::MovePtr<BufferWithMemory> runTest (const deUint32 workerThreadsCount); 1778 de::MovePtr<BufferWithMemory> RayTracingASBasicTestInstance::runTest(const deUint32 workerThreadsCount) in runTest() argument 1790 const bool htCopy = (workerThreadsCount != 0) && (m_data.operationType == OP_COPY); in runTest() 1791 const bool htSerialize = (workerThreadsCount != 0) && (m_data.operationType == OP_SERIALIZE); in runTest() 1930 asCopy->setDeferredOperation(htCopy, workerThreadsCount); in runTest() 1967 bottomLevelAccelerationStructures[i]->setDeferredOperation(htSerialize, workerThreadsCount); in runTest() 1989 asCopy->setDeferredOperation(htSerialize, workerThreadsCount); in runTest() 2050 topLevelAccelerationStructureCopy->setDeferredOperation(htCopy, workerThreadsCount); in runTest() 2078 topLevelAccelerationStructure->setDeferredOperation(htSerialize, workerThreadsCount); in runTest() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingBuildTests.cpp | 80 deUint32 workerThreadsCount; member 143 deUint32 workerThreadsCount); 145 deUint32 workerThreadsCount, 151 deUint32 workerThreadsCount) const; 154 deUint32 workerThreadsCount, 279 deUint32 workerThreadsCount, 287 result->setDeferredOperation(m_data.deferredOperation, workerThreadsCount); 312 deUint32 workerThreadsCount, in initBottomAccelerationStructure() 317 blas->setDeferredOperation(m_data.deferredOperation, workerThreadsCount); in initBottomAccelerationStructure() 361 deUint32 workerThreadsCount) cons in initBottomAccelerationStructures() 310 initBottomAccelerationStructure(BlasPtr blas, bool useGpuBuild, deUint32 workerThreadsCount, tcu::UVec2& startPos, bool triangles) const initBottomAccelerationStructure() argument 414 runTest(bool useGpuBuild, deUint32 workerThreadsCount) runTest() argument [all...] |
H A D | vktRayTracingBuildLargeTests.cpp | 68 deUint32 workerThreadsCount; member 515 de::MovePtr<BufferWithMemory> multiThreadBuffer = runTest(m_data.workerThreadsCount); in iterateWithWorkers() 526 const deUint32 failures = m_data.workerThreadsCount == 0 in iterate() 611 threads[threadsNdx], // deUint32 workerThreadsCount; in createBuildLargeShaderSetTests()
|
H A D | vktRayTracingAccelerationStructuresTests.cpp | 180 deUint32 workerThreadsCount; member 960 de::MovePtr<BufferWithMemory> runTest (const deUint32 workerThreadsCount); 1578 de::MovePtr<BufferWithMemory> RayTracingASBasicTestInstance::runTest(const deUint32 workerThreadsCount) in runTest() argument 1590 const bool htCopy = (workerThreadsCount != 0) && (m_data.operationType == OP_COPY); in runTest() 1591 const bool htSerialize = (workerThreadsCount != 0) && (m_data.operationType == OP_SERIALIZE); in runTest() 1729 asCopy->setDeferredOperation(htCopy, workerThreadsCount); in runTest() 1764 bottomLevelAccelerationStructures[i]->setDeferredOperation(htSerialize, workerThreadsCount); in runTest() 1785 asCopy->setDeferredOperation(htSerialize, workerThreadsCount); in runTest() 1845 topLevelAccelerationStructureCopy->setDeferredOperation(htCopy, workerThreadsCount); in runTest() 1871 topLevelAccelerationStructure->setDeferredOperation(htSerialize, workerThreadsCount); in runTest() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryAccelerationStructuresTests.cpp | 204 deUint32 workerThreadsCount; member 1545 const deUint32 workerThreadsCount); 2459 const deUint32 workerThreadsCount) in runTest() 2469 const bool htCopy = (workerThreadsCount != 0) && (m_data.operationType == OP_COPY); in runTest() 2470 const bool htSerialize = (workerThreadsCount != 0) && (m_data.operationType == OP_SERIALIZE); in runTest() 2587 asCopy->setDeferredOperation(htCopy, workerThreadsCount); in runTest() 2623 bottomLevelAccelerationStructures[i]->setDeferredOperation(htSerialize, workerThreadsCount); in runTest() 2645 asCopy->setDeferredOperation(htSerialize, workerThreadsCount); in runTest() 2706 topLevelAccelerationStructureCopy->setDeferredOperation(htCopy, workerThreadsCount); in runTest() 2734 topLevelAccelerationStructure->setDeferredOperation(htSerialize, workerThreadsCount); in runTest() 2457 runTest(TestConfiguration* testConfiguration, SceneBuilder* sceneBuilder, const deUint32 workerThreadsCount) runTest() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryAccelerationStructuresTests.cpp | 198 deUint32 workerThreadsCount; member 1536 const deUint32 workerThreadsCount); 2448 const deUint32 workerThreadsCount) in runTest() 2458 const bool htCopy = (workerThreadsCount != 0) && (m_data.operationType == OP_COPY); in runTest() 2459 const bool htSerialize = (workerThreadsCount != 0) && (m_data.operationType == OP_SERIALIZE); in runTest() 2575 asCopy->setDeferredOperation(htCopy, workerThreadsCount); in runTest() 2609 bottomLevelAccelerationStructures[i]->setDeferredOperation(htSerialize, workerThreadsCount); in runTest() 2630 asCopy->setDeferredOperation(htSerialize, workerThreadsCount); in runTest() 2690 topLevelAccelerationStructureCopy->setDeferredOperation(htCopy, workerThreadsCount); in runTest() 2716 topLevelAccelerationStructure->setDeferredOperation(htSerialize, workerThreadsCount); in runTest() 2446 runTest(TestConfiguration* testConfiguration, SceneBuilder* sceneBuilder, const deUint32 workerThreadsCount) runTest() argument [all...] |