Home
last modified time | relevance | path

Searched refs:toHex (Results 1 - 25 of 84) sorted by relevance

1234

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFloatStateQueryTests.cpp293 using tcu::toHex; in verifyFloatExpanded()
306 testCtx.getLog() << TestLog::Message << "// ERROR: expected in range [" << toHex(expectedGLStateMin) << "," << toHex(expectedGLStateMax) << "]; got " << toHex((GLint)state) << TestLog::EndMessage; in verifyFloatExpanded()
318 using tcu::toHex; in verifyFloat2Expanded()
342 << "[" << toHex(referenceAsGLintMin[0]) << " " << toHex(referenceAsGLintMax[0]) << "], " in verifyFloat2Expanded()
343 << "[" << toHex(referenceAsGLintMin[1]) << " " << toHex(referenceAsGLintMax[1]) << "]" in verifyFloat2Expanded()
345 << toHex(floatVector in verifyFloat2Expanded()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFloatStateQueryTests.cpp326 using tcu::toHex; in verifyFloatExpanded()
339 testCtx.getLog() << TestLog::Message << "// ERROR: expected in range [" << toHex(expectedGLStateMin) << "," << toHex(expectedGLStateMax) << "]; got " << toHex((GLint)state) << TestLog::EndMessage; in verifyFloatExpanded()
351 using tcu::toHex; in verifyFloat2Expanded()
375 << "[" << toHex(referenceAsGLintMin[0]) << " " << toHex(referenceAsGLintMax[0]) << "], " in verifyFloat2Expanded()
376 << "[" << toHex(referenceAsGLintMin[1]) << " " << toHex(referenceAsGLintMax[1]) << "]" in verifyFloat2Expanded()
378 << toHex(floatVector in verifyFloat2Expanded()
[all...]
H A Des3fShaderPackingFunctionTests.cpp62 return str << v.value << " / " << tcu::toHex(tcu::Float32(v.value).bits()); in operator <<()
199 << ", expected packSnorm2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref) in iterate()
200 << ", got " << tcu::toHex(res) in iterate()
288 << " expected unpackSnorm2x16(" << tcu::toHex(inputs[valNdx]) << ") = " in iterate()
390 << ", expected packUnorm2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref) in iterate()
391 << ", got " << tcu::toHex(res) in iterate()
479 << " expected unpackUnorm2x16(" << tcu::toHex(inputs[valNdx]) << ") = " in iterate()
586 << ", expected packHalf2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref) in iterate()
587 << ", got " << tcu::toHex(res) in iterate()
695 << " expected unpackHalf2x16(" << tcu::toHex(input in iterate()
[all...]
H A Des3fShaderCommonFunctionTests.cpp255 return str << v.value << " / " << tcu::toHex(tcu::Float32(v.value).bits()); in operator <<()
266 return str << (v.value ? "true" : "false") << " / " << tcu::toHex(v.value); in operator <<()
297 case glu::TYPE_UINT: str << tcu::toHex(((const deUint32*)varValue.value)[compNdx]); break; in operator <<()
639 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex(ulpDiff); in compare()
671 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff); in compare()
738 << tcu::toHex(maxUlpDiff) << ", got ULP diff " << tcu::toHex(ulpDiff); in compare()
959 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(refOut0) << " with threshold " in compare()
960 << tcu::toHex(maxUlpDiff) << ", got diff " << tcu::toHex(ulpDif in compare()
[all...]
H A Des3fShaderPrecisionTests.cpp371 << "in0 = " << in0 << " / " << tcu::toHex(tcu::Float32(in0).bits()) in iterate()
372 << ", in1 = " << in1 << " / " << tcu::toHex(tcu::Float32(in1).bits()) in iterate()
374 << TestLog::Message << " reference = " << refF << " / " << tcu::toHex(tcu::Float32(refF).bits()) << TestLog::EndMessage; in iterate()
384 log << TestLog::Message << " result = " << pixels[0] << " / " << tcu::toHex(tcu::Float32(pixels[0]).bits()) << TestLog::EndMessage; in iterate()
404 log << TestLog::Message << "ERROR: Inconsistent results, got " << tcu::toHex(pixelBits) << " at (" << x << ", " << y << ")" << TestLog::EndMessage; in iterate()
587 << "in0 = " << in0 << ", in1 = " << in1 << ", ref out = " << refOut << " / " << tcu::toHex(refMasked) in iterate()
609 << "got " << cmpOut << " / " << tcu::toHex(cmpOut) in iterate()
780 << "in0 = " << tcu::toHex(in0) << ", in1 = " << tcu::toHex(in1) << ", ref out = " << tcu::toHex(refOu in iterate()
[all...]
/third_party/vk-gl-cts/framework/egl/
H A DegluStrUtil.cpp51 return str << tcu::toHex(attribFmt.value); in operator <<()
83 return str << tcu::toHex(attribFmt.value); in operator <<()
102 return str << tcu::toHex(attribFmt.value); in operator <<()
144 return str << tcu::toHex(attribFmt.value); in operator <<()
179 str << tcu::toHex(attrib) << ", ???"; in operator <<()
219 str << tcu::toHex(attrib) << ", ???"; in operator <<()
259 str << tcu::toHex(attrib) << ", ???"; in operator <<()
H A DegluCallLogWrapper.cpp34 using tcu::toHex;
203 return str << toHex(fmt.display); in operator <<()
222 return str << toHex(fmt.surface); in operator <<()
241 return str << toHex(fmt.context); in operator <<()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DUnicodeNormalizerConformanceTest.java221 String toHex = s.substring(pos,delim); in hexsplit()
224 int len = toHex.length(); in hexsplit()
226 if(toHex.charAt(index)==' '){ in hexsplit()
229 int spacePos = toHex.indexOf(' ', index); in hexsplit()
231 appendInt(buf,toHex.substring(index,len),s); in hexsplit()
234 appendInt(buf,toHex.substring(index, spacePos),s); in hexsplit()
H A DConformanceTest.java460 String toHex = s.substring(pos,delim); in hexsplit()
463 int len = toHex.length(); in hexsplit()
465 if(toHex.charAt(index)==' '){ in hexsplit()
468 int spacePos = toHex.indexOf(' ', index); in hexsplit()
470 appendInt(buf,toHex.substring(index,len),s); in hexsplit()
473 appendInt(buf,toHex.substring(index, spacePos),s); in hexsplit()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DUnicodeNormalizerConformanceTest.java218 String toHex = s.substring(pos,delim); in hexsplit()
221 int len = toHex.length(); in hexsplit()
223 if(toHex.charAt(index)==' '){ in hexsplit()
226 int spacePos = toHex.indexOf(' ', index); in hexsplit()
228 appendInt(buf,toHex.substring(index,len),s); in hexsplit()
231 appendInt(buf,toHex.substring(index, spacePos),s); in hexsplit()
H A DConformanceTest.java457 String toHex = s.substring(pos,delim); in hexsplit()
460 int len = toHex.length(); in hexsplit()
462 if(toHex.charAt(index)==' '){ in hexsplit()
465 int spacePos = toHex.indexOf(' ', index); in hexsplit()
467 appendInt(buf,toHex.substring(index,len),s); in hexsplit()
470 appendInt(buf,toHex.substring(index, spacePos),s); in hexsplit()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DBundleItem.java342 outBuffer.append(toHex((aChar >> 12) & 0xF)); in saveConvert()
343 outBuffer.append(toHex((aChar >> 8) & 0xF)); in saveConvert()
344 outBuffer.append(toHex((aChar >> 4) & 0xF)); in saveConvert()
345 outBuffer.append(toHex((aChar >> 0) & 0xF)); in saveConvert()
362 private static char toHex(int nibble) { in toHex() method in BundleItem
/third_party/vk-gl-cts/framework/opengl/
H A DgluStrUtil.cpp77 return str << tcu::toHex(unitStr.texUnit); in operator <<()
115 return str << tcu::toHex(valueStr.value); in operator <<()
182 str << tcu::toHex(flags); in operator <<()
/third_party/vk-gl-cts/modules/egl/
H A DteglQueryContextTests.cpp120 log << TestLog::Message << " Fail, call returned the wrong context. Expected: " << tcu::toHex(context) << ", got: " << tcu::toHex(gotContext) << TestLog::EndMessage; in executeForContext()
160 log << TestLog::Message << " Fail, read surface: " << tcu::toHex(gotReadSurface) in executeForContext()
161 << ", draw surface: " << tcu::toHex(gotDrawSurface) in executeForContext()
162 << ", expected: " << tcu::toHex(surface) << TestLog::EndMessage; in executeForContext()
203 log << TestLog::Message << " Fail, call returned the wrong display. Expected: " << tcu::toHex(display) << ", got: " << tcu::toHex(gotDisplay) << TestLog::EndMessage; in executeForContext()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp330 return str << v.value << " / " << tcu::toHex(tcu::Float32(v.value).bits()); in operator <<()
341 return str << (v.value ? "true" : "false") << " / " << tcu::toHex(v.value); in operator <<()
372 case glu::TYPE_UINT: str << tcu::toHex(((const deUint32*)varValue.value)[compNdx]); break; in operator <<()
714 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex(ulpDiff); in compare()
746 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff); in compare()
813 << tcu::toHex(maxUlpDiff) << ", got ULP diff " << tcu::toHex(ulpDiff); in compare()
1039 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(refOut0) << " with threshold " in compare()
1040 << tcu::toHex(maxUlpDiff) << ", got diff " << tcu::toHex(ulpDif in compare()
[all...]
H A Des31fShaderPackingFunctionTests.cpp62 return str << v.value << " / " << tcu::toHex(tcu::Float32(v.value).bits()); in operator <<()
199 << ", expected packSnorm2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref) in iterate()
200 << ", got " << tcu::toHex(res) in iterate()
288 << " expected unpackSnorm2x16(" << tcu::toHex(inputs[valNdx]) << ") = " in iterate()
390 << ", expected packUnorm2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref) in iterate()
391 << ", got " << tcu::toHex(res) in iterate()
479 << " expected unpackUnorm2x16(" << tcu::toHex(inputs[valNdx]) << ") = " in iterate()
586 << ", expected packHalf2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref) in iterate()
587 << ", got " << tcu::toHex(res) in iterate()
695 << " expected unpackHalf2x16(" << tcu::toHex(input in iterate()
[all...]
H A Des31fShaderAtomicOpTests.cpp160 << " s_var = " << typeName << "(" << tcu::toHex(m_initialValue) << "u);\n" in init()
626 m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ": expected " << tcu::toHex(expectedValue) << ", got " << tcu::toHex(groupOutput) << TestLog::EndMessage;
637 << ": found unexpected value " << tcu::toHex(outputValue)
697 m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ": expected " << tcu::toHex(expectedValue) << ", got " << tcu::toHex(groupOutput) << TestLog::EndMessage;
708 << ": found unexpected value " << tcu::toHex(outputValue)
776 m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ": expected " << tcu::toHex(expected0)
777 << " or " << tcu::toHex(expected1) << " (compare mask " << tcu::toHex(compareMas
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktInfoTests.cpp136 << "driverVersion: " << tcu::toHex(properties.driverVersion) << "\n" in logDeviceInfo()
138 << "vendorID: " << tcu::toHex(properties.vendorID) << "\n" in logDeviceInfo()
139 << "deviceID: " << tcu::toHex(properties.deviceID) << "\n" in logDeviceInfo()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderPackingFunctionTests.cpp65 return str << v.value << " / " << tcu::toHex(tcu::Float32(v.value).bits()); in operator <<()
203 << ", expected packSnorm2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref) in iterate()
204 << ", got " << tcu::toHex(res) in iterate()
310 << " expected unpackSnorm2x16(" << tcu::toHex(inputs[valNdx]) << ") = " in iterate()
422 << ", expected packUnorm2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref) in iterate()
423 << ", got " << tcu::toHex(res) in iterate()
529 << " expected unpackUnorm2x16(" << tcu::toHex(inputs[valNdx]) << ") = " in iterate()
652 << ", expected packHalf2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref) in iterate()
653 << ", got " << tcu::toHex(res) in iterate()
855 << " expected unpackHalf2x16(" << tcu::toHex((in in printErrorMessage()
[all...]
H A DvktAtomicOperationTests.cpp621 << ". Expected one of the two outcomes: InOut = " << tcu::toHex(exp[0].m_inout) in checkOperation()
622 << ", Output0 = " << tcu::toHex(exp[0].m_output[0]) << ", Output1 = " in checkOperation()
623 << tcu::toHex(exp[0].m_output[1]) << ", or InOut = " << tcu::toHex(exp[1].m_inout) in checkOperation()
624 << ", Output0 = " << tcu::toHex(exp[1].m_output[0]) << ", Output1 = " in checkOperation()
625 << tcu::toHex(exp[1].m_output[1]) << ". Got: InOut = " << tcu::toHex(resIo) in checkOperation()
626 << ", Output0 = " << tcu::toHex(resOutput0) << ", Output1 = " in checkOperation()
627 << tcu::toHex(resOutput1) << ". Using Input0 = " << tcu::toHex(origina in checkOperation()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderPackingFunctionTests.cpp65 return str << v.value << " / " << tcu::toHex(tcu::Float32(v.value).bits()); in operator <<()
203 << ", expected packSnorm2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref) in iterate()
204 << ", got " << tcu::toHex(res) in iterate()
310 << " expected unpackSnorm2x16(" << tcu::toHex(inputs[valNdx]) << ") = " in iterate()
422 << ", expected packUnorm2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref) in iterate()
423 << ", got " << tcu::toHex(res) in iterate()
529 << " expected unpackUnorm2x16(" << tcu::toHex(inputs[valNdx]) << ") = " in iterate()
652 << ", expected packHalf2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref) in iterate()
653 << ", got " << tcu::toHex(res) in iterate()
855 << " expected unpackHalf2x16(" << tcu::toHex((in in printErrorMessage()
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkAllocationCallbackUtil.cpp682 << ", returnedPtr=" << tcu::toHex(record.data.allocation.returnedPtr); in operator <<()
686 str << "REALLOCATION: original=" << tcu::toHex(record.data.reallocation.original) in operator <<()
690 << ", returnedPtr=" << tcu::toHex(record.data.reallocation.returnedPtr); in operator <<()
694 str << "FREE: mem=" << tcu::toHex(record.data.free.mem); in operator <<()
719 str << "Double free of " << tcu::toHex(violation.record.data.free.mem); in operator <<()
726 str << "Attempt to free " << tcu::toHex(violation.record.data.free.mem) << " which has not been allocated"; in operator <<()
733 str << "Attempt to reallocate " << tcu::toHex(violation.record.data.reallocation.original) << " which has not been allocated"; in operator <<()
740 str << "Attempt to reallocate " << tcu::toHex(violation.record.data.reallocation.original) << " which has been freed"; in operator <<()
755 str << "Invalid internal allocation type " << tcu::toHex(violation.record.data.internalAllocation.type); in operator <<()
/third_party/vk-gl-cts/modules/internal/
H A DditImageIOTests.cpp68 m_testCtx.getLog() << TestLog::Message << "ERROR: expected hash " << tcu::toHex(m_expectedHash) << ", got " << tcu::toHex(hash) << TestLog::EndMessage; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktInfoTests.cpp142 << "driverVersion: " << tcu::toHex(properties.driverVersion) << "\n" in logDeviceInfo()
144 << "vendorID: " << tcu::toHex(properties.vendorID) << "\n" in logDeviceInfo()
145 << "deviceID: " << tcu::toHex(properties.deviceID) << "\n" in logDeviceInfo()
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWin32VulkanPlatform.cpp279 dst << tcu::toHex(sysInfo.wProcessorArchitecture); in getProcessorInfo()
282 dst << ", level " << tcu::toHex(sysInfo.wProcessorLevel) << ", revision " << tcu::toHex(sysInfo.wProcessorRevision); in getProcessorInfo()

Completed in 28 milliseconds

1234