Searched refs:matrixStrideOut (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.h | 123 …ype, unsigned int arraySize, bool isRowMajorMatrix, int *arrayStrideOut, int *matrixStrideOut) = 0; 138 …unsigned int arraySize, bool isRowMajorMatrix, int *arrayStrideOut, int *matrixStrideOut) override;
|
D | OutputASM.cpp | 344 …pe &type, unsigned int arraySize, bool isRowMajorMatrix, int *arrayStrideOut, int *matrixStrideOut) in getBlockLayoutInfo() argument 374 *matrixStrideOut = matrixStride; in getBlockLayoutInfo()
|