Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/ir/
DSkSLFunctionCall.cpp111 skstd::optional<double> arg1Value = 0.0; in coalesce_n_way_vector() local
113 arg1Value = arg1->getConstantValue(arg1Index); in coalesce_n_way_vector()
115 SkASSERT(arg1Value.has_value()); in coalesce_n_way_vector()
118 value = coalesce(value, *arg0Value, *arg1Value); in coalesce_n_way_vector()
223 skstd::optional<double> arg1Value = 0.0; in evaluate_n_way_intrinsic() local
225 arg1Value = arg1->getConstantValue(arg1Index); in evaluate_n_way_intrinsic()
227 SkASSERT(arg1Value.has_value()); in evaluate_n_way_intrinsic()
237 array[index] = eval(*arg0Value, *arg1Value, *arg2Value); in evaluate_n_way_intrinsic()