Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h689 SpvOpSNegate = 126, enumerator
DSkSLSPIRVCodeGenerator.cpp412 case SpvOpSNegate: in opcode_text()
2460 this->writeInstruction(SpvOpSNegate, typeId, result, expr, out); in writePrefixExpression()
/external/mesa3d/src/compiler/spirv/
Dspirv.h689 SpvOpSNegate = 126, enumerator
Dvtn_alu.c223 case SpvOpSNegate: return nir_op_ineg; in vtn_nir_alu_op_for_spirv_opcode()
Dspirv_to_nir.c3051 case SpvOpSNegate: in vtn_handle_body_instruction()