Searched refs:arg0Value (Results 1 – 1 of 1) sorted by relevance
107 skstd::optional<double> arg0Value = arg0->getConstantValue(arg0Index); in coalesce_n_way_vector() local109 SkASSERT(arg0Value.has_value()); in coalesce_n_way_vector()118 value = coalesce(value, *arg0Value, *arg1Value); in coalesce_n_way_vector()219 skstd::optional<double> arg0Value = arg0->getConstantValue(arg0Index); in evaluate_n_way_intrinsic() local221 SkASSERT(arg0Value.has_value()); in evaluate_n_way_intrinsic()237 array[index] = eval(*arg0Value, *arg1Value, *arg2Value); in evaluate_n_way_intrinsic()