Searched refs:SpvOpIAdd (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/compiler/spirv/ |
| H A D | vtn_gather_types.c | 134 case SpvOpIAdd: return (struct type_args){ 1, 0 };
|
| H A D | spirv_info.c | 653 case SpvOpIAdd: return "SpvOpIAdd";
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/ |
| H A D | nir_to_spirv.c | 1786 BINOP(nir_op_iadd, SpvOpIAdd) 2020 vec_offset = emit_binop(ctx, SpvOpIAdd, uint_type, vec_offset, one); 2126 vec_offset = emit_binop(ctx, SpvOpIAdd, uint_type, vec_offset, one); 2141 vec_offset = emit_binop(ctx, SpvOpIAdd, uint_type, vec_offset, one); 2144 vec_offset = emit_binop(ctx, SpvOpIAdd, uint_type, vec_offset, one); 2248 offset = emit_binop(ctx, SpvOpIAdd, uint_type, offset, emit_uint_const(ctx, 32, 1)); 2282 SpvId shared_offset = emit_binop(ctx, SpvOpIAdd, uint_type, offset, emit_uint_const(ctx, 32, comp)); 2335 offset = emit_binop(ctx, SpvOpIAdd, uint_type, offset, one); 2578 result = emit_binop(ctx, SpvOpIAdd, uint_type, result,
|
| /xsrc/external/mit/MesaLib/src/compiler/spirv/ |
| H A D | spirv_info.c | 835 case SpvOpIAdd: return "SpvOpIAdd";
|
| H A D | vtn_gather_types.c | 134 case SpvOpIAdd: return (struct type_args){ 1, 0 };
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | spirv.h | 942 SpvOpIAdd = 128, enumerator in enum:SpvOp_
|
| H A D | vtn_alu.c | 229 case SpvOpIAdd: return nir_op_iadd;
|
| H A D | spirv_to_nir.c | 4306 case SpvOpIAdd:
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_alu.c | 271 case SpvOpIAdd: return nir_op_iadd; 840 case SpvOpIAdd:
|
| H A D | spirv.h | 1282 SpvOpIAdd = 128, enumerator in enum:SpvOp_ 1928 case SpvOpIAdd: *hasResult = true; *hasResultType = true; break;
|
| H A D | spirv_to_nir.c | 5725 case SpvOpIAdd:
|
Completed in 36 milliseconds