OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nv50_tic_swizzle
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/nv50/
nv50_tex.c
35
nv50_tic_swizzle
(uint32_t tc, unsigned swz, boolean tex_int)
function
109
swz[0] =
nv50_tic_swizzle
(tic[0], view->pipe.swizzle_r, tex_int);
110
swz[1] =
nv50_tic_swizzle
(tic[0], view->pipe.swizzle_g, tex_int);
111
swz[2] =
nv50_tic_swizzle
(tic[0], view->pipe.swizzle_b, tex_int);
112
swz[3] =
nv50_tic_swizzle
(tic[0], view->pipe.swizzle_a, tex_int);
/external/mesa3d/src/gallium/drivers/nvc0/
nvc0_tex.c
37
nv50_tic_swizzle
(uint32_t tc, unsigned swz, boolean tex_int)
function
92
swz[0] =
nv50_tic_swizzle
(tic[0], view->pipe.swizzle_r, tex_int);
93
swz[1] =
nv50_tic_swizzle
(tic[0], view->pipe.swizzle_g, tex_int);
94
swz[2] =
nv50_tic_swizzle
(tic[0], view->pipe.swizzle_b, tex_int);
95
swz[3] =
nv50_tic_swizzle
(tic[0], view->pipe.swizzle_a, tex_int);
Completed in 267 milliseconds