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

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

Completed in 88 milliseconds