Home
last modified time | relevance | path

Searched refs:tex_int (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_tex.c31 nv50_tic_swizzle(const struct nv50_format *fmt, unsigned swz, bool tex_int) in nv50_tic_swizzle() argument
39 return tex_int ? G80_TIC_SOURCE_ONE_INT : G80_TIC_SOURCE_ONE_FLOAT; in nv50_tic_swizzle()
75 bool tex_int; in nv50_create_texture_view() local
98 tex_int = util_format_is_pure_integer(view->pipe.format); in nv50_create_texture_view()
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/
Dnvc0_tex.c36 nv50_tic_swizzle(const struct nvc0_format *fmt, unsigned swz, bool tex_int) in nv50_tic_swizzle() argument
44 return tex_int ? G80_TIC_SOURCE_ONE_INT : G80_TIC_SOURCE_ONE_FLOAT; in nv50_tic_swizzle()
80 bool tex_int; in gm107_create_texture_view() local
99 tex_int = util_format_is_pure_integer(view->pipe.format); in gm107_create_texture_view()
102 swz[0] = nv50_tic_swizzle(fmt, view->pipe.swizzle_r, tex_int); in gm107_create_texture_view()
103 swz[1] = nv50_tic_swizzle(fmt, view->pipe.swizzle_g, tex_int); in gm107_create_texture_view()
104 swz[2] = nv50_tic_swizzle(fmt, view->pipe.swizzle_b, tex_int); in gm107_create_texture_view()
105 swz[3] = nv50_tic_swizzle(fmt, view->pipe.swizzle_a, tex_int); in gm107_create_texture_view()
292 bool tex_int; in gf100_create_texture_view() local
314 tex_int = util_format_is_pure_integer(view->pipe.format); in gf100_create_texture_view()
[all …]