Searched refs:SpvOpUDiv (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/compiler/spirv/ |
| H A D | vtn_gather_types.c | 140 case SpvOpUDiv: return (struct type_args){ 1, 0 };
|
| H A D | spirv_info.c | 659 case SpvOpUDiv: return "SpvOpUDiv";
|
| /xsrc/external/mit/MesaLib/src/compiler/spirv/ |
| H A D | spirv_info.c | 841 case SpvOpUDiv: return "SpvOpUDiv";
|
| H A D | vtn_gather_types.c | 140 case SpvOpUDiv: return (struct type_args){ 1, 0 };
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | spirv.h | 948 SpvOpUDiv = 134, enumerator in enum:SpvOp_
|
| H A D | vtn_alu.c | 235 case SpvOpUDiv: return nir_op_udiv;
|
| H A D | spirv_to_nir.c | 4312 case SpvOpUDiv:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/ |
| H A D | nir_to_spirv.c | 1790 BINOP(nir_op_udiv, SpvOpUDiv) 2000 SpvId vec_offset = emit_binop(ctx, SpvOpUDiv, uint_type, offset, uint_size); 2102 SpvId vec_offset = emit_binop(ctx, SpvOpUDiv, uint_type, offset, uint_size); 2239 SpvId offset = emit_binop(ctx, SpvOpUDiv, uint_type, get_src(ctx, &intr->src[0]), emit_uint_const(ctx, 32, 4)); 2276 SpvId offset = emit_binop(ctx, SpvOpUDiv, uint_type, get_src(ctx, &intr->src[1]), emit_uint_const(ctx, 32, 4)); 2523 SpvId vec_offset = emit_binop(ctx, SpvOpUDiv, uint_type, offset, uint_size); 2546 SpvId offset = emit_binop(ctx, SpvOpUDiv, get_uvec_type(ctx, 32, 1), get_src(ctx, &intr->src[0]), emit_uint_const(ctx, 32, 4));
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | spirv.h | 1288 SpvOpUDiv = 134, enumerator in enum:SpvOp_ 1934 case SpvOpUDiv: *hasResult = true; *hasResultType = true; break;
|
| H A D | vtn_alu.c | 277 case SpvOpUDiv: return nir_op_udiv;
|
| H A D | spirv_to_nir.c | 5731 case SpvOpUDiv:
|
Completed in 37 milliseconds