Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1262 …const int dstTopLevelSize = dstEntry.topLevelArraySize == 0 ? dstBlockPtr.lastUnsizedArraySize… in copyBufferVarData() local
1269 DE_ASSERT(dstArraySize <= srcArraySize && dstTopLevelSize <= srcTopLevelSize); in copyBufferVarData()
1272 for (int topElemNdx = 0; topElemNdx < dstTopLevelSize; topElemNdx++) in copyBufferVarData()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1484 …const int dstTopLevelSize = dstEntry.topLevelArraySize == 0 ? dstBlockPtr.lastUnsizedArraySize… in copyBufferVarData() local
1491 DE_ASSERT(dstArraySize <= srcArraySize && dstTopLevelSize <= srcTopLevelSize); in copyBufferVarData()
1494 for (int topElemNdx = 0; topElemNdx < dstTopLevelSize; topElemNdx++) in copyBufferVarData()