Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp416 case SpvOpIAdd: in opcode_text()
2238 SpvOpIAdd, SpvOpIAdd, SpvOpUndef, out); in writeBinaryExpression()
2278 SpvOpIAdd, SpvOpIAdd, SpvOpUndef, out); in writeBinaryExpression()
2473 SpvOpFAdd, SpvOpIAdd, SpvOpIAdd, SpvOpUndef, in writePrefixExpression()
2512 SpvOpIAdd, SpvOpIAdd, SpvOpUndef, out); in writePostfixExpression()
Dspirv.h691 SpvOpIAdd = 128, enumerator
/external/mesa3d/src/compiler/spirv/
Dspirv.h691 SpvOpIAdd = 128, enumerator
Dvtn_alu.c226 case SpvOpIAdd: return nir_op_iadd; in vtn_nir_alu_op_for_spirv_opcode()
Dspirv_to_nir.c3077 case SpvOpIAdd: in vtn_handle_body_instruction()