Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c160 case SpvOpFNegate: { in vtn_handle_matrix_alu()
224 case SpvOpFNegate: return nir_op_fneg; in vtn_nir_alu_op_for_spirv_opcode()
Dspirv.h690 SpvOpFNegate = 127, enumerator
Dspirv_to_nir.c3052 case SpvOpFNegate: in vtn_handle_body_instruction()
/external/skia/src/sksl/
Dspirv.h690 SpvOpFNegate = 127, enumerator
DSkSLSPIRVCodeGenerator.cpp414 case SpvOpFNegate: in opcode_text()
2458 this->writeInstruction(SpvOpFNegate, typeId, result, expr, out); in writePrefixExpression()