OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tex_int
(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
)
47
return
tex_int
? NV50_TIC_MAP_ONE_INT : NV50_TIC_MAP_ONE_FLOAT;
84
boolean
tex_int
;
local
107
tex_int
= util_format_is_pure_integer(view->pipe.format);
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
)
49
return
tex_int
? NV50_TIC_MAP_ONE_INT : NV50_TIC_MAP_ONE_FLOAT;
68
boolean
tex_int
;
local
90
tex_int
= util_format_is_pure_integer(view->pipe.format);
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 52 milliseconds