OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refPtr
(Results
1 - 7
of
7
) sorted by null
/external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp
75
bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8*
refPtr
, int numBytes)
88
if (resPtr[ndx] !=
refPtr
[ndx])
103
<< " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(
refPtr
+diffSpanStart), tcu::Format::HexIterator<deUint8>(
refPtr
+diffSpanStart+printLen)) << "\n"
123
<< " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(
refPtr
+diffSpanStart), tcu::Format::HexIterator<deUint8>(
refPtr
+diffSpanStart+printLen)) << "\n"
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
+offset+curOffset, numBytesToVerify)
[
all
...]
es2fBufferTestUtil.hpp
51
bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8*
refPtr
, int numBytes);
/external/deqp/modules/glshared/
glsBufferTestUtil.cpp
73
bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8*
refPtr
, int numBytes)
86
if (resPtr[ndx] !=
refPtr
[ndx])
101
<< " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(
refPtr
+diffSpanStart), tcu::Format::HexIterator<deUint8>(
refPtr
+diffSpanStart+printLen)) << "\n"
121
<< " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(
refPtr
+diffSpanStart), tcu::Format::HexIterator<deUint8>(
refPtr
+diffSpanStart+printLen)) << "\n"
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
+offset+curOffset, numBytesToVerify)
[
all
...]
glsBufferTestUtil.hpp
55
bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8*
refPtr
, int numBytes);
glsTextureBufferCase.cpp
507
deUint8* const
refPtr
= (deUint8*)texture.getRefBuffer().getPtr() + offset;
524
if (ptr[i] !=
refPtr
[i])
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;
548
refPtr
[i] = data[i];
[
all
...]
/external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp
670
const deUint32*
refPtr
= &outData[lookupNdx*outLookupStride];
671
const deUint32* resPtr =
refPtr
+ invocationNdx*4;
675
isOk = isOk && (
refPtr
[ndx] == resPtr[ndx]);
682
<< tcu::formatArray(tcu::Format::HexIterator<deUint32>(
refPtr
), tcu::Format::HexIterator<deUint32>(
refPtr
+4))
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp
649
const deUint32*
refPtr
= &outData[lookupNdx*outLookupStride];
650
const deUint32* resPtr =
refPtr
+ invocationNdx*4;
654
isOk = isOk && (
refPtr
[ndx] == resPtr[ndx]);
661
<< tcu::formatArray(tcu::Format::HexIterator<deUint32>(
refPtr
), tcu::Format::HexIterator<deUint32>(
refPtr
+4))
[
all
...]
Completed in 84 milliseconds