Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLIRGenerator.cpp823 const Type** outResultType, in determine_binary_type() argument
831 *outResultType = &left; in determine_binary_type()
853 *outResultType = context.fBool_Type.get(); in determine_binary_type()
862 outResultType, false)) { in determine_binary_type()
863 *outLeftType = &(*outResultType)->toCompound(context, left.columns(), in determine_binary_type()
865 *outRightType = &(*outResultType)->toCompound(context, right.columns(), in determine_binary_type()
882 *outResultType = &(*outResultType)->toCompound(context, rightColumns, in determine_binary_type()
886 *outResultType = &(*outResultType)->toCompound(context, leftRows, in determine_binary_type()
917 *outResultType = context.fBool_Type.get(); in determine_binary_type()
919 *outResultType = &left; in determine_binary_type()
[all …]