Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h756 SpvOpShiftLeftLogical = 196, enumerator
DSkSLSPIRVCodeGenerator.cpp546 case SpvOpShiftLeftLogical: in opcode_text()
2261 SpvOpShiftLeftLogical, SpvOpShiftLeftLogical, in writeBinaryExpression()
2323 SpvOpUndef, SpvOpShiftLeftLogical, in writeBinaryExpression()
2324 SpvOpShiftLeftLogical, SpvOpUndef, out); in writeBinaryExpression()
/external/mesa3d/src/compiler/spirv/
Dspirv.h756 SpvOpShiftLeftLogical = 196, enumerator
Dvtn_alu.c243 case SpvOpShiftLeftLogical: return nir_op_ishl; in vtn_nir_alu_op_for_spirv_opcode()
Dspirv_to_nir.c3099 case SpvOpShiftLeftLogical: in vtn_handle_body_instruction()