Searched refs:nv50_tic_swizzle (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_tex.c | 31 nv50_tic_swizzle(const struct nv50_format *fmt, unsigned swz, bool tex_int) in nv50_tic_swizzle() function 100 swz[0] = nv50_tic_swizzle(fmt, view->pipe.swizzle_r, tex_int); in nv50_create_texture_view() 101 swz[1] = nv50_tic_swizzle(fmt, view->pipe.swizzle_g, tex_int); in nv50_create_texture_view() 102 swz[2] = nv50_tic_swizzle(fmt, view->pipe.swizzle_b, tex_int); in nv50_create_texture_view() 103 swz[3] = nv50_tic_swizzle(fmt, view->pipe.swizzle_a, tex_int); in nv50_create_texture_view()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_tex.c | 36 nv50_tic_swizzle(const struct nvc0_format *fmt, unsigned swz, bool tex_int) in nv50_tic_swizzle() function 103 swz[0] = nv50_tic_swizzle(fmt, view->pipe.swizzle_r, tex_int); in gm107_create_texture_view() 104 swz[1] = nv50_tic_swizzle(fmt, view->pipe.swizzle_g, tex_int); in gm107_create_texture_view() 105 swz[2] = nv50_tic_swizzle(fmt, view->pipe.swizzle_b, tex_int); in gm107_create_texture_view() 106 swz[3] = nv50_tic_swizzle(fmt, view->pipe.swizzle_a, tex_int); in gm107_create_texture_view() 319 swz[0] = nv50_tic_swizzle(fmt, view->pipe.swizzle_r, tex_int); in gf100_create_texture_view() 320 swz[1] = nv50_tic_swizzle(fmt, view->pipe.swizzle_g, tex_int); in gf100_create_texture_view() 321 swz[2] = nv50_tic_swizzle(fmt, view->pipe.swizzle_b, tex_int); in gf100_create_texture_view() 322 swz[3] = nv50_tic_swizzle(fmt, view->pipe.swizzle_a, tex_int); in gf100_create_texture_view()
|