Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLGLSLCodeGenerator.h155 void writeFloatLiteral(const FloatLiteral& f);
DSkSLGLSLCodeGenerator.cpp100 this->writeFloatLiteral(((FloatLiteral&) expr)); in writeExpression()
482 void GLSLCodeGenerator::writeFloatLiteral(const FloatLiteral& f) { in writeFloatLiteral() function in SkSL::GLSLCodeGenerator
DSkSLSPIRVCodeGenerator.h218 SpvId writeFloatLiteral(const FloatLiteral& f);
DSkSLSPIRVCodeGenerator.cpp1217 return this->writeFloatLiteral(((FloatLiteral&) expr)); in writeExpression()
1551 SpvId zeroId = this->writeFloatLiteral(zero); in writeUniformScaleMatrix()
1964 SpvId zeroId = writeFloatLiteral(zero); in writeVariableReference()
1966 SpvId oneId = writeFloatLiteral(one); in writeVariableReference()
2570 SpvId SPIRVCodeGenerator::writeFloatLiteral(const FloatLiteral& f) { in writeFloatLiteral() function in SkSL::SPIRVCodeGenerator