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

/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageAtomicOperationTests.cpp757 const deInt32 atomicArgs[NUM_INVOCATIONS_PER_PIXEL],
886 deInt32 atomicArgs[NUM_INVOCATIONS_PER_PIXEL]; local
894 atomicArgs[i] = getAtomicFuncArgument(m_operation, gid, extendedGridSize);
899 if (!verifyRecursive(0, getOperationInitialValue(m_operation), argsUsed, atomicArgs, resultValues))
911 const deInt32 atomicArgs[NUM_INVOCATIONS_PER_PIXEL],
923 if (verifyRecursive(index + 1, computeBinaryAtomicOperationResult(m_operation, valueSoFar, atomicArgs[i]), argsUsed, atomicArgs, resultValues))
908 verifyRecursive(const deInt32 index, const deInt32 valueSoFar, bool argsUsed[NUM_INVOCATIONS_PER_PIXEL], const deInt32 atomicArgs[NUM_INVOCATIONS_PER_PIXEL], const deInt32 resultValues[NUM_INVOCATIONS_PER_PIXEL]) const argument
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp1730 int atomicArgs[NUM_INVOCATIONS_PER_PIXEL]; local
1737 atomicArgs[i] = getAtomicFuncArgument(m_operation, gid, dispatchSizeXY);
1749 reference = computeBinaryAtomicOperationResult(m_operation, reference, atomicArgs[i]);
1755 << TestLog::Message << "// Note: data expression values for the IDs are " << arrayStr(atomicArgs) << TestLog::EndMessage
1767 matchFound = isIntegerFormat ? result.i == atomicArgs[i]
1768 : de::abs(result.f - (float)atomicArgs[i]) <= 0.01f;
1773 << TestLog::Message << "// Note: expected one of " << arrayStr(atomicArgs) << TestLog::EndMessage;
1823 IntFloatArr atomicArgs; local
1838 atomicArgs.i[i] = getAtomicFuncArgument(m_operation, gid, dispatchSizeXY);
1843 atomicArgs
[all...]

Completed in 157 milliseconds