Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h695 SpvOpIMul = 132, enumerator
DSkSLSPIRVCodeGenerator.cpp424 case SpvOpIMul: in opcode_text()
2252 SpvOpIMul, SpvOpIMul, SpvOpUndef, out); in writeBinaryExpression()
2302 SpvOpIMul, SpvOpIMul, SpvOpUndef, out); in writeBinaryExpression()
/external/mesa3d/src/compiler/spirv/
Dspirv.h695 SpvOpIMul = 132, enumerator
Dvtn_alu.c230 case SpvOpIMul: return nir_op_imul; in vtn_nir_alu_op_for_spirv_opcode()
Dspirv_to_nir.c3081 case SpvOpIMul: in vtn_handle_body_instruction()