Home
last modified time | relevance | path

Searched refs:writeTernaryExpression (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.cpp91 void writeTernaryExpression(const TernaryExpression& t, Precedence parentPrecedence);
503 this->writeTernaryExpression(expr.as<TernaryExpression>(), parentPrecedence); in writeExpression()
573 void PipelineStageCodeGenerator::writeTernaryExpression(const TernaryExpression& t, in writeTernaryExpression() function in SkSL::PipelineStage::PipelineStageCodeGenerator
DSkSLGLSLCodeGenerator.h140 virtual void writeTernaryExpression(const TernaryExpression& t, Precedence parentPrecedence);
DSkSLMetalCodeGenerator.h223 void writeTernaryExpression(const TernaryExpression& t, Precedence parentPrecedence);
DSkSLSPIRVCodeGenerator.h375 SpvId writeTernaryExpression(const TernaryExpression& t, OutputStream& out);
DSkSLGLSLCodeGenerator.cpp218 this->writeTernaryExpression(expr.as<TernaryExpression>(), parentPrecedence); in writeExpression()
949 void GLSLCodeGenerator::writeTernaryExpression(const TernaryExpression& t, in writeTernaryExpression() function in SkSL::GLSLCodeGenerator
DSkSLVMCodeGenerator.cpp227 Value writeTernaryExpression(const TernaryExpression& t);
1483 Value SkVMGenerator::writeTernaryExpression(const TernaryExpression& t) { in writeTernaryExpression() function in SkSL::SkVMGenerator
1546 return this->writeTernaryExpression(e.as<TernaryExpression>()); in writeExpression()
DSkSLMetalCodeGenerator.cpp183 this->writeTernaryExpression(expr.as<TernaryExpression>(), parentPrecedence); in writeExpression()
1665 void MetalCodeGenerator::writeTernaryExpression(const TernaryExpression& t, in writeTernaryExpression() function in SkSL::MetalCodeGenerator
DSkSLSPIRVCodeGenerator.cpp801 return this->writeTernaryExpression(expr.as<TernaryExpression>(), out); in writeExpression()
2764 SpvId SPIRVCodeGenerator::writeTernaryExpression(const TernaryExpression& t, OutputStream& out) { in writeTernaryExpression() function in SkSL::SPIRVCodeGenerator