Searched refs:nir_type_uint (Results 1 - 25 of 57) sorted by relevance

123

/xsrc/external/mit/MesaLib/src/compiler/nir/
H A Dnir_opcodes.c16 } else if ((src_base == nir_type_int || src_base == nir_type_uint) &&
17 (dst_base == nir_type_int || dst_base == nir_type_uint) &&
29 case nir_type_uint:
84 case nir_type_uint:
87 case nir_type_uint:
165 case nir_type_uint:
230 case nir_type_uint:
674 .output_type = nir_type_uint,
679 nir_type_bool16, nir_type_uint, nir_type_uint
[all...]
/xsrc/external/mit/MesaLib.old/src/compiler/nir/
H A Dnir_opcodes.c16 } else if ((src_base == nir_type_int || src_base == nir_type_uint) &&
17 (dst_base == nir_type_int || dst_base == nir_type_uint) &&
29 case nir_type_uint:
78 case nir_type_uint:
81 case nir_type_uint:
153 case nir_type_uint:
212 case nir_type_uint:
581 .output_type = nir_type_uint,
586 nir_type_bool32, nir_type_uint, nir_type_uint
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_image.c116 nir_alu_type type = nir_type_uint;
123 type = nir_type_uint;
131 type = nir_type_uint;
152 type = nir_type_uint;
167 case nir_type_uint:
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/
H A Dnegative_equal_tests.cpp97 compare_with_self(nir_type_uint, 8)
99 compare_with_self(nir_type_uint, 16)
101 compare_with_self(nir_type_uint, 32)
103 compare_with_self(nir_type_uint, 64)
121 compare_with_negation(nir_type_uint, 8)
123 compare_with_negation(nir_type_uint, 16)
125 compare_with_negation(nir_type_uint, 32)
127 compare_with_negation(nir_type_uint, 64)
147 compare_fewer_components(nir_type_uint, 8)
149 compare_fewer_components(nir_type_uint, 1
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_conversion_builder.h139 nir_round_int_to_float(b, abs, nir_type_uint, dest_bit_size, round);
149 nir_ineg(b, nir_round_int_to_float(b, abs, nir_type_uint, dest_bit_size, nir_rounding_mode_rd)),
156 nir_round_int_to_float(b, abs, nir_type_uint, dest_bit_size, nir_rounding_mode_ru))),
205 if (a_base_type == nir_type_int && b_base_type == nir_type_uint &&
259 } else if (src_base_type == nir_type_uint) {
268 case nir_type_uint: {
273 if (src_base_type == nir_type_uint || src_bit_size > dest_bit_size)
316 case nir_type_uint: {
368 case nir_type_uint:
H A Dnir_lower_int_to_float.c103 nir_alu_type_get_base_type(info->output_type) != nir_type_uint);
106 nir_alu_type_get_base_type(info->input_types[i]) != nir_type_uint);
H A Dnir_lower_bit_size.c38 if ((type & (nir_type_uint | nir_type_int)) && bit_size == 32 &&
78 if (nir_op_infos[op].output_type & nir_type_uint)
139 nir_alu_type type = nir_type_uint;
H A Dnir_gather_ssa_types.c34 case nir_type_uint:
H A Dnir_loop_analyze.c778 case nir_type_uint:
819 case nir_type_uint:
863 if (induction_base_type == nir_type_int || induction_base_type == nir_type_uint) {
865 nir_alu_type_get_base_type(nir_op_infos[alu_op].input_types[1]) == nir_type_uint);
H A Dnir_search_helpers.h53 case nir_type_uint: {
196 case nir_type_uint:
H A Dnir_opt_idiv_const.c174 if (nir_alu_type_get_base_type(d_type) == nir_type_uint) {
H A Dnir_opt_phi_precision.c282 case nir_type_uint:
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_search_helpers.h50 case nir_type_uint: {
127 case nir_type_uint:
H A Dnir_search.c339 case nir_type_uint:
507 case nir_type_uint:
545 case nir_type_uint:
H A Dnir_gather_ssa_types.c34 case nir_type_uint:
H A Dnir_opt_idiv_const.c140 if (nir_alu_type_get_base_type(d_type) == nir_type_uint) {
/xsrc/external/mit/MesaLib/dist/src/panfrost/util/
H A Dpan_ir.c116 case nir_type_uint:
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_address.c244 ins->src_types[2] = nir_type_uint | nir_src_bit_size(*offset);
261 ins->src_types[1] = nir_type_uint | match.A.def->bit_size;
271 ins->src_types[2] = nir_type_uint | match.B.def->bit_size;
H A Dmir_promote_uniforms.c332 mov.dest_type = nir_type_uint | type_size;
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c1460 case nir_type_uint:
1504 case nir_type_uint: {
1691 case nir_type_uint:
1747 case nir_type_uint:
2465 get_src(ctx, &intr->src[1], 0, nir_type_uint);
2496 get_src(ctx, &intr->src[2], 0, nir_type_uint);
2505 value[i] = get_src(ctx, &intr->src[0], i, nir_type_uint);
2534 get_src(ctx, &intr->src[0], 0, nir_type_uint);
2536 get_src(ctx, &intr->src[1], 0, nir_type_uint);
2539 get_src(ctx, &intr->src[3], 0, nir_type_uint);
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_nir_lower_input_attachments.c87 tex->dest_type = nir_type_uint;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c1218 case nir_type_uint:
1556 case nir_type_uint:
1595 case nir_type_uint:
1748 result = emit_builtin_unop(ctx, GLSLstd450PackHalf2x16, get_dest_type(ctx, &alu->dest.dest, nir_type_uint), src[0]);
2050 store_dest(ctx, &intr->dest, result, nir_type_uint);
2177 store_dest(ctx, &intr->dest, result, nir_type_uint);
2231 SpvId dest_type = get_dest_type(ctx, &intr->dest, nir_type_uint);
2260 store_dest(ctx, &intr->dest, result, nir_type_uint);
2361 store_dest(ctx, &intr->dest, result, nir_type_uint);
2424 store_dest(ctx, &intr->dest, result, nir_type_uint);
[all...]
/xsrc/external/mit/MesaLib/src/panfrost/bifrost/
H A Dbi_builder.h754 else if ((type == nir_type_uint || type == nir_type_int) && bitsize == 16 && (cmpf == BI_CMPF_EQ || cmpf == BI_CMPF_NE))
756 else if ((type == nir_type_uint || type == nir_type_int) && bitsize == 32 && (cmpf == BI_CMPF_EQ || cmpf == BI_CMPF_NE))
762 else if ((type == nir_type_uint) && bitsize == 16 && (cmpf == BI_CMPF_GT || cmpf == BI_CMPF_GE || cmpf == BI_CMPF_LT || cmpf == BI_CMPF_LE))
764 else if ((type == nir_type_uint) && bitsize == 32 && (cmpf == BI_CMPF_GT || cmpf == BI_CMPF_GE || cmpf == BI_CMPF_LT || cmpf == BI_CMPF_LE))
918 else if ((type == nir_type_uint || type == nir_type_int) && bitsize == 16 && (cmpf == BI_CMPF_EQ || cmpf == BI_CMPF_NE))
920 else if ((type == nir_type_uint || type == nir_type_int) && bitsize == 32 && (cmpf == BI_CMPF_EQ || cmpf == BI_CMPF_NE))
926 else if ((type == nir_type_uint) && bitsize == 16 && (cmpf == BI_CMPF_GT || cmpf == BI_CMPF_GE || cmpf == BI_CMPF_LT || cmpf == BI_CMPF_LE))
928 else if ((type == nir_type_uint) && bitsize == 32 && (cmpf == BI_CMPF_GT || cmpf == BI_CMPF_GE || cmpf == BI_CMPF_LT || cmpf == BI_CMPF_LE))
1273 else if ((type == nir_type_uint || type == nir_type_int) && bitsize == 32 && (cmpf == BI_CMPF_EQ || cmpf == BI_CMPF_NE))
1277 else if ((type == nir_type_uint)
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c228 return nir_type_uint;
249 return nir_type_uint;
967 nir_type_conversion_op(nir_type_uint, nir_type_uint | dest_size,
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_shader.c125 type = nir_type_uint;

Completed in 58 milliseconds

123