Searched refs:SpvOpFAdd (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/sksl/ |
D | spirv.h | 692 SpvOpFAdd = 129, enumerator
|
D | SkSLSPIRVCodeGenerator.cpp | 421 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()
|