Lines Matching refs:deInt32
174 static deInt32 getOperationInitialValue (const AtomicOperation op) in getOperationInitialValue()
193 static deInt32 getAtomicFuncArgument (const AtomicOperation op, const IVec3& invocationID, const IV… in getAtomicFuncArgument()
230 static deInt32 computeBinaryAtomicOperationResult (const AtomicOperation op, const deInt32 a, const… in computeBinaryAtomicOperationResult()
672 for (deInt32 z = 0; z < resultBuffer.getDepth(); z++) in verifyResult()
673 for (deInt32 y = 0; y < resultBuffer.getHeight(); y++) in verifyResult()
674 for (deInt32 x = 0; x < resultBuffer.getWidth(); x++) in verifyResult()
676 deInt32 resultValue = resultBuffer.getPixelInt(x, y, z).x(); in verifyResult()
680 deInt32 reference = getOperationInitialValue(m_operation); in verifyResult()
682 for (deInt32 i = 0; i < static_cast<deInt32>(NUM_INVOCATIONS_PER_PIXEL); i++) in verifyResult()
696 for (deInt32 i = 0; i < static_cast<deInt32>(NUM_INVOCATIONS_PER_PIXEL) && !matchFound; i++) in verifyResult()
710 for (deInt32 i = 0; i < static_cast<deInt32>(NUM_INVOCATIONS_PER_PIXEL) && !matchFound; i++) in verifyResult()
754 bool verifyRecursive (const deInt32 index,
755 const deInt32 valueSoFar,
757 const deInt32 atomicArgs[NUM_INVOCATIONS_PER_PIXEL],
758 const deInt32 resultValues[NUM_INVOCATIONS_PER_PIXEL]) const;
881 for (deInt32 z = 0; z < resultBuffer.getDepth(); z++) in verifyResult()
882 for (deInt32 y = 0; y < resultBuffer.getHeight(); y++) in verifyResult()
885 deInt32 resultValues[NUM_INVOCATIONS_PER_PIXEL]; in verifyResult()
886 deInt32 atomicArgs[NUM_INVOCATIONS_PER_PIXEL]; in verifyResult()
889 for (deInt32 i = 0; i < static_cast<deInt32>(NUM_INVOCATIONS_PER_PIXEL); i++) in verifyResult()
908 bool BinaryAtomicIntermValuesInstance::verifyRecursive (const deInt32 index, in verifyRecursive()
909 const deInt32 valueSoFar, in verifyRecursive()
911 const deInt32 atomicArgs[NUM_INVOCATIONS_PER_PIXEL], in verifyRecursive()
912 const deInt32 resultValues[NUM_INVOCATIONS_PER_PIXEL]) const in verifyRecursive()
914 if (index >= static_cast<deInt32>(NUM_INVOCATIONS_PER_PIXEL)) in verifyRecursive()
917 for (deInt32 i = 0; i < static_cast<deInt32>(NUM_INVOCATIONS_PER_PIXEL); i++) in verifyRecursive()