Home
last modified time | relevance | path

Searched defs:MatrixCase (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DShaderStorageBufferTest.cpp18 struct MatrixCase struct
20 MatrixCase(unsigned cols, in MatrixCase() argument
31 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);