Searched refs:HexIterator (Results 1 – 8 of 8) sorted by relevance
/external/deqp/framework/common/ |
D | tcuFormatUtil.hpp | 221 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/ |
D | es2fBufferTestUtil.cpp | 103 …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/ |
D | glsBufferTestUtil.cpp | 101 …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/ |
D | es31fOpaqueTypeIndexingTests.cpp | 680 …<< 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/ |
D | vktOpaqueTypeIndexingTests.cpp | 968 …<< 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/ |
D | vktApiFeatureInfo.cpp | 3032 …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/ |
D | vktPipelineSpecConstantTests.cpp | 140 …rn de::toString(tcu::formatArray(tcu::Format::HexIterator<deUint8>(memoryBytePtr), tcu::Format::He… in memoryAsHexString()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStrUtilImpl.inl | 2640 …<< 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…
|