Searched refs:num_components (Results 1 - 25 of 527) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_constant_expressions.h34 unsigned num_components, unsigned bit_size,
H A Dnir_lower_array_deref_of_vec.c31 assert(value->num_components == 1);
32 unsigned num_components = glsl_get_components(vec_deref->type); local in function:build_write_masked_store
33 assert(num_components > 1 && num_components <= NIR_MAX_VEC_COMPONENTS);
37 for (unsigned i = 0; i < num_components; i++)
40 nir_ssa_def *vec = nir_vec(b, comps, num_components);
103 assert(intrin->num_components == 1);
104 unsigned num_components = glsl_get_components(vec_deref->type); local in function:nir_lower_array_deref_of_vec_impl
105 assert(num_components > 1 && num_components <
[all...]
H A Dnir_opt_shrink_vectors.c49 if (def->num_components == 1)
65 if (def->num_components > last_bit) {
66 def->num_components = last_bit;
79 if (def->num_components == 1)
104 unsigned num_components = util_bitcount(mask); local in function:opt_shrink_vectors_alu
107 if (mask == 0 || num_components == def->num_components)
110 const bool is_bitfield_mask = last_bit == num_components;
120 assert(index == num_components);
121 nir_ssa_def *new_vec = nir_vec(b, srcs, num_components);
[all...]
H A Dnir_lower_ubo_vec4.c77 unsigned bit_size, unsigned num_components)
79 nir_ssa_def *def = nir_load_ubo_vec4(b, num_components, bit_size, block, offset);
106 unsigned num_components = intr->num_components; local in function:nir_lower_ubo_vec4_lower
108 align_offset + chan_size_bytes * num_components <= 16);
110 num_components = chans_per_vec4;
114 num_components);
126 } else if (intr->num_components == 1) {
137 align_offset + chan_size_bytes * intr->num_components <= 8) {
142 BITSET_MASK(intr->num_components) << (align_chan_offse
76 create_load(nir_builder * b,nir_ssa_def * block,nir_ssa_def * offset,unsigned bit_size,unsigned num_components) argument
[all...]
H A Dnir_phi_builder.h78 nir_phi_builder_add_value(struct nir_phi_builder *pb, unsigned num_components,
H A Dnir_format_convert.h67 for (unsigned i = 0; i < src->num_components; i++) {
71 return nir_iand(b, src, nir_build_imm(b, src->num_components, 32, mask));
78 assert(src->num_components <= 4);
80 for (unsigned i = 0; i < src->num_components; i++) {
84 return nir_vec(b, comps, src->num_components);
90 const unsigned *bits, unsigned num_components,
93 assert(num_components >= 1 && num_components <= 4);
99 assert(num_components == 1);
105 for (unsigned i = 0; i < num_components;
89 nir_format_unpack_int(nir_builder * b,nir_ssa_def * packed,const unsigned * bits,unsigned num_components,bool sign_extend) argument
126 nir_format_unpack_uint(nir_builder * b,nir_ssa_def * packed,const unsigned * bits,unsigned num_components) argument
133 nir_format_unpack_sint(nir_builder * b,nir_ssa_def * packed,const unsigned * bits,unsigned num_components) argument
140 nir_format_pack_uint_unmasked(nir_builder * b,nir_ssa_def * color,const unsigned * bits,unsigned num_components) argument
170 nir_format_pack_uint(nir_builder * b,nir_ssa_def * color,const unsigned * bits,unsigned num_components) argument
232 _nir_format_norm_factor(nir_builder * b,const unsigned * bits,unsigned num_components,bool is_signed) argument
[all...]
H A Dnir_search_helpers.h37 unsigned src, unsigned num_components,
44 for (unsigned i = 0; i < num_components; i++) {
69 unsigned src, unsigned num_components,
78 for (unsigned i = 0; i < num_components; i++) {
100 unsigned src, unsigned num_components, \
107 for (unsigned i = 0; i < num_components; i++) { \
125 unsigned src, unsigned num_components,
132 for (unsigned i = 0; i < num_components; i++) {
156 unsigned src, unsigned num_components,
163 for (unsigned i = 0; i < num_components;
36 is_pos_power_of_two(UNUSED struct hash_table * ht,const nir_alu_instr * instr,unsigned src,unsigned num_components,const uint8_t * swizzle) argument
68 is_neg_power_of_two(UNUSED struct hash_table * ht,const nir_alu_instr * instr,unsigned src,unsigned num_components,const uint8_t * swizzle) argument
124 is_zero_to_one(UNUSED struct hash_table * ht,const nir_alu_instr * instr,unsigned src,unsigned num_components,const uint8_t * swizzle) argument
155 is_gt_0_and_lt_1(UNUSED struct hash_table * ht,const nir_alu_instr * instr,unsigned src,unsigned num_components,const uint8_t * swizzle) argument
180 is_not_const_zero(UNUSED struct hash_table * ht,const nir_alu_instr * instr,unsigned src,unsigned num_components,const uint8_t * swizzle) argument
210 is_ult_0xfffc07fc(UNUSED struct hash_table * ht,const nir_alu_instr * instr,unsigned src,unsigned num_components,const uint8_t * swizzle) argument
230 is_not_const(UNUSED struct hash_table * ht,const nir_alu_instr * instr,unsigned src,UNUSED unsigned num_components,UNUSED const uint8_t * swizzle) argument
238 is_not_fmul(struct hash_table * ht,const nir_alu_instr * instr,unsigned src,UNUSED unsigned num_components,UNUSED const uint8_t * swizzle) argument
254 is_fmul(struct hash_table * ht,const nir_alu_instr * instr,unsigned src,UNUSED unsigned num_components,UNUSED const uint8_t * swizzle) argument
270 is_fsign(const nir_alu_instr * instr,unsigned src,UNUSED unsigned num_components,UNUSED const uint8_t * swizzle) argument
286 is_not_const_and_not_fsign(struct hash_table * ht,const nir_alu_instr * instr,unsigned src,unsigned num_components,const uint8_t * swizzle) argument
384 is_upper_half_zero(UNUSED struct hash_table * ht,const nir_alu_instr * instr,unsigned src,unsigned num_components,const uint8_t * swizzle) argument
409 is_lower_half_zero(UNUSED struct hash_table * ht,const nir_alu_instr * instr,unsigned src,unsigned num_components,const uint8_t * swizzle) argument
439 is_integral(struct hash_table * ht,const nir_alu_instr * instr,unsigned src,UNUSED unsigned num_components,UNUSED const uint8_t * swizzle) argument
451 is_finite(UNUSED struct hash_table * ht,const nir_alu_instr * instr,unsigned src,UNUSED unsigned num_components,UNUSED const uint8_t * swizzle) argument
495 is_a_number_not_negative(struct hash_table * ht,const nir_alu_instr * instr,unsigned src,UNUSED unsigned num_components,UNUSED const uint8_t * swizzle) argument
506 is_not_positive(struct hash_table * ht,const nir_alu_instr * instr,unsigned src,UNUSED unsigned num_components,UNUSED const uint8_t * swizzle) argument
514 is_a_number_not_positive(struct hash_table * ht,const nir_alu_instr * instr,unsigned src,UNUSED unsigned num_components,UNUSED const uint8_t * swizzle) argument
524 is_not_zero(struct hash_table * ht,const nir_alu_instr * instr,unsigned src,UNUSED unsigned num_components,UNUSED const uint8_t * swizzle) argument
532 is_a_number_not_zero(struct hash_table * ht,const nir_alu_instr * instr,unsigned src,UNUSED unsigned num_components,UNUSED const uint8_t * swizzle) argument
542 is_a_number(struct hash_table * ht,const nir_alu_instr * instr,unsigned src,UNUSED unsigned num_components,UNUSED const uint8_t * swizzle) argument
[all...]
H A Dnir_lower_regs_to_ssa.c98 nir_ssa_dest_init(instr, dest, reg->num_components,
120 if (write_mask == (1 << reg->num_components) - 1) {
133 unsigned num_components; local in function:rewrite_alu_instr
142 num_components = 0;
145 vec_swizzle[index] = num_components++;
172 assert(ssa_index == num_components);
175 num_components = nir_op_infos[alu->op].output_size;
177 assert(num_components <= 4);
179 alu->dest.write_mask = (1 << num_components) - 1;
181 nir_ssa_dest_init(&alu->instr, &alu->dest.dest, num_components,
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_constant_expressions.h34 unsigned num_components, unsigned bit_size,
H A Dnir_lower_array_deref_of_vec.c31 assert(value->num_components == 1);
32 unsigned num_components = glsl_get_components(vec_deref->type); local in function:build_write_masked_store
33 assert(num_components > 1 && num_components <= NIR_MAX_VEC_COMPONENTS);
37 for (unsigned i = 0; i < num_components; i++)
40 nir_ssa_def *vec = nir_vec(b, comps, num_components);
98 assert(intrin->num_components == 1);
99 unsigned num_components = glsl_get_components(vec_deref->type); local in function:nir_lower_array_deref_of_vec_impl
100 assert(num_components > 1 && num_components <
[all...]
H A Dnir_opt_shrink_load.c34 if (instr->num_components > util_last_bit(mask)) {
35 instr->num_components = util_last_bit(mask);
36 instr->dest.ssa.num_components = instr->num_components;
H A Dnir_phi_builder.h78 nir_phi_builder_add_value(struct nir_phi_builder *pb, unsigned num_components,
H A Dnir_format_convert.h58 for (unsigned i = 0; i < src->num_components; i++) {
62 return nir_iand(b, src, nir_build_imm(b, src->num_components, 32, mask));
69 assert(src->num_components <= 4);
71 for (unsigned i = 0; i < src->num_components; i++) {
75 return nir_vec(b, comps, src->num_components);
81 const unsigned *bits, unsigned num_components,
84 assert(num_components >= 1 && num_components <= 4);
90 assert(num_components == 1);
96 for (unsigned i = 0; i < num_components;
80 nir_format_unpack_int(nir_builder * b,nir_ssa_def * packed,const unsigned * bits,unsigned num_components,bool sign_extend) argument
117 nir_format_unpack_uint(nir_builder * b,nir_ssa_def * packed,const unsigned * bits,unsigned num_components) argument
124 nir_format_unpack_sint(nir_builder * b,nir_ssa_def * packed,const unsigned * bits,unsigned num_components) argument
131 nir_format_pack_uint_unmasked(nir_builder * b,nir_ssa_def * color,const unsigned * bits,unsigned num_components) argument
148 nir_format_pack_uint(nir_builder * b,nir_ssa_def * color,const unsigned * bits,unsigned num_components) argument
210 _nir_format_norm_factor(nir_builder * b,const unsigned * bits,unsigned num_components,bool is_signed) argument
[all...]
H A Dnir_search_helpers.h35 is_pos_power_of_two(nir_alu_instr *instr, unsigned src, unsigned num_components, argument
42 for (unsigned i = 0; i < num_components; i++) {
65 is_neg_power_of_two(nir_alu_instr *instr, unsigned src, unsigned num_components, argument
72 for (unsigned i = 0; i < num_components; i++) {
89 is_zero_to_one(nir_alu_instr *instr, unsigned src, unsigned num_components, argument
96 for (unsigned i = 0; i < num_components; i++) {
113 is_not_const_zero(nir_alu_instr *instr, unsigned src, unsigned num_components, argument
119 for (unsigned i = 0; i < num_components; i++) {
140 is_not_const(nir_alu_instr *instr, unsigned src, UNUSED unsigned num_components, argument
H A Dnir_builder.h151 assert(then_def->num_components == else_def->num_components);
154 then_def->num_components, then_def->bit_size, NULL);
183 nir_ssa_undef(nir_builder *build, unsigned num_components, unsigned bit_size) argument
186 nir_ssa_undef_instr_create(build->shader, num_components, bit_size);
196 nir_build_imm(nir_builder *build, unsigned num_components, argument
200 nir_load_const_instr_create(build->shader, num_components, bit_size);
204 memcpy(load_const->value, value, sizeof(nir_const_value) * num_components);
212 nir_imm_zero(nir_builder *build, unsigned num_components, unsigned bit_size) argument
215 nir_load_const_instr_create(build->shader, num_components, bit_siz
401 unsigned num_components = op_info->output_size; local in function:nir_builder_alu_instr_finish_and_insert
490 nir_vec(nir_builder * build,nir_ssa_def ** comp,unsigned num_components) argument
499 nir_fmov_alu(nir_builder * build,nir_alu_src src,unsigned num_components) argument
513 nir_imov_alu(nir_builder * build,nir_alu_src src,unsigned num_components) argument
530 nir_swizzle(nir_builder * build,nir_ssa_def * src,const unsigned * swiz,unsigned num_components,bool use_fmov) argument
832 nir_ssa_for_src(nir_builder * build,nir_src src,int num_components) argument
856 unsigned num_components = nir_ssa_alu_instr_src_components(instr, srcn); local in function:nir_ssa_for_alu_src
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_swizzle.cpp72 if (swiz2->mask.num_components >= 1)
74 if (swiz2->mask.num_components >= 2)
76 if (swiz2->mask.num_components >= 3)
78 if (swiz2->mask.num_components >= 4)
81 if (swiz->mask.num_components >= 1)
83 if (swiz->mask.num_components >= 2)
85 if (swiz->mask.num_components >= 3)
87 if (swiz->mask.num_components >= 4)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_swizzle.cpp72 if (swiz2->mask.num_components >= 1)
74 if (swiz2->mask.num_components >= 2)
76 if (swiz2->mask.num_components >= 3)
78 if (swiz2->mask.num_components >= 4)
81 if (swiz->mask.num_components >= 1)
83 if (swiz->mask.num_components >= 2)
85 if (swiz->mask.num_components >= 3)
87 if (swiz->mask.num_components >= 4)
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_lower_mem_access_bit_sizes.c32 unsigned num_components, unsigned bit_size,
55 dup->num_components = num_components;
58 assert(num_components == 1);
71 num_components, bit_size, NULL);
73 nir_intrinsic_set_write_mask(dup, (1 << num_components) - 1);
90 const unsigned num_components = intrin->dest.ssa.num_components; local in function:lower_mem_load_bit_size
91 const unsigned bytes_read = num_components * (bit_size / 8);
94 if (bit_size == 32 && align >= 32 && intrin->num_components <
30 dup_mem_intrinsic(nir_builder * b,nir_intrinsic_instr * intrin,nir_ssa_def * store_src,int offset,unsigned num_components,unsigned bit_size,unsigned align) argument
167 const unsigned num_components = intrin->num_components; local in function:lower_mem_store_bit_size
[all...]
/xsrc/external/mit/MesaLib.old/src/compiler/nir/
H A Dnir_constant_expressions.c313 MAYBE_UNUSED unsigned num_components,
323 for (unsigned _i = 0; _i < num_components; _i++) {
339 for (unsigned _i = 0; _i < num_components; _i++) {
357 MAYBE_UNUSED unsigned num_components,
367 for (unsigned _i = 0; _i < num_components; _i++) {
383 for (unsigned _i = 0; _i < num_components; _i++) {
401 MAYBE_UNUSED unsigned num_components,
411 for (unsigned _i = 0; _i < num_components; _i++) {
427 for (unsigned _i = 0; _i < num_components; _i++) {
445 MAYBE_UNUSED unsigned num_components,
312 evaluate_b2f16(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
356 evaluate_b2f32(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
400 evaluate_b2f64(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
444 evaluate_b2i1(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
490 evaluate_b2i16(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
534 evaluate_b2i32(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
578 evaluate_b2i64(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
622 evaluate_b2i8(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
666 evaluate_b32all_fequal2(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
759 evaluate_b32all_fequal3(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
852 evaluate_b32all_fequal4(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
945 evaluate_b32all_iequal2(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
1096 evaluate_b32all_iequal3(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
1249 evaluate_b32all_iequal4(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
1404 evaluate_b32any_fnequal2(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
1497 evaluate_b32any_fnequal3(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
1590 evaluate_b32any_fnequal4(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
1683 evaluate_b32any_inequal2(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
1834 evaluate_b32any_inequal3(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
1987 evaluate_b32any_inequal4(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
2142 evaluate_b32csel(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
2255 evaluate_ball_fequal2(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
2348 evaluate_ball_fequal3(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
2441 evaluate_ball_fequal4(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
2534 evaluate_ball_iequal2(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
2685 evaluate_ball_iequal3(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
2838 evaluate_ball_iequal4(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
2993 evaluate_bany_fnequal2(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
3086 evaluate_bany_fnequal3(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
3179 evaluate_bany_fnequal4(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
3272 evaluate_bany_inequal2(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
3423 evaluate_bany_inequal3(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
3576 evaluate_bany_inequal4(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
3731 evaluate_bcsel(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
3844 evaluate_bfi(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
3882 evaluate_bfm(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
3912 evaluate_bit_count(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
4044 evaluate_bitfield_insert(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
4083 evaluate_bitfield_reverse(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
4110 evaluate_cube_face_coord(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
4155 evaluate_cube_face_index(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
4189 evaluate_extract_i16(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
4292 evaluate_extract_i8(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
4395 evaluate_extract_u16(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
4498 evaluate_extract_u8(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
4601 evaluate_f2b1(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
4661 evaluate_f2b32(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
4721 evaluate_f2f16(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
4781 evaluate_f2f16_rtne(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
4841 evaluate_f2f16_rtz(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
4901 evaluate_f2f32(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
4961 evaluate_f2f64(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
5021 evaluate_f2i1(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
5084 evaluate_f2i16(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
5144 evaluate_f2i32(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
5204 evaluate_f2i64(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
5264 evaluate_f2i8(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
5324 evaluate_f2u1(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
5387 evaluate_f2u16(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
5447 evaluate_f2u32(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
5507 evaluate_f2u64(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
5567 evaluate_f2u8(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
5627 evaluate_fabs(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
5687 evaluate_fadd(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
5753 evaluate_fall_equal2(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
5784 evaluate_fall_equal3(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
5815 evaluate_fall_equal4(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
5846 evaluate_fand(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
5868 evaluate_fany_nequal2(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
5899 evaluate_fany_nequal3(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
5930 evaluate_fany_nequal4(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
5961 evaluate_fceil(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
6021 evaluate_fcos(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
6081 evaluate_fcsel(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
6105 evaluate_fddx(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
6159 evaluate_fddx_coarse(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
6213 evaluate_fddx_fine(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
6267 evaluate_fddy(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
6321 evaluate_fddy_coarse(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
6375 evaluate_fddy_fine(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
6429 evaluate_fdiv(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
6495 evaluate_fdot2(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
6588 evaluate_fdot3(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
6681 evaluate_fdot4(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
6774 evaluate_fdot_replicated2(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
6876 evaluate_fdot_replicated3(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
6978 evaluate_fdot_replicated4(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
7080 evaluate_fdph(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
7173 evaluate_fdph_replicated(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
7275 evaluate_feq(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
7341 evaluate_feq32(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
7407 evaluate_fexp2(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
7467 evaluate_ffloor(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
7527 evaluate_ffma(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
7599 evaluate_ffract(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
7659 evaluate_fge(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
7725 evaluate_fge32(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
7791 evaluate_find_lsb(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
7933 evaluate_flog2(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
7993 evaluate_flrp(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
8065 evaluate_flt(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
8131 evaluate_flt32(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
8197 evaluate_fmax(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
8263 evaluate_fmax3(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
8335 evaluate_fmed3(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
8407 evaluate_fmin(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
8473 evaluate_fmin3(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
8545 evaluate_fmod(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
8611 evaluate_fmov(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
8671 evaluate_fmul(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
8737 evaluate_fne(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
8803 evaluate_fne32(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
8869 evaluate_fneg(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
8929 evaluate_fnoise1_1(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
8980 evaluate_fnoise1_2(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
9031 evaluate_fnoise1_3(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
9082 evaluate_fnoise1_4(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
9133 evaluate_fnoise2_1(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
9187 evaluate_fnoise2_2(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
9241 evaluate_fnoise2_3(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
9295 evaluate_fnoise2_4(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
9349 evaluate_fnoise3_1(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
9406 evaluate_fnoise3_2(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
9463 evaluate_fnoise3_3(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
9520 evaluate_fnoise3_4(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
9577 evaluate_fnoise4_1(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
9637 evaluate_fnoise4_2(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
9697 evaluate_fnoise4_3(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
9757 evaluate_fnoise4_4(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
9817 evaluate_fnot(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
9877 evaluate_for(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
9899 evaluate_fpow(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
9965 evaluate_fquantize2f16(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
10025 evaluate_frcp(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
10085 evaluate_frem(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
10151 evaluate_frexp_exp(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
10217 evaluate_frexp_sig(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
10283 evaluate_fround_even(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
10343 evaluate_frsq(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
10403 evaluate_fsat(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
10463 evaluate_fsign(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
10523 evaluate_fsin(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
10583 evaluate_fsqrt(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
10643 evaluate_fsub(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
10709 evaluate_ftrunc(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
10769 evaluate_fxor(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
10791 evaluate_i2b1(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
10883 evaluate_i2b32(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
10975 evaluate_i2f16(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
11067 evaluate_i2f32(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
11159 evaluate_i2f64(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
11251 evaluate_i2i1(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
11348 evaluate_i2i16(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
11440 evaluate_i2i32(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
11532 evaluate_i2i64(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
11624 evaluate_i2i8(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
11716 evaluate_iabs(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
11809 evaluate_iadd(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
11912 evaluate_iadd_sat(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
12035 evaluate_iand(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
12138 evaluate_ibfe(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
12176 evaluate_ibitfield_extract(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
12212 evaluate_idiv(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
12315 evaluate_ieq(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
12417 evaluate_ieq32(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
12519 evaluate_ifind_msb(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
12553 evaluate_ige(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
12655 evaluate_ige32(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
12757 evaluate_ihadd(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
12860 evaluate_ilt(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
12962 evaluate_ilt32(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
13064 evaluate_imax(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
13167 evaluate_imax3(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
13280 evaluate_imed3(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
13393 evaluate_imin(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
13496 evaluate_imin3(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
13609 evaluate_imod(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
13712 evaluate_imov(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
13805 evaluate_imul(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
13908 evaluate_imul_2x32_64(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
13930 evaluate_imul_high(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
14163 evaluate_ine(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
14265 evaluate_ine32(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
14367 evaluate_ineg(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
14460 evaluate_inot(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
14553 evaluate_ior(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
14656 evaluate_irem(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
14759 evaluate_irhadd(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
14862 evaluate_ishl(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
14965 evaluate_ishr(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
15068 evaluate_isign(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
15161 evaluate_isub(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
15264 evaluate_isub_sat(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
15387 evaluate_ixor(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
15490 evaluate_ldexp(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
15577 evaluate_pack_32_2x16(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
15601 evaluate_pack_32_2x16_split(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
15623 evaluate_pack_64_2x32(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
15647 evaluate_pack_64_2x32_split(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
15669 evaluate_pack_64_4x16(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
15693 evaluate_pack_half_2x16(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
15720 evaluate_pack_half_2x16_split(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
15751 evaluate_pack_snorm_2x16(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
15778 evaluate_pack_snorm_4x8(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
15807 evaluate_pack_unorm_2x16(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
15834 evaluate_pack_unorm_4x8(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
15863 evaluate_pack_uvec2_to_uint(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
15889 evaluate_pack_uvec4_to_uint(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
15918 evaluate_seq(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
15940 evaluate_sge(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
16006 evaluate_slt(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
16028 evaluate_sne(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
16050 evaluate_u2f16(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
16142 evaluate_u2f32(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
16234 evaluate_u2f64(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
16326 evaluate_u2u1(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
16423 evaluate_u2u16(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
16515 evaluate_u2u32(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
16607 evaluate_u2u64(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
16699 evaluate_u2u8(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
16791 evaluate_uadd_carry(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
16894 evaluate_uadd_sat(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
16997 evaluate_ubfe(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
17035 evaluate_ubitfield_extract(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
17071 evaluate_udiv(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
17174 evaluate_ufind_msb(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
17316 evaluate_uge(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
17418 evaluate_uge32(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
17520 evaluate_uhadd(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
17623 evaluate_ult(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
17725 evaluate_ult32(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
17827 evaluate_umax(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
17930 evaluate_umax3(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
18043 evaluate_umax_4x8(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
18072 evaluate_umed3(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
18185 evaluate_umin(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
18288 evaluate_umin3(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
18401 evaluate_umin_4x8(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
18430 evaluate_umod(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
18533 evaluate_umul_2x32_64(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
18555 evaluate_umul_high(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
18723 evaluate_umul_unorm_4x8(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
18754 evaluate_unpack_32_2x16(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
18779 evaluate_unpack_32_2x16_split_x(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
18799 evaluate_unpack_32_2x16_split_y(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
18819 evaluate_unpack_64_2x32(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
18844 evaluate_unpack_64_2x32_split_x(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
18864 evaluate_unpack_64_2x32_split_y(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
18884 evaluate_unpack_64_4x16(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
18911 evaluate_unpack_half_2x16(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
18939 evaluate_unpack_half_2x16_split_x(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
18959 evaluate_unpack_half_2x16_split_y(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
18979 evaluate_unpack_snorm_2x16(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
19007 evaluate_unpack_snorm_4x8(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
19039 evaluate_unpack_unorm_2x16(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
19067 evaluate_unpack_unorm_4x8(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
19099 evaluate_urhadd(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
19202 evaluate_usadd_4x8(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
19231 evaluate_ushr(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
19334 evaluate_ussub_4x8(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,UNUSED unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
19366 evaluate_usub_borrow(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
19469 evaluate_usub_sat(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
19572 evaluate_vec2(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
19741 evaluate_vec3(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
19956 evaluate_vec4(nir_const_value * _dst_val,MAYBE_UNUSED unsigned num_components,unsigned bit_size,MAYBE_UNUSED nir_const_value ** _src) argument
20218 nir_eval_const_opcode(nir_op op,nir_const_value * dest,unsigned num_components,unsigned bit_width,nir_const_value ** src) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_lower_mem_access_bit_sizes.c32 unsigned num_components, unsigned bit_size,
55 dup->num_components = num_components;
65 num_components, bit_size,
68 nir_intrinsic_set_write_mask(dup, (1 << num_components) - 1);
84 const unsigned num_components = intrin->dest.ssa.num_components; local in function:lower_mem_load_bit_size
85 const unsigned bytes_read = num_components * (bit_size / 8);
112 for (unsigned i = 0; i < num_components; i++) {
139 for (unsigned i = 0; i < unpacked->num_components;
30 dup_mem_intrinsic(nir_builder * b,nir_intrinsic_instr * intrin,nir_ssa_def * store_src,int offset,unsigned num_components,unsigned bit_size,unsigned align) argument
164 const unsigned num_components = intrin->num_components; local in function:lower_mem_store_bit_size
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_legalize_image_load_store.cpp65 unsigned num_components = 2; local in function:r600_legalize_image_load_store_impl
69 num_components = 1; break;
73 num_components = 2; break;
75 num_components = 3; break;
80 if (num_components < 3 && nir_intrinsic_image_array(ir))
81 num_components++;
83 auto img_size = nir_image_size(b, num_components, 32, ir->src[0].ssa, nir_imm_int(b, 0),
88 unsigned mask = (1 << num_components) - 1;
89 unsigned num_src1_comp = MIN2(ir->src[1].ssa->num_components, num_components);
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/
H A Dlima_nir_lower_uniform_to_scalar.c35 for (unsigned i = 0; i < intr->num_components; i++) {
40 chan_intr->num_components = 1;
55 intr->num_components)));
75 intr->num_components == 1)
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dbuilder_tests.cpp36 case 8: return glsl_type::u8vec(def->num_components);
37 case 16: return glsl_type::u16vec(def->num_components);
38 case 32: return glsl_type::uvec(def->num_components);
39 case 64: return glsl_type::u64vec(def->num_components);
54 store->num_components = val->num_components;
57 nir_intrinsic_set_write_mask(store, ((1 << val->num_components) - 1));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir_lower_scalar.c36 nir_alu_ssa_dest_init(nir_alu_instr * instr, unsigned num_components, argument
39 nir_ssa_dest_init(&instr->instr, &instr->dest.dest, num_components,
41 instr->dest.write_mask = (1 << num_components) - 1;
48 unsigned num_components = nir_op_infos[instr->op].input_sizes[0]; local in function:lower_reduction
51 for (unsigned i = 0; i < num_components; i++) {
113 unsigned num_components = instr->dest.dest.ssa.num_components; local in function:lower_scalar
117 if (num_components == 1)
120 for (chan = 0; chan < num_components; chan++) {
136 nir_ssa_def *vec = nir_vec(b, comps, num_components);
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dv3d_nir_lower_image_load_store.c98 int num_components, bool mask)
102 for (int i = 0; i < num_components; i++) {
129 int num_components)
131 color = nir_channels(b, color, (1 << num_components) - 1);
133 return pack_bits(b, color, bits, color->num_components, false);
138 int num_components)
140 color = nir_channels(b, color, (1 << num_components) - 1);
142 return pack_bits(b, color, bits, color->num_components, true);
147 int num_components)
149 color = nir_channels(b, color, (1 << num_components)
97 pack_bits(nir_builder * b,nir_ssa_def * color,const unsigned * bits,int num_components,bool mask) argument
128 pack_unorm(nir_builder * b,nir_ssa_def * color,const unsigned * bits,int num_components) argument
137 pack_snorm(nir_builder * b,nir_ssa_def * color,const unsigned * bits,int num_components) argument
146 pack_uint(nir_builder * b,nir_ssa_def * color,const unsigned * bits,int num_components) argument
155 pack_sint(nir_builder * b,nir_ssa_def * color,const unsigned * bits,int num_components) argument
164 pack_half(nir_builder * b,nir_ssa_def * color,const unsigned * bits,int num_components) argument
[all...]

Completed in 44 milliseconds

1234567891011>>