Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp719 for (int topElemNdx = 0; topElemNdx < topLevelSize; topElemNdx++) in generateValue() local
721 deUint8* const topElemPtr = (deUint8*)basePtr + entry.offset + topElemNdx*topLevelStride; in generateValue()
1399 for (int topElemNdx = 0; topElemNdx < dstTopLevelSize; topElemNdx++) in copyBufferVarData() local
1401 deUint8* const dstTopPtr = dstBasePtr + topElemNdx*dstTopLevelStride; in copyBufferVarData()
1402 const deUint8* const srcTopPtr = srcBasePtr + topElemNdx*srcTopLevelStride; in copyBufferVarData()
1609 for (int topElemNdx = 0; topElemNdx < resTopLevelSize; topElemNdx++) in compareBufferVarData() local
1611 deUint8* const resTopPtr = resBasePtr + topElemNdx*resTopLevelStride; in compareBufferVarData()
1612 const deUint8* const refTopPtr = refBasePtr + topElemNdx*refTopLevelStride; in compareBufferVarData()
1649 …age << "ERROR: mismatch in " << refEntry.name << ", top-level ndx " << topElemNdx << ", bottom-lev… in compareBufferVarData()
1671 …age << "ERROR: mismatch in " << refEntry.name << ", top-level ndx " << topElemNdx << ", bottom-lev… in compareBufferVarData()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp748 for (int topElemNdx = 0; topElemNdx < topLevelSize; topElemNdx++) in generateValue() local
750 deUint8* const topElemPtr = (deUint8*)basePtr + entry.offset + topElemNdx*topLevelStride; in generateValue()
1494 for (int topElemNdx = 0; topElemNdx < dstTopLevelSize; topElemNdx++) in copyBufferVarData() local
1496 deUint8* const dstTopPtr = dstBasePtr + topElemNdx*dstTopLevelStride; in copyBufferVarData()
1497 const deUint8* const srcTopPtr = srcBasePtr + topElemNdx*srcTopLevelStride; in copyBufferVarData()
1704 for (int topElemNdx = 0; topElemNdx < resTopLevelSize; topElemNdx++) in compareBufferVarData() local
1706 deUint8* const resTopPtr = resBasePtr + topElemNdx*resTopLevelStride; in compareBufferVarData()
1707 const deUint8* const refTopPtr = refBasePtr + topElemNdx*refTopLevelStride; in compareBufferVarData()
1744 …age << "ERROR: mismatch in " << refEntry.name << ", top-level ndx " << topElemNdx << ", bottom-lev… in compareBufferVarData()
1766 …age << "ERROR: mismatch in " << refEntry.name << ", top-level ndx " << topElemNdx << ", bottom-lev… in compareBufferVarData()