Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DblocklayoutHLSL.cpp33 int *matrixStrideOut) in getBlockLayoutInfo() argument
74 *matrixStrideOut = matrixStride; in getBlockLayoutInfo()
Dblocklayout.h108 int *matrixStrideOut) = 0;
132 int *matrixStrideOut) override;
158 int *matrixStrideOut) override;
Dblocklayout.cpp272 int *matrixStrideOut) in getBlockLayoutInfo() argument
275 *matrixStrideOut = 0; in getBlockLayoutInfo()
295 int *matrixStrideOut) in getBlockLayoutInfo() argument
329 *matrixStrideOut = matrixStride; in getBlockLayoutInfo()
DblocklayoutHLSL.h51 int *matrixStrideOut) override;
/third_party/skia/third_party/externals/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()