Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/
DTypes.h1815 virtual int getMatrixRows() const { return static_cast<int>(matrixRows); } in getMatrixRows() function
Dintermediate.h1214 virtual int getMatrixRows() const { return type.getMatrixRows(); } in getMatrixRows() function
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/
H A DTypes.h1819 virtual int getMatrixRows() const { return static_cast<int>(matrixRows); } in getMatrixRows() function
H A Dintermediate.h1061 virtual int getMatrixRows() const { return type.getMatrixRows(); } in getMatrixRows() function