Searched refs:writeConstructorSplat (Results 1 – 3 of 3) sorted by relevance
323 SpvId writeConstructorSplat(const ConstructorSplat& c, OutputStream& out);
217 Value writeConstructorSplat(const ConstructorSplat& c);842 Value SkVMGenerator::writeConstructorSplat(const ConstructorSplat& c) { in writeConstructorSplat() function in SkSL::SkVMGenerator1526 return this->writeConstructorSplat(e.as<ConstructorSplat>()); in writeExpression()
781 return this->writeConstructorSplat(expr.as<ConstructorSplat>(), out); in writeExpression()1723 SpvId SPIRVCodeGenerator::writeConstructorSplat(const ConstructorSplat& c, OutputStream& out) { in writeConstructorSplat() function in SkSL::SPIRVCodeGenerator