Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h123 …ype, unsigned int arraySize, bool isRowMajorMatrix, int *arrayStrideOut, int *matrixStrideOut) = 0;
138 …unsigned int arraySize, bool isRowMajorMatrix, int *arrayStrideOut, int *matrixStrideOut) override;
DOutputASM.cpp344 …pe &type, unsigned int arraySize, bool isRowMajorMatrix, int *arrayStrideOut, int *matrixStrideOut) in getBlockLayoutInfo() argument
374 *matrixStrideOut = matrixStride; in getBlockLayoutInfo()