Searched refs:tex_int (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_tex.c31 nv50_tic_swizzle(const struct nv50_format *fmt, unsigned swz, bool tex_int) argument
39 return tex_int ? G80_TIC_SOURCE_ONE_INT : G80_TIC_SOURCE_ONE_FLOAT;
75 bool tex_int; local in function:nv50_create_texture_view
98 tex_int = util_format_is_pure_integer(view->pipe.format);
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);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_tex.c31 nv50_tic_swizzle(const struct nv50_format *fmt, unsigned swz, bool tex_int) argument
39 return tex_int ? G80_TIC_SOURCE_ONE_INT : G80_TIC_SOURCE_ONE_FLOAT;
74 bool tex_int; local in function:nv50_create_texture_view
97 tex_int = util_format_is_pure_integer(view->pipe.format);
99 swz[0] = nv50_tic_swizzle(fmt, view->pipe.swizzle_r, tex_int);
100 swz[1] = nv50_tic_swizzle(fmt, view->pipe.swizzle_g, tex_int);
101 swz[2] = nv50_tic_swizzle(fmt, view->pipe.swizzle_b, tex_int);
102 swz[3] = nv50_tic_swizzle(fmt, view->pipe.swizzle_a, tex_int);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_tex.c36 nv50_tic_swizzle(const struct nvc0_format *fmt, unsigned swz, bool tex_int) argument
44 return tex_int ? G80_TIC_SOURCE_ONE_INT : G80_TIC_SOURCE_ONE_FLOAT;
80 bool tex_int; local in function:gm107_create_texture_view
100 tex_int = util_format_is_pure_integer(view->pipe.format);
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);
293 bool tex_int; local in function:gf100_create_texture_view
316 tex_int
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_tex.c36 nv50_tic_swizzle(const struct nvc0_format *fmt, unsigned swz, bool tex_int) argument
44 return tex_int ? G80_TIC_SOURCE_ONE_INT : G80_TIC_SOURCE_ONE_FLOAT;
79 bool tex_int; local in function:gm107_create_texture_view
99 tex_int = util_format_is_pure_integer(view->pipe.format);
102 swz[0] = nv50_tic_swizzle(fmt, view->pipe.swizzle_r, tex_int);
103 swz[1] = nv50_tic_swizzle(fmt, view->pipe.swizzle_g, tex_int);
104 swz[2] = nv50_tic_swizzle(fmt, view->pipe.swizzle_b, tex_int);
105 swz[3] = nv50_tic_swizzle(fmt, view->pipe.swizzle_a, tex_int);
292 bool tex_int; local in function:gf100_create_texture_view
315 tex_int
[all...]

Completed in 5 milliseconds