Searched refs:GetMatrixTypeName (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp49 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) { function in namespace:slang
58 slangAssert(false && "GetMatrixTypeName : Unsupported matrix dimension");
91 return GetMatrixTypeName(static_cast<const RSExportMatrixType *>(ET));
H A Dslang_rs_reflection.cpp107 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) { function in namespace:slang
117 slangAssert(false && "GetMatrixTypeName : Unsupported matrix dimension");
199 return GetMatrixTypeName(static_cast<const RSExportMatrixType *>(ET));

Completed in 472 milliseconds