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

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

Completed in 95 milliseconds