Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h323 SpvId writeConstructorSplat(const ConstructorSplat& c, OutputStream& out);
DSkSLVMCodeGenerator.cpp217 Value writeConstructorSplat(const ConstructorSplat& c);
842 Value SkVMGenerator::writeConstructorSplat(const ConstructorSplat& c) { in writeConstructorSplat() function in SkSL::SkVMGenerator
1526 return this->writeConstructorSplat(e.as<ConstructorSplat>()); in writeExpression()
DSkSLSPIRVCodeGenerator.cpp781 return this->writeConstructorSplat(expr.as<ConstructorSplat>(), out); in writeExpression()
1723 SpvId SPIRVCodeGenerator::writeConstructorSplat(const ConstructorSplat& c, OutputStream& out) { in writeConstructorSplat() function in SkSL::SPIRVCodeGenerator