Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageAtomicOperationTests.cpp188 static deInt32 getAtomicFuncArgument (const AtomicOperation op, const IVec3& invocationID, const IV… in getAtomicFuncArgument() function
676 …reference = computeBinaryAtomicOperationResult(m_operation, reference, getAtomicFuncArgument(m_ope… in verifyResult()
690 matchFound = (resultValue == getAtomicFuncArgument(m_operation, gid, extendedGridSize)); in verifyResult()
871 atomicArgs[i] = getAtomicFuncArgument(m_operation, gid, extendedGridSize); in verifyResult()
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp1618 …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::__anonb29d2c9e0111::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 ()()