Home | History | Annotate | Download | only in nir

Lines Matching refs:bit_size

254 evaluate_b2f(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
259 switch (bit_size) {
296 evaluate_b2i(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
301 switch (bit_size) {
338 evaluate_ball_fequal2(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
343 switch (bit_size) {
404 evaluate_ball_fequal3(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
409 switch (bit_size) {
470 evaluate_ball_fequal4(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
475 switch (bit_size) {
536 evaluate_ball_iequal2(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
541 switch (bit_size) {
602 evaluate_ball_iequal3(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
607 switch (bit_size) {
668 evaluate_ball_iequal4(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
673 switch (bit_size) {
734 evaluate_bany_fnequal2(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
739 switch (bit_size) {
800 evaluate_bany_fnequal3(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
805 switch (bit_size) {
866 evaluate_bany_fnequal4(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
871 switch (bit_size) {
932 evaluate_bany_inequal2(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
937 switch (bit_size) {
998 evaluate_bany_inequal3(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
1003 switch (bit_size) {
1064 evaluate_bany_inequal4(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
1069 switch (bit_size) {
1130 evaluate_bcsel(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
1135 switch (bit_size) {
1180 evaluate_bfi(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
1185 switch (bit_size) {
1260 evaluate_bfm(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
1265 switch (bit_size) {
1324 evaluate_bit_count(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
1329 switch (bit_size) {
1384 evaluate_bitfield_insert(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
1389 switch (bit_size) {
1466 evaluate_bitfield_reverse(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
1471 bit_size) {
1524 evaluate_d2b(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
1529 switch (bit_size) {
1568 evaluate_d2f(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
1573 switch (bit_size) {
1612 evaluate_d2i(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
1617 switch (bit_size) {
1656 evaluate_d2u(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
1661 switch (bit_size) {
1700 evaluate_extract_i16(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
1705 switch (bit_size) {
1748 evaluate_extract_i8(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
1753 switch (bit_size) {
1796 evaluate_extract_u16(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
1801 switch (bit_size) {
1844 evaluate_extract_u8(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
1849 switch (bit_size) {
1892 evaluate_f2b(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
1897 switch (bit_size) {
1936 evaluate_f2d(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
1941 switch (bit_size) {
1980 evaluate_f2i(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
1985 switch (bit_size) {
2024 evaluate_f2u(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
2029 switch (bit_size) {
2068 evaluate_fabs(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
2073 switch (bit_size) {
2082 float32_t dst = bit_size == 64 ? fabs(src0) : fabsf(src0);
2097 float64_t dst = bit_size == 64 ? fabs(src0) : fabsf(src0);
2112 evaluate_fadd(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
2117 switch (bit_size) {
2160 evaluate_fall_equal2(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
2165 switch (bit_size) {
2226 evaluate_fall_equal3(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
2231 switch (bit_size) {
2292 evaluate_fall_equal4(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
2297 switch (bit_size) {
2358 evaluate_fand(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
2363 switch (bit_size) {
2406 evaluate_fany_nequal2(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
2411 switch (bit_size) {
2472 evaluate_fany_nequal3(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
2477 switch (bit_size) {
2538 evaluate_fany_nequal4(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
2543 switch (bit_size) {
2604 evaluate_fceil(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
2609 switch (bit_size) {
2618 float32_t dst = bit_size == 64 ? ceil(src0) : ceilf(src0);
2633 float64_t dst = bit_size == 64 ? ceil(src0) : ceilf(src0);
2648 evaluate_fcos(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
2653 switch (bit_size) {
2662 float32_t dst = bit_size == 64 ? cos(src0) : cosf(src0);
2677 float64_t dst = bit_size == 64 ? cos(src0) : cosf(src0);
2692 evaluate_fcsel(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
2697 switch (bit_size) {
2744 evaluate_fddx(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
2749 switch (bit_size) {
2784 evaluate_fddx_coarse(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
2789 switch (bit_size) {
2824 evaluate_fddx_fine(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
2829 switch (bit_size) {
2864 evaluate_fddy(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
2869 switch (bit_size) {
2904 evaluate_fddy_coarse(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
2909 switch (bit_size) {
2944 evaluate_fddy_fine(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
2949 switch (bit_size) {
2984 evaluate_fdiv(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
2989 switch (bit_size) {
3032 bit_size,
3037 switch (bit_size) {
3098 evaluate_fdot3(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
3103 switch (bit_size) {
3164 evaluate_fdot4(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
3169 switch (bit_size) {
3230 evaluate_fdot_replicated2(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
3235 switch (bit_size) {
3302 evaluate_fdot_replicated3(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
3307 switch (bit_size) {
3374 evaluate_fdot_replicated4(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
3379 switch (bit_size) {
3446 evaluate_fdph(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
3451 switch (bit_size) {
3512 evaluate_fdph_replicated(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
3517 switch (bit_size) {
3584 evaluate_feq(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
3589 switch (bit_size) {
3632 evaluate_fexp2(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
3637 switch (bit_size) {
3676 evaluate_ffloor(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
3681 switch (bit_size) {
3690 float32_t dst = bit_size == 64 ? floor(src0) : floorf(src0);
3705 float64_t dst = bit_size == 64 ? floor(src0) : floorf(src0);
3720 evaluate_ffma(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
3725 switch (bit_size) {
3772 bit_size,
3777 switch (bit_size) {
3786 float32_t dst = src0 - (bit_size == 64 ? floor(src0) : floorf(src0));
3801 float64_t dst = src0 - (bit_size == 64 ? floor(src0) : floorf(src0));
3816 evaluate_fge(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
3821 switch (bit_size) {
3864 evaluate_find_lsb(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
3869 switch (bit_size) {
3928 evaluate_flog2(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
3933 switch (bit_size) {
3972 evaluate_flrp(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
3977 switch (bit_size) {
4024 evaluate_flt(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
4029 switch (bit_size) {
4072 evaluate_fmax(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
4077 switch (bit_size) {
4120 evaluate_fmin(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
4125 switch (bit_size) {
4168 evaluate_fmod(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
4173 switch (bit_size) {
4216 evaluate_fmov(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
4221 switch (bit_size) {
4260 evaluate_fmul(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
4265 switch (bit_size) {
4308 evaluate_fne(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
4313 switch (bit_size) {
4356 evaluate_fneg(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
4361 switch (bit_size) {
4400 evaluate_fnoise1_1(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
4405 switch (bit_size) {
4438 evaluate_fnoise1_2(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
4443 switch (bit_size) {
4476 evaluate_fnoise1_3(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
4481 switch (bit_size) {
4514 evaluate_fnoise1_4(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
4519 switch (bit_size) {
4552 evaluate_fnoise2_1(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
4557 switch (bit_size) {
4592 evaluate_fnoise2_2(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
4597 switch (bit_size) {
4632 evaluate_fnoise2_3(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
4637 switch (bit_size) {
4672 evaluate_fnoise2_4(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
4677 switch (bit_size) {
4712 evaluate_fnoise3_1(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
4717 switch (bit_size) {
4754 evaluate_fnoise3_2(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
4759 switch (bit_size) {
4796 evaluate_fnoise3_3(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
4801 switch (bit_size) {
4838 evaluate_fnoise3_4(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
4843 switch (bit_size) {
4880 evaluate_fnoise4_1(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
4885 switch (bit_size) {
4924 evaluate_fnoise4_2(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
4929 switch (bit_size) {
4968 evaluate_fnoise4_3(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
4973 switch (bit_size) {
5012 evaluate_fnoise4_4(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
5017 switch (bit_size) {
5056 evaluate_fnot(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
5061 switch (bit_size) {
5070 float32_t dst = bit_size == 64 ? ((src0 == 0.0) ? 1.0 : 0.0f) : ((src0 == 0.0f) ? 1.0f : 0.0f);
5085 float64_t dst = bit_size == 64 ? ((src0 == 0.0) ? 1.0 : 0.0f) : ((src0 == 0.0f) ? 1.0f : 0.0f);
5100 evaluate_for(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
5105 switch (bit_size) {
5148 evaluate_fpow(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
5153 switch (bit_size) {
5164 float32_t dst = bit_size == 64 ? powf(src0, src1) : pow(src0, src1);
5181 float64_t dst = bit_size == 64 ? powf(src0, src1) : pow(src0, src1);
5196 evaluate_fquantize2f16(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
5201 switch (bit_size) {
5240 evaluate_frcp(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
5245 switch (bit_size) {
5254 float32_t dst = bit_size == 64 ? 1.0 / src0 : 1.0f / src0;
5269 float64_t dst = bit_size == 64 ? 1.0 / src0 : 1.0f / src0;
5284 evaluate_frem(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
5289 switch (bit_size) {
5332 evaluate_fround_even(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
5337 switch (bit_size) {
5346 float32_t dst = bit_size
5361 float64_t dst = bit_size == 64 ? _mesa_roundeven(src0) : _mesa_roundevenf(src0);
5376 evaluate_frsq(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
5381 switch (bit_size) {
5390 float32_t dst = bit_size == 64 ? 1.0 / sqrt(src0) : 1.0f / sqrtf(src0);
5405 float64_t dst = bit_size == 64 ? 1.0 / sqrt(src0) : 1.0f / sqrtf(src0);
5420 evaluate_fsat(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
5425 switch (bit_size) {
5434 float32_t dst = bit_size == 64 ? ((src0 > 1.0) ? 1.0 : ((src0 <= 0.0) ? 0.0 : src0)) : ((src0 > 1.0f) ? 1.0f : ((src0 <= 0.0f) ? 0.0f : src0));
5449 float64_t dst = bit_size == 64 ? ((src0 > 1.0) ? 1.0 : ((src0 <= 0.0) ? 0.0 : src0)) : ((src0 > 1.0f) ? 1.0f : ((src0 <= 0.0f) ? 0.0f : src0));
5464 evaluate_fsign(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
5469 switch (bit_size) {
5478 float32_t dst = bit_size == 64 ? ((src0 == 0.0) ? 0.0 : ((src0 > 0.0) ? 1.0 : -1.0)) : ((src0 == 0.0f) ? 0.0f : ((src0 > 0.0f) ? 1.0f : -1.0f));
5493 float64_t dst = bit_size == 64 ? ((src0 == 0.0) ? 0.0 : ((src0 > 0.0) ? 1.0 : -1.0)) : ((src0 == 0.0f) ? 0.0f : ((src0 > 0.0f) ? 1.0f : -1.0f));
5508 evaluate_fsin(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
5513 switch (bit_size) {
5522 float32_t dst = bit_size == 64 ? sin(src0) : sinf(src0);
5537 float64_t dst = bit_size == 64 ? sin(src0) : sinf(src0);
5552 evaluate_fsqrt(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
5557 switch (bit_size) {
5566 float32_t dst = bit_size == 64 ? sqrt(src0) : sqrtf(src0);
5581 float64_t dst = bit_size == 64 ? sqrt(src0) : sqrtf(src0);
5596 evaluate_fsub(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
5601 switch (bit_size) {
5644 evaluate_ftrunc(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
5649 switch (bit_size) {
5658 float32_t dst = bit_size == 64 ? trunc(src0) : truncf(src0);
5673 float64_t dst = bit_size == 64 ? trunc(src0) : truncf(src0);
5688 evaluate_fxor(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
5693 switch (bit_size) {
5736 evaluate_i2b(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
5741 switch (bit_size) {
5780 evaluate_i2d(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
5785 switch (bit_size) {
5824 evaluate_i2f(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
5829 switch (bit_size) {
5868 evaluate_iabs(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
5873 switch (bit_size) {
5912 evaluate_iadd(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
5917 switch (bit_size) {
5960 evaluate_iand(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
5965 switch (bit_size) {
6008 evaluate_ibfe(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
6013 switch (bit_size) {
6088 evaluate_ibitfield_extract(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
6093 switch (bit_size) {
6164 evaluate_idiv(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
6169 switch (bit_size) {
6212 evaluate_ieq(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
6217 switch (bit_size) {
6260 evaluate_ifind_msb(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
6265 switch (bit_size) {
6332 evaluate_ige(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
6337 switch (bit_size) {
6380 evaluate_ilt(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
6385 switch (bit_size) {
6428 evaluate_imax(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
6433 switch (bit_size) {
6476 evaluate_imin(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
6481 switch (bit_size) {
6524 evaluate_imod(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
6529 switch (bit_size) {
6572 evaluate_imov(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
6577 switch (bit_size) {
6616 evaluate_imul(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
6621 switch (bit_size) {
6664 evaluate_imul_high(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
6669 switch (bit_size) {
6712 evaluate_ine(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
6717 switch (bit_size) {
6760 evaluate_ineg(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
6765 switch (bit_size) {
6804 evaluate_inot(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
6809 switch (bit_size) {
6848 evaluate_ior(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
6853 switch (bit_size) {
6896 evaluate_irem(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
6901 switch (bit_size) {
6944 evaluate_ishl(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
6949 switch (bit_size) {
6992 evaluate_ishr(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
6997 switch (bit_size) {
7040 evaluate_isign(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
7045 switch (bit_size) {
7084 evaluate_isub(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
7089 switch (bit_size) {
7132 evaluate_ixor(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
7137 switch (bit_size) {
7180 evaluate_ldexp(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
7185 switch (bit_size) {
7199 dst = (bit_size == 64) ? ldexp(src0, src1) : ldexpf(src0, src1);
7223 dst = (bit_size == 64) ? ldexp(src0, src1) : ldexpf(src0, src1);
7242 evaluate_pack_double_2x32(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
7247 switch (bit_size) {
7294 evaluate_pack_double_2x32_split(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
7299 switch (bit_size) {
7342 evaluate_pack_half_2x16(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
7347 switch (bit_size) {
7400 evaluate_pack_half_2x16_split(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
7405 switch (bit_size) {
7466 evaluate_pack_snorm_2x16(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
7471 switch (bit_size) {
7524 evaluate_pack_snorm_4x8(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
7529 switch (bit_size) {
7586 evaluate_pack_unorm_2x16(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
7591 switch (bit_size) {
7644 evaluate_pack_unorm_4x8(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
7649 switch (bit_size) {
7706 evaluate_pack_uvec2_to_uint(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
7711 switch (bit_size) {
7762 evaluate_pack_uvec4_to_uint(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
7767 switch (bit_size) {
7824 evaluate_seq(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
7829 switch (bit_size) {
7872 evaluate_sge(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
7877 switch (bit_size) {
7920 evaluate_slt(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
7925 switch (bit_size) {
7968 evaluate_sne(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
7973 switch (bit_size) {
8016 evaluate_u2d(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
8021 switch (bit_size) {
8060 evaluate_u2f(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
8065 switch (bit_size) {
8104 evaluate_uadd_carry(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
8109 switch (bit_size) {
8152 evaluate_ubfe(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
8157 switch (bit_size) {
8232 evaluate_ubitfield_extract(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
8237 switch (bit_size) {
8308 evaluate_udiv(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
8313 switch (bit_size) {
8356 evaluate_ufind_msb(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
8361 switch (bit_size) {
8420 evaluate_uge(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
8425 switch (bit_size) {
8468 evaluate_ult(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
8473 switch (bit_size) {
8516 evaluate_umax(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
8521 switch (bit_size) {
8564 evaluate_umax_4x8(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
8569 switch (bit_size) {
8626 evaluate_umin(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
8631 switch (bit_size) {
8674 evaluate_umin_4x8(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
8679 switch (bit_size) {
8736 evaluate_umod(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
8741 switch (bit_size) {
8784 evaluate_umul_high(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
8789 switch (bit_size) {
8832 evaluate_umul_unorm_4x8(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
8837 switch (bit_size) {
8898 evaluate_unpack_double_2x32(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
8903 switch (bit_size) {
8952 evaluate_unpack_double_2x32_split_x(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
8957 switch (bit_size) {
8996 evaluate_unpack_double_2x32_split_y(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
9001 switch (bit_size) {
9040 evaluate_unpack_half_2x16(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
9045 switch (bit_size) {
9100 evaluate_unpack_half_2x16_split_x(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
9105 switch (bit_size) {
9152 evaluate_unpack_half_2x16_split_y(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
9157 switch (bit_size) {
9204 evaluate_unpack_snorm_2x16(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
9209 switch (bit_size) {
9264 evaluate_unpack_snorm_4x8(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
9269 switch (bit_size) {
9332 evaluate_unpack_unorm_2x16(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
9337 switch (bit_size) {
9392 evaluate_unpack_unorm_4x8(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
9397 switch (bit_size) {
9460 evaluate_usadd_4x8(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
9465 switch (bit_size) {
9522 evaluate_ushr(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
9527 switch (bit_size) {
9570 evaluate_ussub_4x8(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
9575 switch (bit_size) {
9638 evaluate_usub_borrow(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
9643 switch (bit_size) {
9686 evaluate_vec2(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
9691 switch (bit_size) {
9760 evaluate_vec3(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
9765 switch (bit_size) {
9852 evaluate_vec4(MAYBE_UNUSED unsigned num_components, unsigned bit_size,
9857 switch (bit_size) {