Home
last modified time | relevance | path

Searched refs:HexIterator (Results 1 – 8 of 8) sorted by relevance

/external/deqp/framework/common/
DtcuFormatUtil.hpp221 class HexIterator class
224 HexIterator (Iterator iter) : m_iter(iter) {} in HexIterator() function in tcu::Format::HexIterator
226 HexIterator<T, Iterator>& operator++ (void) { ++m_iter; return *this; } in operator ++()
227 HexIterator<T, Iterator> operator++ (int) { return HexIterator(m_iter++); } in operator ++()
229 …bool operator== (const HexIterator<T, Iterator>& other) const { return m_iter == other.m_… in operator ==()
230 …bool operator!= (const HexIterator<T, Iterator>& other) const { return m_iter != other.m_… in operator !=()
/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.cpp103 …pected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format:… in compareByteArrays()
104 … got " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart), tcu::Format:… in compareByteArrays()
123 …pected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format:… in compareByteArrays()
124 … got " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart), tcu::Format:… in compareByteArrays()
/external/deqp/modules/glshared/
DglsBufferTestUtil.cpp101 …pected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format:… in compareByteArrays()
102 … got " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart), tcu::Format:… in compareByteArrays()
121 …pected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format:… in compareByteArrays()
122 … got " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart), tcu::Format:… in compareByteArrays()
/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp680 …<< tcu::formatArray(tcu::Format::HexIterator<deUint32>(resPtr), tcu::Format::HexIterator<deUint32>… in iterate()
682 …<< tcu::formatArray(tcu::Format::HexIterator<deUint32>(refPtr), tcu::Format::HexIterator<deUint32>… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp968 …<< tcu::formatArray(tcu::Format::HexIterator<deUint32>(resPtr), tcu::Format::HexIterator<deUint32>… in iterate()
970 …<< tcu::formatArray(tcu::Format::HexIterator<deUint32>(refPtr), tcu::Format::HexIterator<deUint32>… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp3032 …n' << tcu::formatArray(tcu::Format::HexIterator<deUint8>(DE_ARRAY_BEGIN(value.deviceUUID)), tcu::F… in toString()
3033 …n' << tcu::formatArray(tcu::Format::HexIterator<deUint8>(DE_ARRAY_BEGIN(value.driverUUID)), tcu::F… in toString()
3034 …n' << tcu::formatArray(tcu::Format::HexIterator<deUint8>(DE_ARRAY_BEGIN(value.deviceLUID)), tcu::F… in toString()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantTests.cpp140 …rn de::toString(tcu::formatArray(tcu::Format::HexIterator<deUint8>(memoryBytePtr), tcu::Format::He… in memoryAsHexString()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStrUtilImpl.inl2640 …<< tcu::formatArray(tcu::Format::HexIterator<deUint8>(DE_ARRAY_BEGIN(value.pipelineCacheUUID)), tc…
4507 …n' << tcu::formatArray(tcu::Format::HexIterator<deUint8>(DE_ARRAY_BEGIN(value.deviceUUID)), tcu::F…
4508 …n' << tcu::formatArray(tcu::Format::HexIterator<deUint8>(DE_ARRAY_BEGIN(value.driverUUID)), tcu::F…
4509 …n' << tcu::formatArray(tcu::Format::HexIterator<deUint8>(DE_ARRAY_BEGIN(value.deviceLUID)), tcu::F…
5445 …'\n' << tcu::formatArray(tcu::Format::HexIterator<char>(DE_ARRAY_BEGIN(value.driverName)), tcu::Fo…
5446 …'\n' << tcu::formatArray(tcu::Format::HexIterator<char>(DE_ARRAY_BEGIN(value.driverInfo)), tcu::Fo…