Searched defs:MatrixCase (Results 1 – 1 of 1) sorted by relevance
18 struct MatrixCase struct20 MatrixCase(unsigned cols, in MatrixCase() argument31 unsigned int mColumns;32 unsigned int mRows;33 unsigned int mMatrixStride;34 const char *mComputeShaderSource;35 const float *mInputdata;36 const unsigned int kBytesPerComponent = sizeof(float);