Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c177 case SpvOpFSub: { in vtn_handle_matrix_alu()
229 case SpvOpFSub: return nir_op_fsub; in vtn_nir_alu_op_for_spirv_opcode()
Dspirv.h694 SpvOpFSub = 131, enumerator
Dspirv_to_nir.c3080 case SpvOpFSub: in vtn_handle_body_instruction()
/external/skia/src/sksl/
Dspirv.h694 SpvOpFSub = 131, enumerator
DSkSLSPIRVCodeGenerator.cpp422 case SpvOpFSub: in opcode_text()
1961 this->writeInstruction(SpvOpFSub, this->getType(*fContext.fFloat_Type), flippedYId, in writeVariableReference()
2240 return this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpFSub, in writeBinaryExpression()
2284 SpvId result = this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpFSub, in writeBinaryExpression()
2482 SpvOpFSub, SpvOpISub, SpvOpISub, SpvOpUndef, in writePrefixExpression()
2517 SpvId temp = this->writeBinaryOperation(p.fType, p.fType, result, one, SpvOpFSub, in writePostfixExpression()