Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.h193 void writeConstructorCompound(const ConstructorCompound& c, Precedence parentPrecedence);
DSkSLSPIRVCodeGenerator.h309 SpvId writeConstructorCompound(const ConstructorCompound& c, OutputStream& out);
DSkSLMetalCodeGenerator.cpp144 this->writeConstructorCompound(expr.as<ConstructorCompound>(), parentPrecedence); in writeExpression()
1130 void MetalCodeGenerator::writeConstructorCompound(const ConstructorCompound& c, in writeConstructorCompound() function in SkSL::MetalCodeGenerator
DSkSLSPIRVCodeGenerator.cpp783 return this->writeConstructorCompound(expr.as<ConstructorCompound>(), out); in writeExpression()
1657 SpvId SPIRVCodeGenerator::writeConstructorCompound(const ConstructorCompound& c, in writeConstructorCompound() function in SkSL::SPIRVCodeGenerator