Searched refs:resValue (Results 1 – 6 of 6) sorted by relevance
/external/lzma/CPP/7zip/Common/ |
D | MethodProps.cpp | 45 HRESULT ParsePropToUInt32(const UString &name, const PROPVARIANT &prop, UInt32 &resValue) in ParsePropToUInt32() argument 55 resValue = prop.ulVal; in ParsePropToUInt32() 65 resValue = v; in ParsePropToUInt32()
|
D | MethodProps.h | 15 HRESULT ParsePropToUInt32(const UString &name, const PROPVARIANT &prop, UInt32 &resValue);
|
/external/deqp/modules/gles31/functional/ |
D | es31fOpaqueTypeIndexingTests.cpp | 916 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()
|
D | es31fComputeShaderBuiltinVarTests.cpp | 261 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/ |
D | vktOpaqueTypeIndexingTests.cpp | 1425 const deUint32 resValue = outValues[readNdx*numInvocations + invocationNdx]; in iterate() local 1427 if (refValue != resValue) in iterate() 1431 << tcu::toHex(refValue) << ", got " << tcu::toHex(resValue) in iterate() 1831 const deUint32 resValue = outValues[opNdx*numInvocations + invocationNdx]; in iterate() local 1832 const bool rangeOk = de::inBounds(resValue, 0u, (deUint32)counterMasks[counterNdx].size()); in iterate() 1833 const bool notSeen = rangeOk && !counterMasks[counterNdx][resValue]; in iterate() 1840 << resValue in iterate() 1849 counterMasks[counterNdx][resValue] = true; in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeShaderBuiltinVarTests.cpp | 503 const UVec3 resValue = readResultVec(resPtr, numScalars); in iterate() local 505 if (!compareNumComponents(refValue, resValue, numScalars)) in iterate() 512 << ", got " << LogComps(resValue, numScalars) in iterate()
|