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()
123 static HRESULT PROPVARIANT_to_DictSize(const PROPVARIANT &prop, UInt32 &resValue) in PROPVARIANT_to_DictSize() argument
130 resValue = (UInt32)1 << v; in PROPVARIANT_to_DictSize()
134 return StringToDictSize(prop.bstrVal, resValue); in PROPVARIANT_to_DictSize()
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/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp1428 const deUint32 resValue = outValues[readNdx*numInvocations + invocationNdx]; in iterate() local
1430 if (refValue != resValue) in iterate()
1434 << tcu::toHex(refValue) << ", got " << tcu::toHex(resValue) in iterate()
1806 const deUint32 resValue = outValues[opNdx*numInvocations + invocationNdx]; in iterate() local
1807 const bool rangeOk = de::inBounds(resValue, 0u, (deUint32)counterMasks[counterNdx].size()); in iterate()
1808 const bool notSeen = rangeOk && !counterMasks[counterNdx][resValue]; in iterate()
1815 << resValue in iterate()
1824 counterMasks[counterNdx][resValue] = true; 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()