search for: astc_2d_5x4

Displaying 2 results from an estimated 2 matches for "astc_2d_5x4".

Did you mean: astc_2d_4x4
2015 Dec 19
2
[PATCH] nvc0: add hardware ETC2 and ASTC support where possible
...RGB 0x06 +#define NV50_TIC_0_FMT_ETC2_RGBA1 0x0a +#define NV50_TIC_0_FMT_ETC2_RGBA 0x0b +#define NV50_TIC_0_FMT_ETC2_R11 0x19 +#define NV50_TIC_0_FMT_ETC2_RG11 0x1a + +/* On GK20A, the high bit goes elsewhere */ +#define NV50_TIC_0_FMT_ASTC_2D_4X4 0x40 +#define NV50_TIC_0_FMT_ASTC_2D_5X4 0x50 +#define NV50_TIC_0_FMT_ASTC_2D_5X5 0x41 +#define NV50_TIC_0_FMT_ASTC_2D_6X5 0x51 +#define NV50_TIC_0_FMT_ASTC_2D_6X6 0x42 +#define NV50_TIC_0_FMT_ASTC_2D_8X5 0x55 +#define NV50_TIC_0_FMT_ASTC_2D_8X6 0x52 +#define NV50_TIC_0_FMT_ASTC_2D_8X8 0x44 +#define NV50_TIC_0_FMT_ASTC_2D_10...
2015 Dec 19
0
[PATCH] nvc0: add hardware ETC2 and ASTC support where possible
...MT_ETC2_RGBA1 0x0a > +#define NV50_TIC_0_FMT_ETC2_RGBA 0x0b > +#define NV50_TIC_0_FMT_ETC2_R11 0x19 > +#define NV50_TIC_0_FMT_ETC2_RG11 0x1a > + > +/* On GK20A, the high bit goes elsewhere */ > +#define NV50_TIC_0_FMT_ASTC_2D_4X4 0x40 > +#define NV50_TIC_0_FMT_ASTC_2D_5X4 0x50 > +#define NV50_TIC_0_FMT_ASTC_2D_5X5 0x41 > +#define NV50_TIC_0_FMT_ASTC_2D_6X5 0x51 > +#define NV50_TIC_0_FMT_ASTC_2D_6X6 0x42 > +#define NV50_TIC_0_FMT_ASTC_2D_8X5 0x55 > +#define NV50_TIC_0_FMT_ASTC_2D_8X6 0x52 > +#define NV50_TIC_0_FMT_ASTC_2D_8X8 0x44 >...