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.cpp1758 … refEntry, const BlockDataPtr& refBlockPtr, const BufferVarLayoutEntry& resEntry, const BlockDataP… in compareBufferVarData() argument
1760 DE_ASSERT(resEntry.arraySize <= refEntry.arraySize); in compareBufferVarData()
1761 DE_ASSERT(resEntry.topLevelArraySize <= refEntry.topLevelArraySize); in compareBufferVarData()
1763 DE_ASSERT(resEntry.type == refEntry.type); in compareBufferVarData()
1765 deUint8* const resBasePtr = (deUint8*)resBlockPtr.ptr + resEntry.offset; in compareBufferVarData()
1768 const int scalarSize = glu::getDataTypeScalarSize(resEntry.type); in compareBufferVarData()
1769 const bool isMatrix = glu::isDataTypeMatrix(resEntry.type); in compareBufferVarData()
1774 …const int resArraySize = resEntry.arraySize == 0 ? resBlockPtr.lastUnsizedArraySize : resEntry in compareBufferVarData()
1775 const int resArrayStride = resEntry.arrayStride; in compareBufferVarData()
1776 …const int resTopLevelSize = resEntry.topLevelArraySize == 0 ? resBlockPtr.lastUnsizedArraySize… in compareBufferVarData()
[all …]
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1690 … refEntry, const BlockDataPtr& refBlockPtr, const BufferVarLayoutEntry& resEntry, const BlockDataP… in compareBufferVarData() argument
1692 DE_ASSERT(resEntry.arraySize <= refEntry.arraySize); in compareBufferVarData()
1693 DE_ASSERT(resEntry.topLevelArraySize <= refEntry.topLevelArraySize); in compareBufferVarData()
1695 DE_ASSERT(resEntry.type == refEntry.type); in compareBufferVarData()
1697 deUint8* const resBasePtr = (deUint8*)resBlockPtr.ptr + resEntry.offset; in compareBufferVarData()
1700 const int scalarSize = glu::getDataTypeScalarSize(resEntry.type); in compareBufferVarData()
1701 const bool isMatrix = glu::isDataTypeMatrix(resEntry.type); in compareBufferVarData()
1706 …const int resArraySize = resEntry.arraySize == 0 ? resBlockPtr.lastUnsizedArraySize : resEntry in compareBufferVarData()
1707 const int resArrayStride = resEntry.arrayStride; in compareBufferVarData()
1708 …const int resTopLevelSize = resEntry.topLevelArraySize == 0 ? resBlockPtr.lastUnsizedArraySize… in compareBufferVarData()
[all …]