search for: astc_2d_12x12

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

Did you mean: astc_2d_12x10
2015 Dec 19
2
[PATCH] nvc0: add hardware ETC2 and ASTC support where possible
...STC_2D_8X6 0x52 +#define NV50_TIC_0_FMT_ASTC_2D_8X8 0x44 +#define NV50_TIC_0_FMT_ASTC_2D_10X5 0x56 +#define NV50_TIC_0_FMT_ASTC_2D_10X6 0x57 +#define NV50_TIC_0_FMT_ASTC_2D_10X8 0x53 +#define NV50_TIC_0_FMT_ASTC_2D_10X10 0x45 +#define NV50_TIC_0_FMT_ASTC_2D_12X10 0x54 +#define NV50_TIC_0_FMT_ASTC_2D_12X12 0x46 + #if NOUVEAU_DRIVER == 0xc0 # define NVXX_3D_VAF_SIZE(s) NVC0_3D_VERTEX_ATTRIB_FORMAT_SIZE_##s # define NVXX_3D_VAF_TYPE(t) NVC0_3D_VERTEX_ATTRIB_FORMAT_TYPE_##t @@ -296,6 +319,47 @@ const struct nv50_format nv50_format_table[PIPE_FORMAT_COUNT] = F3B(BPTC_RGB_FLOAT, NONE, C0, C1, C2,...
2015 Dec 19
0
[PATCH] nvc0: add hardware ETC2 and ASTC support where possible
...0_TIC_0_FMT_ASTC_2D_8X8 0x44 > +#define NV50_TIC_0_FMT_ASTC_2D_10X5 0x56 > +#define NV50_TIC_0_FMT_ASTC_2D_10X6 0x57 > +#define NV50_TIC_0_FMT_ASTC_2D_10X8 0x53 > +#define NV50_TIC_0_FMT_ASTC_2D_10X10 0x45 > +#define NV50_TIC_0_FMT_ASTC_2D_12X10 0x54 > +#define NV50_TIC_0_FMT_ASTC_2D_12X12 0x46 > + > #if NOUVEAU_DRIVER == 0xc0 > # define NVXX_3D_VAF_SIZE(s) NVC0_3D_VERTEX_ATTRIB_FORMAT_SIZE_##s > # define NVXX_3D_VAF_TYPE(t) NVC0_3D_VERTEX_ATTRIB_FORMAT_TYPE_##t > @@ -296,6 +319,47 @@ const struct nv50_format nv50_format_table[PIPE_FORMAT_COUNT] = > F3B(BPTC_...