Home
last modified time | relevance | path

Searched defs:leftVal (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/sksl/
DSkSLConstantFolder.cpp50 bool leftVal = left.as<Literal>().boolValue(); in short_circuit_boolean() local
358 bool leftVal = left->as<Literal>().boolValue(); in Simplify() local
427 SKSL_INT leftVal = left->as<Literal>().intValue(); in Simplify() local
483 SKSL_FLOAT leftVal = left->as<Literal>().floatValue(); in Simplify() local
/third_party/flutter/skia/src/sksl/
DSkSLIRGenerator.cpp1477 bool leftVal = ((BoolLiteral&) left).fValue; in short_circuit_boolean() local
1515 bool leftVal = ((BoolLiteral&) left).fValue; in constantFold() local
1529 int64_t leftVal = ((IntLiteral&) left).fValue; in constantFold() local
1575 double leftVal = ((FloatLiteral&) left).fValue; in constantFold() local
/third_party/vk-gl-cts/framework/randomshaders/
DrsgBinaryOps.cpp356 ExecConstValueAccess leftVal = m_leftValueExpr->getValue(); in evaluate() local