Lines Matching refs:ncomp
893 unsigned ncomp = intr->num_components;
897 ldc->dsts[0]->wrmask = MASK(ncomp);
898 ldc->cat6.iim_val = ncomp;
907 ir3_split_dest(b, dst, ldc, 0, ncomp);
1108 unsigned base, wrmask, ncomp;
1115 ncomp = ffs(~wrmask) - 1;
1119 stl = ir3_STL(b, offset, 0, ir3_create_collect(b, value, ncomp), 0,
1120 create_immed(b, ncomp), 0);
1316 unsigned wrmask, ncomp;
1324 ncomp = ffs(~wrmask) - 1;
1328 stp = ir3_STP(b, offset, 0, ir3_create_collect(b, value, ncomp), 0,
1329 create_immed(b, ncomp), 0);
2922 unsigned i, coords, flags, ncomp;
2927 ncomp = nir_dest_num_components(tex->dest);
2932 dst = ir3_get_dst(ctx, &tex->dest, ncomp);
3201 sam = ir3_SAM(ctx->in_block, opc, type, MASK(ncomp), 0, NULL,
3212 sam = emit_sam(ctx, opc, info, type, MASK(ncomp), col0, col1);
3276 ir3_split_dest(b, dst, sam, 0, ncomp);
3923 unsigned ncomp = nir_intrinsic_dest_components(intr);
3933 compmask = BITFIELD_MASK(ncomp) << frac;
3935 compmask = BITFIELD_MASK(ncomp + frac);
3954 for (int i = 0; i < ncomp; i++) {
3979 for (int i = 0; i < ncomp + frac; i++) {
3992 for (int i = 0; i < ncomp; i++) {
4123 unsigned ncomp = nir_intrinsic_src_components(intr, 0);
4205 for (int i = 0; i < ncomp; i++) {
4227 for (int i = 0; i < ncomp; i++) {
4728 unsigned ncomp = 0;
4737 ncomp++;
4745 if (!ncomp)
4749 ir3_create_collect(b, &ctx->outputs[i], ncomp);