Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/ir/
DSkSLFunctionCall.cpp107 skstd::optional<double> arg0Value = arg0->getConstantValue(arg0Index); in coalesce_n_way_vector() local
109 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() local
221 SkASSERT(arg0Value.has_value()); in evaluate_n_way_intrinsic()
237 array[index] = eval(*arg0Value, *arg1Value, *arg2Value); in evaluate_n_way_intrinsic()