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

/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageAtomicOperationTests.cpp188 static deInt32 getAtomicFuncArgument (const AtomicOperation op, const IVec3& invocationID, const IVec3& gridSize) function in namespace:vkt::image::__anon3816
676 reference = computeBinaryAtomicOperationResult(m_operation, reference, getAtomicFuncArgument(m_operation, gid, extendedGridSize));
690 matchFound = (resultValue == getAtomicFuncArgument(m_operation, gid, extendedGridSize));
871 atomicArgs[i] = getAtomicFuncArgument(m_operation, gid, extendedGridSize);
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp1617 static int getAtomicFuncArgument (AtomicOperation op, const IVec3& invocationID, const IVec2& dispatchSizeXY);
1647 int BinaryAtomicOperationCase::getAtomicFuncArgument (AtomicOperation op, const IVec3& invocationID, const IVec2& dispatchSizeXY) function in class:deqp::gles31::Functional::__anon4694::BinaryAtomicOperationCase
1736 atomicArgs[i] = getAtomicFuncArgument(m_operation, gid, dispatchSizeXY);
1837 atomicArgs.i[i] = getAtomicFuncArgument(m_operation, gid, dispatchSizeXY);
1842 atomicArgs.f[i] = (float)getAtomicFuncArgument(m_operation, gid, dispatchSizeXY);

Completed in 46 milliseconds