Searched refs:lvalues (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp956 std::vector<std::tuple<SpvId, SpvId, std::unique_ptr<LValue>>> lvalues; local
976 lvalues.push_back(std::make_tuple(tmpVar, this->getType(c.fArguments[i]->fType),
1001 // now that the call is complete, we may need to update some lvalues with the new values of out
1003 for (const auto& tuple : lvalues) {
1652 // comments in getFunctionType); erroneous uses of rvalues as lvalues should have been
/external/skqp/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp948 std::vector<std::tuple<SpvId, SpvId, std::unique_ptr<LValue>>> lvalues; local
968 lvalues.push_back(std::make_tuple(tmpVar, this->getType(c.fArguments[i]->fType),
993 // now that the call is complete, we may need to update some lvalues with the new values of out
995 for (const auto& tuple : lvalues) {
1644 // comments in getFunctionType); erroneous uses of rvalues as lvalues should have been

Completed in 90 milliseconds