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/
Des2fBufferTestUtil.cpp75 bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int numByt… in compareByteArrays() argument
88 if (resPtr[ndx] != refPtr[ndx]) in compareByteArrays()
103 …ormatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format::HexIterator<deUin… in compareByteArrays()
123 …ormatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format::HexIterator<deUin… in compareByteArrays()
407 bool VertexArrayVerifier::verify (deUint32 buffer, const deUint8* refPtr, int offset, int numBytes) in verify() argument
464 renderQuadGridReference(reference, numQuads, numCols, refPtr + offset + curOffset); in verify()
568 bool IndexArrayVerifier::verify (deUint32 buffer, const deUint8* refPtr, int offset, int numBytes) in verify() argument
624 execVertexFetch(&fetchedPos[0], &positions[0], refPtr+offset+curOffset, numBytesToVerify); in verify()
625 execVertexFetch(&fetchedColor[0], &colors[0], refPtr+offset+curOffset, numBytesToVerify); in verify()
Des2fBufferTestUtil.hpp51 bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int num…
/third_party/vk-gl-cts/modules/glshared/
DglsBufferTestUtil.cpp73 bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int numByt… in compareByteArrays() argument
86 if (resPtr[ndx] != refPtr[ndx]) in compareByteArrays()
101 …ormatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format::HexIterator<deUin… in compareByteArrays()
121 …ormatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format::HexIterator<deUin… in compareByteArrays()
568 bool VertexArrayVerifier::verify (deUint32 buffer, const deUint8* refPtr, int offset, int numBytes) in verify() argument
634 renderQuadGridReference(reference, numQuads, numCols, refPtr + offset + curOffset); in verify()
757 bool IndexArrayVerifier::verify (deUint32 buffer, const deUint8* refPtr, int offset, int numBytes) in verify() argument
821 execVertexFetch(&fetchedPos[0], &positions[0], refPtr+offset+curOffset, numBytesToVerify); in verify()
822 execVertexFetch(&fetchedColor[0], &colors[0], refPtr+offset+curOffset, numBytesToVerify); in verify()
DglsTextureBufferCase.cpp507 deUint8* const refPtr = (deUint8*)texture.getRefBuffer().getPtr() + offset; in modifyMapReadWrite() local
524 if (ptr[i] != refPtr[i]) in modifyMapReadWrite()
527 …ta[i]).toString() << " at " << i << ", expected " << tcu::Format::Hex<2>(refPtr[i]).toString() << … in modifyMapReadWrite()
548 refPtr[i] = data[i]; in modifyMapReadWrite()
DglsBufferTestUtil.hpp55 bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int num…
/third_party/vk-gl-cts/modules/gles31/functional/
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 …cu::formatArray(tcu::Format::HexIterator<deUint32>(refPtr), tcu::Format::HexIterator<deUint32>(ref… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
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 …cu::formatArray(tcu::Format::HexIterator<deUint32>(refPtr), tcu::Format::HexIterator<deUint32>(ref… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
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 …cu::formatArray(tcu::Format::HexIterator<deUint32>(refPtr), tcu::Format::HexIterator<deUint32>(ref… in iterate()
/third_party/ffmpeg/libavcodec/
Dvideotoolboxenc.c256 static void vt_release_num(CFNumberRef* refPtr){ in vt_release_num() argument
257 if (!*refPtr) { in vt_release_num()
261 CFRelease(*refPtr); in vt_release_num()
262 *refPtr = NULL; in vt_release_num()