Searched refs:getAtomicFuncArgument (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageAtomicOperationTests.cpp | 195 static deInt32 getAtomicFuncArgument (const AtomicOperation op, const IVec3& invocationID, const IV… in getAtomicFuncArgument() function 670 …reference = computeBinaryAtomicOperationResult(m_operation, reference, getAtomicFuncArgument(m_ope… in verifyResult() 684 matchFound = (resultValue == getAtomicFuncArgument(m_operation, gid, extendedGridSize)); in verifyResult() 698 matchFound = (resultValue == getAtomicFuncArgument(m_operation, gid, extendedGridSize)); in verifyResult() 879 atomicArgs[i] = getAtomicFuncArgument(m_operation, gid, extendedGridSize); in verifyResult()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderImageLoadStoreTests.cpp | 1618 …static int getAtomicFuncArgument (AtomicOperation op, const IVec3& invocationID, const IVec… 1648 int BinaryAtomicOperationCase::getAtomicFuncArgument (AtomicOperation op, const IVec3& invocationID… in getAtomicFuncArgument() function in deqp::gles31::Functional::__anon0a49b9df0111::BinaryAtomicOperationCase 1737 atomicArgs[i] = getAtomicFuncArgument(m_operation, gid, dispatchSizeXY); in operator ()() 1838 atomicArgs.i[i] = getAtomicFuncArgument(m_operation, gid, dispatchSizeXY); in operator ()() 1843 atomicArgs.f[i] = (float)getAtomicFuncArgument(m_operation, gid, dispatchSizeXY); in operator ()()
|