Home | History | Annotate | Download | only in nvc0

Lines Matching refs:nv50_tic_swizzle

36 nv50_tic_swizzle(const struct nvc0_format *fmt, unsigned swz, bool tex_int)
103 swz[0] = nv50_tic_swizzle(fmt, view->pipe.swizzle_r, tex_int);
104 swz[1] = nv50_tic_swizzle(fmt, view->pipe.swizzle_g, tex_int);
105 swz[2] = nv50_tic_swizzle(fmt, view->pipe.swizzle_b, tex_int);
106 swz[3] = nv50_tic_swizzle(fmt, view->pipe.swizzle_a, tex_int);
319 swz[0] = nv50_tic_swizzle(fmt, view->pipe.swizzle_r, tex_int);
320 swz[1] = nv50_tic_swizzle(fmt, view->pipe.swizzle_g, tex_int);
321 swz[2] = nv50_tic_swizzle(fmt, view->pipe.swizzle_b, tex_int);
322 swz[3] = nv50_tic_swizzle(fmt, view->pipe.swizzle_a, tex_int);