search for: nv50_tic_swizzl

Displaying 4 results from an estimated 4 matches for "nv50_tic_swizzl".

Did you mean: nv50_tic_swizzle
2016 Feb 15
2
[PATCH 23/23] nvc0: implement support for maxwell texture headers
...w->pipe.texture, texture); > + > + tic = &view->tic[0]; > + > + desc = util_format_description(view->pipe.format); > + tex_int = util_format_is_pure_integer(view->pipe.format); > + > + fmt = &nvc0_format_table[view->pipe.format]; > + swz[0] = nv50_tic_swizzle(fmt, view->pipe.swizzle_r, tex_int); > + swz[1] = nv50_tic_swizzle(fmt, view->pipe.swizzle_g, tex_int); > + swz[2] = nv50_tic_swizzle(fmt, view->pipe.swizzle_b, tex_int); > + swz[3] = nv50_tic_swizzle(fmt, view->pipe.swizzle_a, tex_int); > + > + tic[0] = fmt-&gt...
2016 Feb 15
0
[PATCH 23/23] nvc0: implement support for maxwell texture headers
...; + + pipe_resource_reference(&view->pipe.texture, texture); + + tic = &view->tic[0]; + + desc = util_format_description(view->pipe.format); + tex_int = util_format_is_pure_integer(view->pipe.format); + + fmt = &nvc0_format_table[view->pipe.format]; + swz[0] = nv50_tic_swizzle(fmt, view->pipe.swizzle_r, tex_int); + swz[1] = nv50_tic_swizzle(fmt, view->pipe.swizzle_g, tex_int); + swz[2] = nv50_tic_swizzle(fmt, view->pipe.swizzle_b, tex_int); + swz[3] = nv50_tic_swizzle(fmt, view->pipe.swizzle_a, tex_int); + + tic[0] = fmt->tic.format << GM10...
2016 Feb 15
0
[PATCH 23/23] nvc0: implement support for maxwell texture headers
...t;> + >> + tic = &view->tic[0]; >> + >> + desc = util_format_description(view->pipe.format); >> + tex_int = util_format_is_pure_integer(view->pipe.format); >> + >> + fmt = &nvc0_format_table[view->pipe.format]; >> + swz[0] = nv50_tic_swizzle(fmt, view->pipe.swizzle_r, tex_int); >> + swz[1] = nv50_tic_swizzle(fmt, view->pipe.swizzle_g, tex_int); >> + swz[2] = nv50_tic_swizzle(fmt, view->pipe.swizzle_b, tex_int); >> + swz[3] = nv50_tic_swizzle(fmt, view->pipe.swizzle_a, tex_int); >> + >> +...
2016 Feb 15
24
[PATCH 01/23] nv50: import updated g80_defs.xml.h from rnndb
From: Ben Skeggs <bskeggs at redhat.com> Signed-off-by: Ben Skeggs <bskeggs at redhat.com> --- src/gallium/drivers/nouveau/nv50/g80_defs.xml.h | 279 ++++++++++++++++++++++++ 1 file changed, 279 insertions(+) create mode 100644 src/gallium/drivers/nouveau/nv50/g80_defs.xml.h diff --git a/src/gallium/drivers/nouveau/nv50/g80_defs.xml.h