Home
last modified time | relevance | path

Searched refs:matTypeStrStr (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/
DEmulatePrecision.cpp290 std::stringstream matTypeStrStr = sh::InitializeStream<std::stringstream>(); in writeMatrixRoundingHelper() local
291 matTypeStrStr << "mat" << columns; in writeMatrixRoundingHelper()
294 matTypeStrStr << "x" << rows; in writeMatrixRoundingHelper()
296 std::string matType = getTypeString(matTypeStrStr.str().c_str()); in writeMatrixRoundingHelper()
412 std::stringstream matTypeStrStr = sh::InitializeStream<std::stringstream>(); in writeMatrixRoundingHelper() local
413 matTypeStrStr << "float" << columns << "x" << rows; in writeMatrixRoundingHelper()
414 std::string matType = matTypeStrStr.str(); in writeMatrixRoundingHelper()