Home
last modified time | relevance | path

Searched refs:refEntry (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1676 bool compareBufferVarData (tcu::TestLog& log, const BufferVarLayoutEntry& refEntry, const BlockData… in compareBufferVarData() argument
1678 DE_ASSERT(resEntry.arraySize <= refEntry.arraySize); in compareBufferVarData()
1679 DE_ASSERT(resEntry.topLevelArraySize <= refEntry.topLevelArraySize); in compareBufferVarData()
1681 DE_ASSERT(resEntry.type == refEntry.type); in compareBufferVarData()
1684 const deUint8* const refBasePtr = (const deUint8*)refBlockPtr.ptr + refEntry.offset; in compareBufferVarData()
1685 const glu::DataType scalarType = glu::getDataTypeScalarType(refEntry.type); in compareBufferVarData()
1696 …const int refArraySize = refEntry.arraySize == 0 ? refBlockPtr.lastUnsizedArraySize : refEntry in compareBufferVarData()
1697 const int refArrayStride = refEntry.arrayStride; in compareBufferVarData()
1698 …const int refTopLevelSize = refEntry.topLevelArraySize == 0 ? refBlockPtr.lastUnsizedArraySize… in compareBufferVarData()
1699 const int refTopLevelStride = refEntry.topLevelArrayStride; in compareBufferVarData()
[all …]
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp1623 const UniformLayoutEntry& refEntry = refLayout.uniforms[*ndxIter]; in compareStd140Blocks() local
1624 int cmpEntryNdx = cmpLayout.getUniformIndex(refEntry.name.c_str()); in compareStd140Blocks()
1628 …log << TestLog::Message << "Error: Uniform '" << refEntry.name << "' not found" << TestLog::EndMes… in compareStd140Blocks()
1635 if (refEntry.type != cmpEntry.type || in compareStd140Blocks()
1636 refEntry.size != cmpEntry.size || in compareStd140Blocks()
1637 refEntry.offset != cmpEntry.offset || in compareStd140Blocks()
1638 refEntry.arrayStride != cmpEntry.arrayStride || in compareStd140Blocks()
1639 refEntry.matrixStride != cmpEntry.matrixStride || in compareStd140Blocks()
1640 refEntry.isRowMajor != cmpEntry.isRowMajor) in compareStd140Blocks()
1642 log << TestLog::Message << "Error: Layout mismatch in '" << refEntry.name << "':\n" in compareStd140Blocks()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1454 bool compareBufferVarData (tcu::TestLog& log, const BufferVarLayoutEntry& refEntry, const BlockData… in compareBufferVarData() argument
1456 DE_ASSERT(resEntry.arraySize <= refEntry.arraySize); in compareBufferVarData()
1457 DE_ASSERT(resEntry.topLevelArraySize <= refEntry.topLevelArraySize); in compareBufferVarData()
1459 DE_ASSERT(resEntry.type == refEntry.type); in compareBufferVarData()
1462 const deUint8* const refBasePtr = (const deUint8*)refBlockPtr.ptr + refEntry.offset; in compareBufferVarData()
1463 const glu::DataType scalarType = glu::getDataTypeScalarType(refEntry.type); in compareBufferVarData()
1474 …const int refArraySize = refEntry.arraySize == 0 ? refBlockPtr.lastUnsizedArraySize : refEntry in compareBufferVarData()
1475 const int refArrayStride = refEntry.arrayStride; in compareBufferVarData()
1476 …const int refTopLevelSize = refEntry.topLevelArraySize == 0 ? refBlockPtr.lastUnsizedArraySize… in compareBufferVarData()
1477 const int refTopLevelStride = refEntry.topLevelArrayStride; in compareBufferVarData()
[all …]