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

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c138 case SpvOpIMul: return (struct type_args){ 1, 0 };
H A Dspirv_info.c657 case SpvOpIMul: return "SpvOpIMul";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c839 case SpvOpIMul: return "SpvOpIMul";
H A Dvtn_gather_types.c138 case SpvOpIMul: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h946 SpvOpIMul = 132, enumerator in enum:SpvOp_
H A Dvtn_alu.c233 case SpvOpIMul: return nir_op_imul;
H A Dspirv_to_nir.c4310 case SpvOpIMul:
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c275 case SpvOpIMul: return nir_op_imul;
841 case SpvOpIMul:
H A Dspirv.h1286 SpvOpIMul = 132, enumerator in enum:SpvOp_
1932 case SpvOpIMul: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c5729 case SpvOpIMul:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c1788 BINOP(nir_op_imul, SpvOpIMul)
2576 result = emit_binop(ctx, SpvOpIMul, uint_type, result, emit_uint_const(ctx, 32, glsl_get_explicit_stride(last_member)));

Completed in 39 milliseconds