Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h696 SpvOpFMul = 133, enumerator
DSkSLSPIRVCodeGenerator.cpp426 case SpvOpFMul: in opcode_text()
2251 return this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpFMul, in writeBinaryExpression()
2301 SpvId result = this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpFMul, in writeBinaryExpression()
/external/mesa3d/src/compiler/spirv/
Dspirv.h696 SpvOpFMul = 133, enumerator
Dvtn_alu.c231 case SpvOpFMul: return nir_op_fmul; in vtn_nir_alu_op_for_spirv_opcode()
Dspirv_to_nir.c3082 case SpvOpFMul: in vtn_handle_body_instruction()