Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h704 SpvOpFMod = 141, enumerator
DSkSLSPIRVCodeGenerator.cpp66 fIntrinsicMap[String("mod")] = std::make_tuple(kSPIRV_IntrinsicKind, SpvOpFMod, in setupIntrinsics()
442 case SpvOpFMod: in opcode_text()
2257 return this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpFMod, in writeBinaryExpression()
2315 SpvId result = this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpFMod, in writeBinaryExpression()
/external/mesa3d/src/compiler/spirv/
Dspirv.h704 SpvOpFMod = 141, enumerator
Dvtn_alu.c237 case SpvOpFMod: return nir_op_fmod; in vtn_nir_alu_op_for_spirv_opcode()
Dspirv_to_nir.c3090 case SpvOpFMod: in vtn_handle_body_instruction()