Searched refs:resEntry (Results 1 – 2 of 2) sorted by relevance
1581 … refEntry, const BlockDataPtr& refBlockPtr, const BufferVarLayoutEntry& resEntry, const BlockDataP… in compareBufferVarData() argument1583 DE_ASSERT(resEntry.arraySize <= refEntry.arraySize); in compareBufferVarData()1584 DE_ASSERT(resEntry.topLevelArraySize <= refEntry.topLevelArraySize); in compareBufferVarData()1586 DE_ASSERT(resEntry.type == refEntry.type); in compareBufferVarData()1588 deUint8* const resBasePtr = (deUint8*)resBlockPtr.ptr + resEntry.offset; in compareBufferVarData()1591 const int scalarSize = glu::getDataTypeScalarSize(resEntry.type); in compareBufferVarData()1592 const bool isMatrix = glu::isDataTypeMatrix(resEntry.type); in compareBufferVarData()1597 …const int resArraySize = resEntry.arraySize == 0 ? resBlockPtr.lastUnsizedArraySize : resEntry… in compareBufferVarData()1598 const int resArrayStride = resEntry.arrayStride; in compareBufferVarData()1599 …const int resTopLevelSize = resEntry.topLevelArraySize == 0 ? resBlockPtr.lastUnsizedArraySize… in compareBufferVarData()[all …]
1676 … refEntry, const BlockDataPtr& refBlockPtr, const BufferVarLayoutEntry& resEntry, const BlockDataP… in compareBufferVarData() argument1678 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()1683 deUint8* const resBasePtr = (deUint8*)resBlockPtr.ptr + resEntry.offset; in compareBufferVarData()1686 const int scalarSize = glu::getDataTypeScalarSize(resEntry.type); in compareBufferVarData()1687 const bool isMatrix = glu::isDataTypeMatrix(resEntry.type); in compareBufferVarData()1692 …const int resArraySize = resEntry.arraySize == 0 ? resBlockPtr.lastUnsizedArraySize : resEntry… in compareBufferVarData()1693 const int resArrayStride = resEntry.arrayStride; in compareBufferVarData()1694 …const int resTopLevelSize = resEntry.topLevelArraySize == 0 ? resBlockPtr.lastUnsizedArraySize… in compareBufferVarData()[all …]