Searched refs:SpvOpIMul (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/compiler/spirv/ |
| H A D | vtn_gather_types.c | 138 case SpvOpIMul: return (struct type_args){ 1, 0 };
|
| H A D | spirv_info.c | 657 case SpvOpIMul: return "SpvOpIMul";
|
| /xsrc/external/mit/MesaLib/src/compiler/spirv/ |
| H A D | spirv_info.c | 839 case SpvOpIMul: return "SpvOpIMul";
|
| H A D | vtn_gather_types.c | 138 case SpvOpIMul: return (struct type_args){ 1, 0 };
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | spirv.h | 946 SpvOpIMul = 132, enumerator in enum:SpvOp_
|
| H A D | vtn_alu.c | 233 case SpvOpIMul: return nir_op_imul;
|
| H A D | spirv_to_nir.c | 4310 case SpvOpIMul:
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_alu.c | 275 case SpvOpIMul: return nir_op_imul; 841 case SpvOpIMul:
|
| H A D | spirv.h | 1286 SpvOpIMul = 132, enumerator in enum:SpvOp_ 1932 case SpvOpIMul: *hasResult = true; *hasResultType = true; break;
|
| H A D | spirv_to_nir.c | 5729 case SpvOpIMul:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/ |
| H A D | nir_to_spirv.c | 1788 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