Home
last modified time | relevance | path

Searched refs:refPtr (Results 1 - 9 of 9) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBufferTestUtil.cpp75 bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int numBytes) in compareByteArrays() argument
88 if (resPtr[ndx] != refPtr[ndx]) in compareByteArrays()
103 << " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart+printLen)) << "\n" in compareByteArrays()
123 << " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart+printLen)) << "\n" in compareByteArrays()
407 bool VertexArrayVerifier::verify (deUint32 buffer, const deUint8* refPtr, int offset, int numBytes)
464 renderQuadGridReference(reference, numQuads, numCols, refPtr + offset + curOffset);
568 bool IndexArrayVerifier::verify (deUint32 buffer, const deUint8* refPtr, int offset, int numBytes)
624 execVertexFetch(&fetchedPos[0], &positions[0], refPtr
[all...]
H A Des2fBufferTestUtil.hpp51 bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int numBytes);
/third_party/vk-gl-cts/modules/glshared/
H A DglsBufferTestUtil.cpp73 bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int numBytes) in compareByteArrays() argument
86 if (resPtr[ndx] != refPtr[ndx]) in compareByteArrays()
101 << " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart+printLen)) << "\n" in compareByteArrays()
121 << " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart+printLen)) << "\n" in compareByteArrays()
568 bool VertexArrayVerifier::verify (deUint32 buffer, const deUint8* refPtr, int offset, int numBytes)
634 renderQuadGridReference(reference, numQuads, numCols, refPtr + offset + curOffset);
757 bool IndexArrayVerifier::verify (deUint32 buffer, const deUint8* refPtr, int offset, int numBytes)
821 execVertexFetch(&fetchedPos[0], &positions[0], refPtr
[all...]
H A DglsTextureBufferCase.cpp507 deUint8* const refPtr = (deUint8*)texture.getRefBuffer().getPtr() + offset; in modifyMapReadWrite() local
524 if (ptr[i] != refPtr[i]) in modifyMapReadWrite()
527 log << TestLog::Message << "Invalid byte in mapped buffer. " << tcu::Format::Hex<2>(data[i]).toString() << " at " << i << ", expected " << tcu::Format::Hex<2>(refPtr[i]).toString() << TestLog::EndMessage; in modifyMapReadWrite()
548 refPtr[i] = data[i]; in modifyMapReadWrite()
H A DglsBufferTestUtil.hpp55 bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int numBytes);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp981 const deUint32* refPtr = &outData[lookupNdx*outLookupStride]; in iterate() local
982 const deUint32* resPtr = refPtr + invocationNdx*4; in iterate()
986 isOk = isOk && (refPtr[ndx] == resPtr[ndx]); in iterate()
993 << tcu::formatArray(tcu::Format::HexIterator<deUint32>(refPtr), tcu::Format::HexIterator<deUint32>(refPtr+4)) in iterate()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp674 const deUint32* refPtr = &outData[lookupNdx*outLookupStride]; in iterate() local
675 const deUint32* resPtr = refPtr + invocationNdx*4; in iterate()
679 isOk = isOk && (refPtr[ndx] == resPtr[ndx]); in iterate()
686 << tcu::formatArray(tcu::Format::HexIterator<deUint32>(refPtr), tcu::Format::HexIterator<deUint32>(refPtr+4)) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp983 const deUint32* refPtr = &outData[lookupNdx*outLookupStride]; in iterate() local
984 const deUint32* resPtr = refPtr + invocationNdx*4; in iterate()
988 isOk = isOk && (refPtr[ndx] == resPtr[ndx]); in iterate()
995 << tcu::formatArray(tcu::Format::HexIterator<deUint32>(refPtr), tcu::Format::HexIterator<deUint32>(refPtr+4)) in iterate()
/third_party/ffmpeg/libavcodec/
H A Dvideotoolboxenc.c261 * NULL-safe release of *refPtr, and sets value to NULL.
263 static void vt_release_num(CFNumberRef* refPtr){ in vt_release_num() argument
264 if (!*refPtr) { in vt_release_num()
268 CFRelease(*refPtr); in vt_release_num()
269 *refPtr = NULL; in vt_release_num()

Completed in 17 milliseconds