Home | History | Annotate | Download | only in nir

Lines Matching refs:NULL

31    return nir_build_alu(build, nir_op_b2f, src0, NULL, NULL, NULL);
36 return nir_build_alu(build, nir_op_b2i, src0, NULL, NULL, NULL);
41 return nir_build_alu(build, nir_op_ball_fequal2, src0, src1, NULL, NULL);
46 return nir_build_alu(build, nir_op_ball_fequal3, src0, src1, NULL, NULL);
51 return nir_build_alu(build, nir_op_ball_fequal4, src0, src1, NULL, NULL);
56 return nir_build_alu(build, nir_op_ball_iequal2, src0, src1, NULL, NULL);
61 return nir_build_alu(build, nir_op_ball_iequal3, src0, src1, NULL, NULL);
66 return nir_build_alu(build, nir_op_ball_iequal4, src0, src1, NULL, NULL);
71 return nir_build_alu(build, nir_op_bany_fnequal2, src0, src1, NULL, NULL);
76 return nir_build_alu(build, nir_op_bany_fnequal3, src0, src1, NULL, NULL);
81 return nir_build_alu(build, nir_op_bany_fnequal4, src0, src1, NULL, NULL);
86 return nir_build_alu(build, nir_op_bany_inequal2, src0, src1, NULL, NULL);
91 return nir_build_alu(build, nir_op_bany_inequal3, src0, src1, NULL, NULL);
96 return nir_build_alu(build, nir_op_bany_inequal4, src0, src1, NULL, NULL);
101 return nir_build_alu(build, nir_op_bcsel, src0, src1, src2, NULL);
106 return nir_build_alu(build, nir_op_bfi, src0, src1, src2, NULL);
111 return nir_build_alu(build, nir_op_bfm, src0, src1, NULL, NULL);
116 return nir_build_alu(build, nir_op_bit_count, src0, NULL, NULL, NULL);
126 return nir_build_alu(build, nir_op_bitfield_reverse, src0, NULL, NULL, NULL);
131 return nir_build_alu(build, nir_op_d2b, src0, NULL, NULL, NULL);
136 return nir_build_alu(build, nir_op_d2f, src0, NULL, NULL, NULL);
141 return nir_build_alu(build, nir_op_d2i, src0, NULL, NULL, NULL);
146 return nir_build_alu(build, nir_op_d2u, src0, NULL, NULL, NULL);
151 return nir_build_alu(build, nir_op_extract_i16, src0, src1, NULL, NULL);
156 return nir_build_alu(build, nir_op_extract_i8, src0, src1, NULL, NULL);
161 return nir_build_alu(build, nir_op_extract_u16, src0, src1, NULL, NULL);
166 return nir_build_alu(build, nir_op_extract_u8, src0, src1, NULL, NULL);
171 return nir_build_alu(build, nir_op_f2b, src0, NULL, NULL, NULL);
176 return nir_build_alu(build, nir_op_f2d, src0, NULL, NULL, NULL);
181 return nir_build_alu(build, nir_op_f2i, src0, NULL, NULL, NULL);
186 return nir_build_alu(build, nir_op_f2u, src0, NULL, NULL, NULL);
191 return nir_build_alu(build, nir_op_fabs, src0, NULL, NULL, NULL);
196 return nir_build_alu(build, nir_op_fadd, src0, src1, NULL, NULL);
201 return nir_build_alu(build, nir_op_fall_equal2, src0, src1, NULL, NULL);
206 return nir_build_alu(build, nir_op_fall_equal3, src0, src1, NULL, NULL);
211 return nir_build_alu(build, nir_op_fall_equal4, src0, src1, NULL, NULL);
216 return nir_build_alu(build, nir_op_fand, src0, src1, NULL, NULL);
221 return nir_build_alu(build, nir_op_fany_nequal2, src0, src1, NULL, NULL);
226 return nir_build_alu(build, nir_op_fany_nequal3, src0, src1, NULL, NULL);
231 return nir_build_alu(build, nir_op_fany_nequal4, src0, src1, NULL, NULL);
236 return nir_build_alu(build, nir_op_fceil, src0, NULL, NULL, NULL);
241 return nir_build_alu(build, nir_op_fcos, src0, NULL, NULL, NULL);
246 return nir_build_alu(build, nir_op_fcsel, src0, src1, src2, NULL);
251 return nir_build_alu(build, nir_op_fddx, src0, NULL, NULL, NULL);
256 return nir_build_alu(build, nir_op_fddx_coarse, src0, NULL, NULL, NULL);
261 return nir_build_alu(build, nir_op_fddx_fine, src0, NULL, NULL, NULL);
266 return nir_build_alu(build, nir_op_fddy, src0, NULL, NULL, NULL);
271 return nir_build_alu(build, nir_op_fddy_coarse, src0, NULL, NULL, NULL);
276 return nir_build_alu(build, nir_op_fddy_fine, src0, NULL, NULL, NULL);
281 return nir_build_alu(build, nir_op_fdiv, src0, src1, NULL, NULL);
286 return nir_build_alu(build, nir_op_fdot2, src0, src1, NULL, NULL);
291 return nir_build_alu(build, nir_op_fdot3, src0, src1, NULL, NULL);
296 return nir_build_alu(build, nir_op_fdot4, src0, src1, NULL, NULL);
301 return nir_build_alu(build, nir_op_fdot_replicated2, src0, src1, NULL, NULL);
306 return nir_build_alu(build, nir_op_fdot_replicated3, src0, src1, NULL, NULL);
311 return nir_build_alu(build, nir_op_fdot_replicated4, src0, src1, NULL, NULL);
316 return nir_build_alu(build, nir_op_fdph, src0, src1, NULL, NULL);
321 return nir_build_alu(build, nir_op_fdph_replicated, src0, src1, NULL, NULL);
326 return nir_build_alu(build, nir_op_feq, src0, src1, NULL, NULL);
331 return nir_build_alu(build, nir_op_fexp2, src0, NULL, NULL, NULL);
336 return nir_build_alu(build, nir_op_ffloor, src0, NULL, NULL, NULL);
341 return nir_build_alu(build, nir_op_ffma, src0, src1, src2, NULL);
346 return nir_build_alu(build, nir_op_ffract, src0, NULL, NULL, NULL);
351 return nir_build_alu(build, nir_op_fge, src0, src1, NULL, NULL);
356 return nir_build_alu(build, nir_op_find_lsb, src0, NULL, NULL, NULL);
361 return nir_build_alu(build, nir_op_flog2, src0, NULL, NULL, NULL);
366 return nir_build_alu(build, nir_op_flrp, src0, src1, src2, NULL);
371 return nir_build_alu(build, nir_op_flt, src0, src1, NULL, NULL);
376 return nir_build_alu(build, nir_op_fmax, src0, src1, NULL, NULL);
381 return nir_build_alu(build, nir_op_fmin, src0, src1, NULL, NULL);
386 return nir_build_alu(build, nir_op_fmod, src0, src1, NULL, NULL);
391 return nir_build_alu(build, nir_op_fmov, src0, NULL, NULL, NULL);
396 return nir_build_alu(build, nir_op_fmul, src0, src1, NULL, NULL);
401 return nir_build_alu(build, nir_op_fne, src0, src1, NULL, NULL);
406 return nir_build_alu(build, nir_op_fneg, src0, NULL, NULL, NULL);
411 return nir_build_alu(build, nir_op_fnoise1_1, src0, NULL, NULL, NULL);
416 return nir_build_alu(build, nir_op_fnoise1_2, src0, NULL, NULL, NULL);
421 return nir_build_alu(build, nir_op_fnoise1_3, src0, NULL, NULL, NULL);
426 return nir_build_alu(build, nir_op_fnoise1_4, src0, NULL, NULL, NULL);
431 return nir_build_alu(build, nir_op_fnoise2_1, src0, NULL, NULL, NULL);
436 return nir_build_alu(build, nir_op_fnoise2_2, src0, NULL, NULL, NULL);
441 return nir_build_alu(build, nir_op_fnoise2_3, src0, NULL, NULL, NULL);
446 return nir_build_alu(build, nir_op_fnoise2_4, src0, NULL, NULL, NULL);
451 return nir_build_alu(build, nir_op_fnoise3_1, src0, NULL, NULL, NULL);
456 return nir_build_alu(build, nir_op_fnoise3_2, src0, NULL, NULL, NULL);
461 return nir_build_alu(build, nir_op_fnoise3_3, src0, NULL, NULL, NULL);
466 return nir_build_alu(build, nir_op_fnoise3_4, src0, NULL, NULL, NULL);
471 return nir_build_alu(build, nir_op_fnoise4_1, src0, NULL, NULL, NULL);
476 return nir_build_alu(build, nir_op_fnoise4_2, src0, NULL, NULL, NULL);
481 return nir_build_alu(build, nir_op_fnoise4_3, src0, NULL, NULL, NULL);
486 return nir_build_alu(build, nir_op_fnoise4_4, src0, NULL, NULL, NULL);
491 return nir_build_alu(build, nir_op_fnot, src0, NULL, NULL, NULL);
496 return nir_build_alu(build, nir_op_for, src0, src1, NULL, NULL);
501 return nir_build_alu(build, nir_op_fpow, src0, src1, NULL, NULL);
506 return nir_build_alu(build, nir_op_fquantize2f16, src0, NULL, NULL, NULL);
511 return nir_build_alu(build, nir_op_frcp, src0, NULL, NULL, NULL);
516 return nir_build_alu(build, nir_op_frem, src0, src1, NULL, NULL);
521 return nir_build_alu(build, nir_op_fround_even, src0, NULL, NULL, NULL);
526 return nir_build_alu(build, nir_op_frsq, src0, NULL, NULL, NULL);
531 return nir_build_alu(build, nir_op_fsat, src0, NULL, NULL, NULL);
536 return nir_build_alu(build, nir_op_fsign, src0, NULL, NULL, NULL);
541 return nir_build_alu(build, nir_op_fsin, src0, NULL, NULL, NULL);
546 return nir_build_alu(build, nir_op_fsqrt, src0, NULL, NULL, NULL);
551 return nir_build_alu(build, nir_op_fsub, src0, src1, NULL, NULL);
556 return nir_build_alu(build, nir_op_ftrunc, src0, NULL, NULL, NULL);
561 return nir_build_alu(build, nir_op_fxor, src0, src1, NULL, NULL);
566 return nir_build_alu(build, nir_op_i2b, src0, NULL, NULL, NULL);
571 return nir_build_alu(build, nir_op_i2d, src0, NULL, NULL, NULL);
576 return nir_build_alu(build, nir_op_i2f, src0, NULL, NULL, NULL);
581 return nir_build_alu(build, nir_op_iabs, src0, NULL, NULL, NULL);
586 return nir_build_alu(build, nir_op_iadd, src0, src1, NULL, NULL);
591 return nir_build_alu(build, nir_op_iand, src0, src1, NULL, NULL);
596 return nir_build_alu(build, nir_op_ibfe, src0, src1, src2, NULL);
601 return nir_build_alu(build, nir_op_ibitfield_extract, src0, src1, src2, NULL);
606 return nir_build_alu(build, nir_op_idiv, src0, src1, NULL, NULL);
611 return nir_build_alu(build, nir_op_ieq, src0, src1, NULL, NULL);
616 return nir_build_alu(build, nir_op_ifind_msb, src0, NULL, NULL, NULL);
621 return nir_build_alu(build, nir_op_ige, src0, src1, NULL, NULL);
626 return nir_build_alu(build, nir_op_ilt, src0, src1, NULL, NULL);
631 return nir_build_alu(build, nir_op_imax, src0, src1, NULL, NULL);
636 return nir_build_alu(build, nir_op_imin, src0, src1, NULL, NULL);
641 return nir_build_alu(build, nir_op_imod, src0, src1, NULL, NULL);
646 return nir_build_alu(build, nir_op_imov, src0, NULL, NULL, NULL);
651 return nir_build_alu(build, nir_op_imul, src0, src1, NULL, NULL);
656 return nir_build_alu(build, nir_op_imul_high, src0, src1, NULL, NULL);
661 return nir_build_alu(build, nir_op_ine, src0, src1, NULL, NULL);
666 return nir_build_alu(build, nir_op_ineg, src0, NULL, NULL, NULL);
671 return nir_build_alu(build, nir_op_inot, src0, NULL, NULL, NULL);
676 return nir_build_alu(build, nir_op_ior, src0, src1, NULL, NULL);
681 return nir_build_alu(build, nir_op_irem, src0, src1, NULL, NULL);
686 return nir_build_alu(build, nir_op_ishl, src0, src1, NULL, NULL);
691 return nir_build_alu(build, nir_op_ishr, src0, src1, NULL, NULL);
696 return nir_build_alu(build, nir_op_isign, src0, NULL, NULL, NULL);
701 return nir_build_alu(build, nir_op_isub, src0, src1, NULL, NULL);
706 return nir_build_alu(build, nir_op_ixor, src0, src1, NULL, NULL);
711 return nir_build_alu(build, nir_op_ldexp, src0, src1, NULL, NULL);
716 return nir_build_alu(build, nir_op_pack_double_2x32, src0, NULL, NULL, NULL);
721 return nir_build_alu(build, nir_op_pack_double_2x32_split, src0, src1, NULL, NULL);
726 return nir_build_alu(build, nir_op_pack_half_2x16, src0, NULL, NULL, NULL);
731 return nir_build_alu(build, nir_op_pack_half_2x16_split, src0, src1, NULL, NULL);
736 return nir_build_alu(build, nir_op_pack_snorm_2x16, src0, NULL, NULL, NULL);
741 return nir_build_alu(build, nir_op_pack_snorm_4x8, src0, NULL, NULL, NULL);
746 return nir_build_alu(build, nir_op_pack_unorm_2x16, src0, NULL, NULL, NULL);
751 return nir_build_alu(build, nir_op_pack_unorm_4x8, src0, NULL, NULL, NULL);
756 return nir_build_alu(build, nir_op_pack_uvec2_to_uint, src0, NULL, NULL, NULL);
761 return nir_build_alu(build, nir_op_pack_uvec4_to_uint, src0, NULL, NULL, NULL);
766 return nir_build_alu(build, nir_op_seq, src0, src1, NULL, NULL);
771 return nir_build_alu(build, nir_op_sge, src0, src1, NULL, NULL);
776 return nir_build_alu(build, nir_op_slt, src0, src1, NULL, NULL);
781 return nir_build_alu(build, nir_op_sne, src0, src1, NULL, NULL);
786 return nir_build_alu(build, nir_op_u2d, src0, NULL, NULL, NULL);
791 return nir_build_alu(build, nir_op_u2f, src0, NULL, NULL, NULL);
796 return nir_build_alu(build, nir_op_uadd_carry, src0, src1, NULL, NULL);
801 return nir_build_alu(build, nir_op_ubfe, src0, src1, src2, NULL);
806 return nir_build_alu(build, nir_op_ubitfield_extract, src0, src1, src2, NULL);
811 return nir_build_alu(build, nir_op_udiv, src0, src1, NULL, NULL);
816 return nir_build_alu(build, nir_op_ufind_msb, src0, NULL, NULL, NULL);
821 return nir_build_alu(build, nir_op_uge, src0, src1, NULL, NULL);
826 return nir_build_alu(build, nir_op_ult, src0, src1, NULL, NULL);
831 return nir_build_alu(build, nir_op_umax, src0, src1, NULL, NULL);
836 return nir_build_alu(build, nir_op_umax_4x8, src0, src1, NULL, NULL);
841 return nir_build_alu(build, nir_op_umin, src0, src1, NULL, NULL);
846 return nir_build_alu(build, nir_op_umin_4x8, src0, src1, NULL, NULL);
851 return nir_build_alu(build, nir_op_umod, src0, src1, NULL, NULL);
856 return nir_build_alu(build, nir_op_umul_high, src0, src1, NULL, NULL);
861 return nir_build_alu(build, nir_op_umul_unorm_4x8, src0, src1, NULL, NULL);
866 return nir_build_alu(build, nir_op_unpack_double_2x32, src0, NULL, NULL, NULL);
871 return nir_build_alu(build, nir_op_unpack_double_2x32_split_x, src0, NULL, NULL, NULL);
876 return nir_build_alu(build, nir_op_unpack_double_2x32_split_y, src0, NULL, NULL, NULL);
881 return nir_build_alu(build, nir_op_unpack_half_2x16, src0, NULL, NULL, NULL);
886 return nir_build_alu(build, nir_op_unpack_half_2x16_split_x, src0, NULL, NULL, NULL);
891 return nir_build_alu(build, nir_op_unpack_half_2x16_split_y, src0, NULL, NULL, NULL);
896 return nir_build_alu(build, nir_op_unpack_snorm_2x16, src0, NULL, NULL, NULL);
901 return nir_build_alu(build, nir_op_unpack_snorm_4x8, src0, NULL, NULL, NULL);
906 return nir_build_alu(build, nir_op_unpack_unorm_2x16, src0, NULL, NULL, NULL);
911 return nir_build_alu(build, nir_op_unpack_unorm_4x8, src0, NULL, NULL, NULL);
916 return nir_build_alu(build, nir_op_usadd_4x8, src0, src1, NULL, NULL);
921 return nir_build_alu(build, nir_op_ushr, src0, src1, NULL, NULL);
926 return nir_build_alu(build, nir_op_ussub_4x8, src0, src1, NULL, NULL);
931 return nir_build_alu(build, nir_op_usub_borrow, src0, src1, NULL, NULL);
936 return nir_build_alu(build, nir_op_vec2, src0, src1, NULL, NULL);
941 return nir_build_alu(build, nir_op_vec3, src0, src1, src2, NULL);