Searched refs:execution_mode (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_loop_analyze.c695 unsigned execution_mode)
700 nir_eval_const_opcode(op, &dest, 1, bit_size, src, execution_mode);
707 unsigned execution_mode)
712 nir_eval_const_opcode(op, &dest, 1, bit_size, src, execution_mode);
719 unsigned execution_mode)
729 execution_mode);
731 execution_mode);
737 execution_mode);
739 execution_mode);
747 execution_mode);
694 eval_const_unop(nir_op op,unsigned bit_size,nir_const_value src0,unsigned execution_mode) argument
705 eval_const_binop(nir_op op,unsigned bit_size,nir_const_value src0,nir_const_value src1,unsigned execution_mode) argument
717 get_iteration(nir_op cond_op,nir_const_value initial,nir_const_value step,nir_const_value limit,unsigned bit_size,unsigned execution_mode) argument
762 will_break_on_first_iteration(nir_const_value step,nir_alu_type induction_base_type,unsigned trip_offset,nir_op cond_op,unsigned bit_size,nir_const_value initial,nir_const_value limit,bool limit_rhs,bool invert_cond,unsigned execution_mode) argument
801 test_iterations(int32_t iter_int,nir_const_value step,nir_const_value limit,nir_op cond_op,unsigned bit_size,nir_alu_type induction_base_type,nir_const_value initial,bool limit_rhs,bool invert_cond,unsigned execution_mode) argument
850 calculate_iterations(nir_const_value initial,nir_const_value step,nir_const_value limit,nir_alu_instr * alu,nir_ssa_scalar cond,nir_op alu_op,bool limit_rhs,bool invert_cond,unsigned execution_mode) argument
1057 find_trip_count(loop_info_state * state,unsigned execution_mode) argument
[all...]
H A Dnir.h1263 nir_is_float_control_signed_zero_inf_nan_preserve(unsigned execution_mode, unsigned bit_size) argument
1265 return (16 == bit_size && execution_mode & FLOAT_CONTROLS_SIGNED_ZERO_INF_NAN_PRESERVE_FP16) ||
1266 (32 == bit_size && execution_mode & FLOAT_CONTROLS_SIGNED_ZERO_INF_NAN_PRESERVE_FP32) ||
1267 (64 == bit_size && execution_mode & FLOAT_CONTROLS_SIGNED_ZERO_INF_NAN_PRESERVE_FP64);
1271 nir_is_denorm_flush_to_zero(unsigned execution_mode, unsigned bit_size) argument
1273 return (16 == bit_size && execution_mode & FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP16) ||
1274 (32 == bit_size && execution_mode & FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP32) ||
1275 (64 == bit_size && execution_mode & FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP64);
1279 nir_is_denorm_preserve(unsigned execution_mode, unsigned bit_size) argument
1281 return (16 == bit_size && execution_mode
1287 nir_is_rounding_mode_rtne(unsigned execution_mode,unsigned bit_size) argument
1295 nir_is_rounding_mode_rtz(unsigned execution_mode,unsigned bit_size) argument
1303 nir_has_any_rounding_mode_rtz(unsigned execution_mode) argument
1311 nir_has_any_rounding_mode_rtne(unsigned execution_mode) argument
1319 nir_get_rounding_mode_from_float_controls(unsigned execution_mode,nir_alu_type type) argument
1335 nir_has_any_rounding_mode_enabled(unsigned execution_mode) argument
[all...]
H A Dnir_search.c877 const unsigned execution_mode = local in function:nir_algebraic_instr
880 nir_is_float_control_signed_zero_inf_nan_preserve(execution_mode, bit_size) ||
881 nir_is_denorm_flush_to_zero(execution_mode, bit_size);
/xsrc/external/mit/MesaLib/src/compiler/nir/
H A Dnir_constant_expressions.c564 UNUSED unsigned execution_mode)
673 UNUSED unsigned execution_mode)
842 UNUSED unsigned execution_mode)
1011 UNUSED unsigned execution_mode)
1180 UNUSED unsigned execution_mode)
1349 UNUSED unsigned execution_mode)
1518 UNUSED unsigned execution_mode)
1687 UNUSED unsigned execution_mode)
1992 UNUSED unsigned execution_mode)
2269 UNUSED unsigned execution_mode)
560 evaluate_amul(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
669 evaluate_b16all_fequal16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
838 evaluate_b16all_fequal2(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
1007 evaluate_b16all_fequal3(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
1176 evaluate_b16all_fequal4(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
1345 evaluate_b16all_fequal5(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
1514 evaluate_b16all_fequal8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
1683 evaluate_b16all_iequal16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
1988 evaluate_b16all_iequal2(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
2265 evaluate_b16all_iequal3(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
2544 evaluate_b16all_iequal4(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
2825 evaluate_b16all_iequal5(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
3108 evaluate_b16all_iequal8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
3397 evaluate_b16any_fnequal16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
3566 evaluate_b16any_fnequal2(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
3735 evaluate_b16any_fnequal3(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
3904 evaluate_b16any_fnequal4(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
4073 evaluate_b16any_fnequal5(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
4242 evaluate_b16any_fnequal8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
4411 evaluate_b16any_inequal16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
4716 evaluate_b16any_inequal2(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
4993 evaluate_b16any_inequal3(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
5272 evaluate_b16any_inequal4(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
5553 evaluate_b16any_inequal5(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
5836 evaluate_b16any_inequal8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
6125 evaluate_b16csel(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
6244 evaluate_b2b1(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
6325 evaluate_b2b16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
6406 evaluate_b2b32(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
6487 evaluate_b2b8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
6568 evaluate_b2f16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
6677 evaluate_b2f32(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
6770 evaluate_b2f64(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
6863 evaluate_b2i1(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
6948 evaluate_b2i16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
7029 evaluate_b2i32(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
7110 evaluate_b2i64(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
7191 evaluate_b2i8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
7272 evaluate_b32all_fequal16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
7441 evaluate_b32all_fequal2(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
7610 evaluate_b32all_fequal3(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
7779 evaluate_b32all_fequal4(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
7948 evaluate_b32all_fequal5(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
8117 evaluate_b32all_fequal8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
8286 evaluate_b32all_iequal16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
8591 evaluate_b32all_iequal2(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
8868 evaluate_b32all_iequal3(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
9147 evaluate_b32all_iequal4(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
9428 evaluate_b32all_iequal5(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
9711 evaluate_b32all_iequal8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
10000 evaluate_b32any_fnequal16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
10169 evaluate_b32any_fnequal2(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
10338 evaluate_b32any_fnequal3(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
10507 evaluate_b32any_fnequal4(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
10676 evaluate_b32any_fnequal5(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
10845 evaluate_b32any_fnequal8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
11014 evaluate_b32any_inequal16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
11319 evaluate_b32any_inequal2(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
11596 evaluate_b32any_inequal3(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
11875 evaluate_b32any_inequal4(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
12156 evaluate_b32any_inequal5(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
12439 evaluate_b32any_inequal8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
12728 evaluate_b32csel(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
12847 evaluate_b8all_fequal16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
13016 evaluate_b8all_fequal2(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
13185 evaluate_b8all_fequal3(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
13354 evaluate_b8all_fequal4(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
13523 evaluate_b8all_fequal5(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
13692 evaluate_b8all_fequal8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
13861 evaluate_b8all_iequal16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
14166 evaluate_b8all_iequal2(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
14443 evaluate_b8all_iequal3(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
14722 evaluate_b8all_iequal4(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
15003 evaluate_b8all_iequal5(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
15286 evaluate_b8all_iequal8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
15575 evaluate_b8any_fnequal16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
15744 evaluate_b8any_fnequal2(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
15913 evaluate_b8any_fnequal3(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
16082 evaluate_b8any_fnequal4(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
16251 evaluate_b8any_fnequal5(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
16420 evaluate_b8any_fnequal8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
16589 evaluate_b8any_inequal16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
16894 evaluate_b8any_inequal2(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
17171 evaluate_b8any_inequal3(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
17450 evaluate_b8any_inequal4(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
17731 evaluate_b8any_inequal5(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
18014 evaluate_b8any_inequal8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
18303 evaluate_b8csel(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
18422 evaluate_ball_fequal16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
18591 evaluate_ball_fequal2(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
18760 evaluate_ball_fequal3(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
18929 evaluate_ball_fequal4(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
19098 evaluate_ball_fequal5(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
19267 evaluate_ball_fequal8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
19436 evaluate_ball_iequal16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
19741 evaluate_ball_iequal2(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
20018 evaluate_ball_iequal3(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
20297 evaluate_ball_iequal4(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
20578 evaluate_ball_iequal5(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
20861 evaluate_ball_iequal8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
21150 evaluate_bany_fnequal16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
21319 evaluate_bany_fnequal2(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
21488 evaluate_bany_fnequal3(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
21657 evaluate_bany_fnequal4(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
21826 evaluate_bany_fnequal5(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
21995 evaluate_bany_fnequal8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
22164 evaluate_bany_inequal16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
22469 evaluate_bany_inequal2(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
22746 evaluate_bany_inequal3(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
23025 evaluate_bany_inequal4(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
23306 evaluate_bany_inequal5(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
23589 evaluate_bany_inequal8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
23878 evaluate_bcsel(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
23997 evaluate_bfi(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
24037 evaluate_bfm(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
24067 evaluate_bit_count(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
24205 evaluate_bitfield_insert(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
24246 evaluate_bitfield_reverse(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
24275 evaluate_bitfield_select(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
24394 evaluate_cube_face_coord_amd(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
24460 evaluate_cube_face_index_amd(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
24512 evaluate_cube_r600(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
24596 evaluate_extract_i16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
24705 evaluate_extract_i8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
24814 evaluate_extract_u16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
24923 evaluate_extract_u8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
25032 evaluate_f2b1(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
25096 evaluate_f2b16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
25160 evaluate_f2b32(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
25224 evaluate_f2b8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
25288 evaluate_f2f16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
25373 evaluate_f2f16_rtne(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
25482 evaluate_f2f16_rtz(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
25591 evaluate_f2f32(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
25688 evaluate_f2f64(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
25761 evaluate_f2fmp(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
25790 evaluate_f2i1(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
25857 evaluate_f2i16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
25921 evaluate_f2i32(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
25985 evaluate_f2i64(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
26049 evaluate_f2i8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
26113 evaluate_f2imp(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
26135 evaluate_f2u1(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
26202 evaluate_f2u16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
26266 evaluate_f2u32(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
26330 evaluate_f2u64(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
26394 evaluate_f2u8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
26458 evaluate_f2ump(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
26480 evaluate_fabs(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
26557 evaluate_fadd(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
26673 evaluate_fall_equal16(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
26733 evaluate_fall_equal2(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
26793 evaluate_fall_equal3(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
26853 evaluate_fall_equal4(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
26913 evaluate_fall_equal5(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
26973 evaluate_fall_equal8(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
27033 evaluate_fany_nequal16(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
27093 evaluate_fany_nequal2(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
27153 evaluate_fany_nequal3(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
27213 evaluate_fany_nequal4(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
27273 evaluate_fany_nequal5(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
27333 evaluate_fany_nequal8(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
27393 evaluate_fceil(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
27470 evaluate_fclamp_pos_mali(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
27547 evaluate_fcos(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
27624 evaluate_fcos_r600(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
27649 evaluate_fcsel(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
27678 evaluate_fcsel_ge(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
27707 evaluate_fcsel_gt(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
27736 evaluate_fddx(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
27807 evaluate_fddx_coarse(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
27878 evaluate_fddx_fine(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
27949 evaluate_fddx_must_abs_mali(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
28020 evaluate_fddy(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
28091 evaluate_fddy_coarse(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
28162 evaluate_fddy_fine(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
28233 evaluate_fddy_must_abs_mali(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
28304 evaluate_fdiv(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
28387 evaluate_fdot16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
28569 evaluate_fdot16_replicated(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
28808 evaluate_fdot2(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
28990 evaluate_fdot2_replicated(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
29229 evaluate_fdot3(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
29411 evaluate_fdot3_replicated(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
29650 evaluate_fdot4(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
29832 evaluate_fdot4_replicated(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
30071 evaluate_fdot5(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
30253 evaluate_fdot5_replicated(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
30492 evaluate_fdot8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
30674 evaluate_fdot8_replicated(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
30913 evaluate_fdph(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
31095 evaluate_fdph_replicated(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
31334 evaluate_feq(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
31404 evaluate_feq16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
31474 evaluate_feq32(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
31544 evaluate_feq8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
31614 evaluate_fexp2(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
31691 evaluate_ffloor(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
31768 evaluate_ffma(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
31905 evaluate_ffract(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
31982 evaluate_fge(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
32052 evaluate_fge16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
32122 evaluate_fge32(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
32192 evaluate_fge8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
32262 evaluate_find_lsb(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
32410 evaluate_fisfinite(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
32474 evaluate_fisfinite32(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
32538 evaluate_fisnormal(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
32602 evaluate_flog2(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
32679 evaluate_flrp(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
32768 evaluate_flt(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
32838 evaluate_flt16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
32908 evaluate_flt32(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
32978 evaluate_flt8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
33048 evaluate_fmax(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
33131 evaluate_fmin(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
33214 evaluate_fmod(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
33297 evaluate_fmul(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
33413 evaluate_fneg(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
33490 evaluate_fneu(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
33560 evaluate_fneu16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
33630 evaluate_fneu32(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
33700 evaluate_fneu8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
33770 evaluate_fpow(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
33853 evaluate_fquantize2f16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
33921 evaluate_frcp(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
33998 evaluate_frem(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
34081 evaluate_frexp_exp(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
34151 evaluate_frexp_sig(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
34234 evaluate_fround_even(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
34311 evaluate_frsq(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
34391 evaluate_fsat(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
34471 evaluate_fsat_signed_mali(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
34548 evaluate_fsign(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
34625 evaluate_fsin(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
34702 evaluate_fsin_agx(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
34779 evaluate_fsin_r600(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
34804 evaluate_fsqrt(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
34881 evaluate_fsub(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
34997 evaluate_fsum2(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
35122 evaluate_fsum3(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
35247 evaluate_fsum4(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
35372 evaluate_ftrunc(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
35449 evaluate_i2b1(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
35547 evaluate_i2b16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
35645 evaluate_i2b32(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
35743 evaluate_i2b8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
35841 evaluate_i2f16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
35974 evaluate_i2f32(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
36087 evaluate_i2f64(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
36200 evaluate_i2fmp(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
36229 evaluate_i2i1(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
36332 evaluate_i2i16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
36430 evaluate_i2i32(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
36528 evaluate_i2i64(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
36626 evaluate_i2i8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
36724 evaluate_i2imp(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
36746 evaluate_i32csel_ge(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
36772 evaluate_i32csel_gt(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
36798 evaluate_iabs(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
36897 evaluate_iadd(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
37006 evaluate_iadd3(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
37125 evaluate_iadd_sat(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
37254 evaluate_iand(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
37363 evaluate_ibfe(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
37402 evaluate_ibitfield_extract(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
37440 evaluate_idiv(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
37549 evaluate_ieq(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
37657 evaluate_ieq16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
37765 evaluate_ieq32(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
37873 evaluate_ieq8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
37981 evaluate_ifind_msb(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
38017 evaluate_ifind_msb_rev(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
38195 evaluate_ige(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
38303 evaluate_ige16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
38411 evaluate_ige32(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
38519 evaluate_ige8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
38627 evaluate_ihadd(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
38736 evaluate_ilt(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
38844 evaluate_ilt16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
38952 evaluate_ilt32(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
39060 evaluate_ilt8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
39168 evaluate_imad24_ir3(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
39194 evaluate_imadsh_mix16(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
39224 evaluate_imax(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
39333 evaluate_imin(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
39442 evaluate_imod(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
39551 evaluate_imul(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
39685 evaluate_imul24(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
39709 evaluate_imul24_relaxed(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
39733 evaluate_imul_2x32_64(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
39757 evaluate_imul_32x16(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
39781 evaluate_imul_high(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
40030 evaluate_ine(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
40138 evaluate_ine16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
40246 evaluate_ine32(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
40354 evaluate_ine8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
40462 evaluate_ineg(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
40561 evaluate_inot(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
40660 evaluate_insert_u16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
40769 evaluate_insert_u8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
40878 evaluate_ior(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
40987 evaluate_irem(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
41096 evaluate_irhadd(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
41205 evaluate_ishl(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
41314 evaluate_ishr(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
41423 evaluate_isign(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
41522 evaluate_isub(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
41631 evaluate_isub_sat(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
41760 evaluate_ixor(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
41869 evaluate_ldexp(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
41973 evaluate_mov(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
42072 evaluate_pack_32_2x16(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
42110 evaluate_pack_32_2x16_split(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
42134 evaluate_pack_32_4x8(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
42172 evaluate_pack_32_4x8_split(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
42200 evaluate_pack_64_2x32(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
42238 evaluate_pack_64_2x32_split(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
42262 evaluate_pack_64_4x16(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
42300 evaluate_pack_double_2x32_dxil(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
42338 evaluate_pack_half_2x16(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
42379 evaluate_pack_half_2x16_split(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
42436 evaluate_pack_snorm_2x16(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
42477 evaluate_pack_snorm_4x8(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
42520 evaluate_pack_unorm_2x16(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
42561 evaluate_pack_unorm_4x8(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
42604 evaluate_pack_uvec2_to_uint(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
42644 evaluate_pack_uvec4_to_uint(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
42687 evaluate_sad_u8x4(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
43136 evaluate_sdot_2x16_iadd(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
43171 evaluate_sdot_2x16_iadd_sat(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
43208 evaluate_sdot_4x8_iadd(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
43247 evaluate_sdot_4x8_iadd_sat(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
43288 evaluate_seq(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
43371 evaluate_sge(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
43454 evaluate_slt(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
43537 evaluate_sne(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
43620 evaluate_sudot_4x8_iadd(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
43659 evaluate_sudot_4x8_iadd_sat(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
43700 evaluate_u2f16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
43833 evaluate_u2f32(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
43946 evaluate_u2f64(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
44059 evaluate_u2fmp(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
44088 evaluate_u2u1(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
44191 evaluate_u2u16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
44289 evaluate_u2u32(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
44387 evaluate_u2u64(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
44485 evaluate_u2u8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
44583 evaluate_uabs_isub(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
44707 evaluate_uabs_usub(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
44816 evaluate_uadd_carry(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
44925 evaluate_uadd_sat(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
45034 evaluate_ubfe(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
45073 evaluate_ubitfield_extract(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
45111 evaluate_uclz(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
45142 evaluate_udiv(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
45251 evaluate_udot_2x16_uadd(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
45286 evaluate_udot_2x16_uadd_sat(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
45323 evaluate_udot_4x8_uadd(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
45362 evaluate_udot_4x8_uadd_sat(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
45403 evaluate_ufind_msb(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
45551 evaluate_ufind_msb_rev(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
45699 evaluate_uge(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
45807 evaluate_uge16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
45915 evaluate_uge32(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
46023 evaluate_uge8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
46131 evaluate_uhadd(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
46240 evaluate_ult(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
46348 evaluate_ult16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
46456 evaluate_ult32(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
46564 evaluate_ult8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
46672 evaluate_umad24(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
46698 evaluate_umad24_relaxed(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
46724 evaluate_umax(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
46833 evaluate_umax_4x8_vc4(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
46864 evaluate_umin(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
46973 evaluate_umin_4x8_vc4(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
47004 evaluate_umod(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
47113 evaluate_umul24(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
47137 evaluate_umul24_relaxed(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
47161 evaluate_umul_2x32_64(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
47185 evaluate_umul_32x16(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
47209 evaluate_umul_high(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
47383 evaluate_umul_low(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
47412 evaluate_umul_unorm_4x8_vc4(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
47445 evaluate_unpack_32_2x16(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
47485 evaluate_unpack_32_2x16_split_x(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
47507 evaluate_unpack_32_2x16_split_y(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
47529 evaluate_unpack_32_4x8(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
47573 evaluate_unpack_64_2x32(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
47613 evaluate_unpack_64_2x32_split_x(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
47635 evaluate_unpack_64_2x32_split_y(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
47657 evaluate_unpack_64_4x16(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
47701 evaluate_unpack_double_2x32_dxil(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
47741 evaluate_unpack_half_2x16(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
47790 evaluate_unpack_half_2x16_flush_to_zero(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
47839 evaluate_unpack_half_2x16_split_x(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
47864 evaluate_unpack_half_2x16_split_x_flush_to_zero(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
47889 evaluate_unpack_half_2x16_split_y(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
47914 evaluate_unpack_half_2x16_split_y_flush_to_zero(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
47939 evaluate_unpack_snorm_2x16(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
47988 evaluate_unpack_snorm_4x8(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
48049 evaluate_unpack_unorm_2x16(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
48098 evaluate_unpack_unorm_4x8(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
48159 evaluate_urhadd(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
48268 evaluate_urol(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
48407 evaluate_uror(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
48546 evaluate_usadd_4x8_vc4(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
48577 evaluate_ushr(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
48686 evaluate_ussub_4x8_vc4(nir_const_value * _dst_val,UNUSED unsigned num_components,UNUSED unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
48720 evaluate_usub_borrow(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
48829 evaluate_usub_sat(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
48938 evaluate_vec16(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
50792 evaluate_vec2(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
51092 evaluate_vec3(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
51503 evaluate_vec4(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
52025 evaluate_vec5(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
52658 evaluate_vec8(nir_const_value * _dst_val,UNUSED unsigned num_components,unsigned bit_size,UNUSED nir_const_value ** _src,UNUSED unsigned execution_mode) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_glsl450.c241 unsigned execution_mode,
290 if (execution_mode & FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP16)
609 unsigned execution_mode = local in function:handle_glsl450_alu
612 nir_op op = vtn_nir_alu_op_for_spirv_glsl_opcode(b, entrypoint, execution_mode, &exact);
239 vtn_nir_alu_op_for_spirv_glsl_opcode(struct vtn_builder * b,enum GLSLstd450 opcode,unsigned execution_mode,bool * exact) argument
H A Dspirv_to_nir.c5100 unsigned execution_mode = 0; local in function:vtn_handle_execution_mode
5104 case 16: execution_mode = FLOAT_CONTROLS_DENORM_PRESERVE_FP16; break;
5105 case 32: execution_mode = FLOAT_CONTROLS_DENORM_PRESERVE_FP32; break;
5106 case 64: execution_mode = FLOAT_CONTROLS_DENORM_PRESERVE_FP64; break;
5112 case 16: execution_mode = FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP16; break;
5113 case 32: execution_mode = FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP32; break;
5114 case 64: execution_mode = FLOAT_CONTROLS_DENORM_FLUSH_TO_ZERO_FP64; break;
5120 case 16: execution_mode = FLOAT_CONTROLS_SIGNED_ZERO_INF_NAN_PRESERVE_FP16; break;
5121 case 32: execution_mode = FLOAT_CONTROLS_SIGNED_ZERO_INF_NAN_PRESERVE_FP32; break;
5122 case 64: execution_mode
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_visitor.cpp263 unsigned execution_mode = this->nir->info.float_controls_execution_mode; local in function:fs_visitor::emit_shader_float_controls_execution_mode
264 if (execution_mode == FLOAT_CONTROLS_DEFAULT_FLOAT_CONTROL_MODE)
268 unsigned mask, mode = brw_rnd_mode_from_nir(execution_mode, &mask);
H A Dbrw_fs_nir.cpp667 brw_rnd_mode_from_execution_mode(unsigned execution_mode) argument
669 if (nir_has_any_rounding_mode_rtne(execution_mode))
671 if (nir_has_any_rounding_mode_rtz(execution_mode))
961 unsigned execution_mode = local in function:fs_visitor::nir_emit_alu
1059 rnd = brw_rnd_mode_from_execution_mode(execution_mode);
1179 if (nir_has_any_rounding_mode_enabled(execution_mode)) {
1181 brw_rnd_mode_from_execution_mode(execution_mode);
1244 if (nir_has_any_rounding_mode_enabled(execution_mode)) {
1246 brw_rnd_mode_from_execution_mode(execution_mode);
1310 if (nir_has_any_rounding_mode_enabled(execution_mode)) {
[all...]
H A Dbrw_fs.cpp3635 unsigned execution_mode = this->nir->info.float_controls_execution_mode; local in function:fs_visitor::remove_extra_rounding_modes
3641 execution_mode)
3646 execution_mode)
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c266 unsigned execution_mode = ctx->s->info.float_controls_execution_mode; local in function:create_cov
268 nir_get_rounding_mode_from_float_controls(execution_mode,

Completed in 87 milliseconds