Home
last modified time | relevance | path

Searched refs:TestBufferFloatingPoint (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktAtomicOperationTests.cpp374 class TestBufferFloatingPoint : public BufferInterface class
378 TestBufferFloatingPoint(AtomicOperation atomicOp) in TestBufferFloatingPoint() function in vkt::shaderexecutor::__anon28661::TestBufferFloatingPoint
490 return new TestBufferFloatingPoint<deFloat16>(atomicOp); in createTestBuffer()
496 return new TestBufferFloatingPoint<float>(atomicOp); in createTestBuffer()
502 return new TestBufferFloatingPoint<double>(atomicOp); in createTestBuffer()
715 void TestBufferFloatingPoint<T>::checkOperationFloatingPoint(const BufferDataFloatingPoint<T>& original, in checkOperationFloatingPoint()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktAtomicOperationTests.cpp374 class TestBufferFloatingPoint : public BufferInterface class
378 TestBufferFloatingPoint(AtomicOperation atomicOp) in TestBufferFloatingPoint() function in vkt::shaderexecutor::__anon29810::TestBufferFloatingPoint
490 return new TestBufferFloatingPoint<deFloat16>(atomicOp); in createTestBuffer()
496 return new TestBufferFloatingPoint<float>(atomicOp); in createTestBuffer()
502 return new TestBufferFloatingPoint<double>(atomicOp); in createTestBuffer()
715 void TestBufferFloatingPoint<T>::checkOperationFloatingPoint(const BufferDataFloatingPoint<T>& original, in checkOperationFloatingPoint()

Completed in 5 milliseconds