Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h754 SpvOpShiftRightLogical = 194, enumerator
DSkSLSPIRVCodeGenerator.cpp542 case SpvOpShiftRightLogical: in opcode_text()
2265 SpvOpShiftRightArithmetic, SpvOpShiftRightLogical, in writeBinaryExpression()
2332 SpvOpShiftRightLogical, SpvOpUndef, out); in writeBinaryExpression()
/external/mesa3d/src/compiler/spirv/
Dspirv.h754 SpvOpShiftRightLogical = 194, enumerator
Dvtn_alu.c241 case SpvOpShiftRightLogical: return nir_op_ushr; in vtn_nir_alu_op_for_spirv_opcode()
Dspirv_to_nir.c3097 case SpvOpShiftRightLogical: in vtn_handle_body_instruction()