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

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c199 case SpvOpShiftLeftLogical: return (struct type_args){ 1, 0 };
H A Dspirv_info.c718 case SpvOpShiftLeftLogical: return "SpvOpShiftLeftLogical";
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c288 case SpvOpShiftLeftLogical: return nir_op_ishl;
739 case SpvOpShiftLeftLogical:
843 case SpvOpShiftLeftLogical:
H A Dspirv.h1347 SpvOpShiftLeftLogical = 196, enumerator in enum:SpvOp_
1993 case SpvOpShiftLeftLogical: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c5747 case SpvOpShiftLeftLogical:
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_alu.c246 case SpvOpShiftLeftLogical: return nir_op_ishl;
580 case SpvOpShiftLeftLogical:
H A Dspirv.h1007 SpvOpShiftLeftLogical = 196, enumerator in enum:SpvOp_
H A Dspirv_to_nir.c4328 case SpvOpShiftLeftLogical:
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c900 case SpvOpShiftLeftLogical: return "SpvOpShiftLeftLogical";
H A Dvtn_gather_types.c199 case SpvOpShiftLeftLogical: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c1805 BINOP(nir_op_ishl, SpvOpShiftLeftLogical)

Completed in 46 milliseconds