HomeSort by relevance Sort by last modified time
    Searched refs:nv50_tic_swizzle (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_tex.c 31 nv50_tic_swizzle(const struct nv50_format *fmt, unsigned swz, bool tex_int) function
100 swz[0] = nv50_tic_swizzle(fmt, view->pipe.swizzle_r, tex_int);
101 swz[1] = nv50_tic_swizzle(fmt, view->pipe.swizzle_g, tex_int);
102 swz[2] = nv50_tic_swizzle(fmt, view->pipe.swizzle_b, tex_int);
103 swz[3] = nv50_tic_swizzle(fmt, view->pipe.swizzle_a, tex_int);
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_tex.c 36 nv50_tic_swizzle(const struct nvc0_format *fmt, unsigned swz, bool tex_int) function
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);
    [all...]

Completed in 84 milliseconds