Home
last modified time | relevance | path

Searched refs:resValue (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/Common/
DMethodProps.cpp45 HRESULT ParsePropToUInt32(const UString &name, const PROPVARIANT &prop, UInt32 &resValue) in ParsePropToUInt32() argument
55 resValue = prop.ulVal; in ParsePropToUInt32()
65 resValue = v; in ParsePropToUInt32()
DMethodProps.h15 HRESULT ParsePropToUInt32(const UString &name, const PROPVARIANT &prop, UInt32 &resValue);
/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp916 const deUint32 resValue = outValues[readNdx*numInvocations + invocationNdx]; in iterate() local
918 if (refValue != resValue) in iterate()
922 << tcu::toHex(refValue) << ", got " << tcu::toHex(resValue) in iterate()
1198 const deUint32 resValue = outValues[opNdx*numInvocations + invocationNdx]; in iterate() local
1199 const bool rangeOk = de::inBounds(resValue, 0u, (deUint32)counterMasks[counterNdx].size()); in iterate()
1200 const bool notSeen = rangeOk && !counterMasks[counterNdx][resValue]; in iterate()
1207 << resValue in iterate()
1216 counterMasks[counterNdx][resValue] = true; in iterate()
Des31fComputeShaderBuiltinVarTests.cpp261 const UVec3 resValue = readResultVec(resPtr, numScalars); in iterate() local
263 if (!compareComps(refValue, resValue, numScalars)) in iterate()
268 << ", got " << LogComps(resValue, numScalars) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeShaderBuiltinVarTests.cpp503 const UVec3 resValue = readResultVec(resPtr, numScalars); in iterate() local
505 if (!compareNumComponents(refValue, resValue, numScalars)) in iterate()
512 << ", got " << LogComps(resValue, numScalars) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp1446 const deUint32 resValue = outValues[readNdx*numInvocations + invocationNdx]; in iterate() local
1448 if (refValue != resValue) in iterate()
1452 << tcu::toHex(refValue) << ", got " << tcu::toHex(resValue) in iterate()
1852 const deUint32 resValue = outValues[opNdx*numInvocations + invocationNdx]; in iterate() local
1853 const bool rangeOk = de::inBounds(resValue, 0u, (deUint32)counterMasks[counterNdx].size()); in iterate()
1854 const bool notSeen = rangeOk && !counterMasks[counterNdx][resValue]; in iterate()
1861 << resValue in iterate()
1870 counterMasks[counterNdx][resValue] = true; in iterate()