Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c168 case SpvOpFAdd: { in vtn_handle_matrix_alu()
227 case SpvOpFAdd: return nir_op_fadd; in vtn_nir_alu_op_for_spirv_opcode()
Dspirv.h692 SpvOpFAdd = 129, enumerator
Dspirv_to_nir.c3078 case SpvOpFAdd: in vtn_handle_body_instruction()
/external/skia/src/sksl/
Dspirv.h692 SpvOpFAdd = 129, enumerator
DSkSLSPIRVCodeGenerator.cpp418 case SpvOpFAdd: in opcode_text()
2237 return this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpFAdd, in writeBinaryExpression()
2277 SpvId result = this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpFAdd, in writeBinaryExpression()
2473 SpvOpFAdd, SpvOpIAdd, SpvOpIAdd, SpvOpUndef, in writePrefixExpression()
2511 SpvId temp = this->writeBinaryOperation(p.fType, p.fType, result, one, SpvOpFAdd, in writePostfixExpression()