Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h699 SpvOpFDiv = 136, enumerator
DSkSLSPIRVCodeGenerator.cpp432 case SpvOpFDiv: in opcode_text()
2254 return this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpFDiv, in writeBinaryExpression()
2308 SpvId result = this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpFDiv, in writeBinaryExpression()
/external/mesa3d/src/compiler/spirv/
Dspirv.h699 SpvOpFDiv = 136, enumerator
Dvtn_alu.c234 case SpvOpFDiv: return nir_op_fdiv; in vtn_nir_alu_op_for_spirv_opcode()
Dspirv_to_nir.c3085 case SpvOpFDiv: in vtn_handle_body_instruction()