Searched refs:SpvOpShiftRightLogical (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c197 case SpvOpShiftRightLogical: return (struct type_args){ 1, 0 };
H A Dspirv_info.c716 case SpvOpShiftRightLogical: return "SpvOpShiftRightLogical";
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_alu.c244 case SpvOpShiftRightLogical: return nir_op_ushr;
582 case SpvOpShiftRightLogical: {
H A Dspirv.h1005 SpvOpShiftRightLogical = 194, enumerator in enum:SpvOp_
H A Dspirv_to_nir.c4326 case SpvOpShiftRightLogical:
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c898 case SpvOpShiftRightLogical: return "SpvOpShiftRightLogical";
H A Dvtn_gather_types.c197 case SpvOpShiftRightLogical: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c286 case SpvOpShiftRightLogical: return nir_op_ushr;
741 case SpvOpShiftRightLogical: {
H A Dspirv.h1345 SpvOpShiftRightLogical = 194, enumerator in enum:SpvOp_
1991 case SpvOpShiftRightLogical: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c5745 case SpvOpShiftRightLogical:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c1807 BINOP(nir_op_ushr, SpvOpShiftRightLogical)

Completed in 38 milliseconds