Home
last modified time | relevance | path

Searched defs:convertReturn (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLIRGenerator.cpp572 std::unique_ptr<Statement> IRGenerator::convertReturn(const ASTNode& r) { in convertReturn() function in SkSL::IRGenerator
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp3788 …const auto convertReturn = [&loc, &node, this](TIntermTyped* result, const TSampler& sampler) -> T… in decomposeSampleMethods() local