Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLIRGenerator.cpp826 bool validMatrixOrVectorOp; in determine_binary_type() local
836 validMatrixOrVectorOp = true; in determine_binary_type()
843 validMatrixOrVectorOp = false; in determine_binary_type()
895 validMatrixOrVectorOp = true; in determine_binary_type()
904 validMatrixOrVectorOp = true; in determine_binary_type()
908 validMatrixOrVectorOp = false; in determine_binary_type()
913 (isVectorOrMatrix && validMatrixOrVectorOp))) { in determine_binary_type()