Searched refs:matrixStrideOut (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | blocklayoutHLSL.cpp | 33 int *matrixStrideOut) in getBlockLayoutInfo() argument 74 *matrixStrideOut = matrixStride; in getBlockLayoutInfo()
|
D | blocklayout.h | 108 int *matrixStrideOut) = 0; 132 int *matrixStrideOut) override; 158 int *matrixStrideOut) override;
|
D | blocklayout.cpp | 272 int *matrixStrideOut) in getBlockLayoutInfo() argument 275 *matrixStrideOut = 0; in getBlockLayoutInfo() 295 int *matrixStrideOut) in getBlockLayoutInfo() argument 329 *matrixStrideOut = matrixStride; in getBlockLayoutInfo()
|
D | blocklayoutHLSL.h | 51 int *matrixStrideOut) override;
|
/third_party/skia/third_party/externals/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()
|