Searched refs:resElemPtr (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 1793 deUint8* const resElemPtr = resTopPtr + elementNdx*resArrayStride; in compareBufferVarData() local 1806 …deUint8* resCompPtr = resElemPtr + (resEntry.isRowMajor ? rowNdx*resEntry.matrixStride + colNdx*c… in compareBufferVarData() 1825 … generateImmMatrixSrc(got, resEntry.type, resEntry.matrixStride, resEntry.isRowMajor, resElemPtr); in compareBufferVarData() 1836 …DE_ASSERT((deIntptr)(resElemPtr + scalarSize*compSize) - (deIntptr)resBlockPtr.ptr <= (deIntptr)re… in compareBufferVarData() 1838 const bool isOk = compareComponents(scalarType, resElemPtr, refElemPtr, scalarSize); in compareBufferVarData() 1847 generateImmScalarVectorSrc(got, resEntry.type, resElemPtr); in compareBufferVarData()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 1725 deUint8* const resElemPtr = resTopPtr + elementNdx*resArrayStride; in compareBufferVarData() local 1738 …deUint8* resCompPtr = resElemPtr + (resEntry.isRowMajor ? rowNdx*resEntry.matrixStride + colNdx*c… in compareBufferVarData() 1757 … generateImmMatrixSrc(got, resEntry.type, resEntry.matrixStride, resEntry.isRowMajor, resElemPtr); in compareBufferVarData() 1768 …DE_ASSERT((deIntptr)(resElemPtr + scalarSize*compSize) - (deIntptr)resBlockPtr.ptr <= (deIntptr)re… in compareBufferVarData() 1770 const bool isOk = compareComponents(scalarType, resElemPtr, refElemPtr, scalarSize); in compareBufferVarData() 1779 generateImmScalarVectorSrc(got, resEntry.type, resElemPtr); in compareBufferVarData()
|