Home
last modified time | relevance | path

Searched refs:resEntry (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1581 … refEntry, const BlockDataPtr& refBlockPtr, const BufferVarLayoutEntry& resEntry, const BlockDataP… in compareBufferVarData() argument
1583 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 …]
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1676 … refEntry, const BlockDataPtr& refBlockPtr, const BufferVarLayoutEntry& resEntry, const BlockDataP… 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()
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 …]