Home
last modified time | relevance | path

Searched refs:SpvOpFAdd (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/sksl/
Dspirv.h692 SpvOpFAdd = 129, enumerator
DSkSLSPIRVCodeGenerator.cpp421 case SpvOpFAdd: in opcode_text()
2135 return this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpFAdd, in writeBinaryExpression()
2155 SpvId result = this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpFAdd, in writeBinaryExpression()
2305 SpvOpFAdd, SpvOpIAdd, SpvOpIAdd, SpvOpUndef, in writePrefixExpression()
2343 SpvId temp = this->writeBinaryOperation(p.fType, p.fType, result, one, SpvOpFAdd, in writePostfixExpression()