Lines Matching defs:formats
186 /* Enable down-conversion for 32bpp and smaller formats. */
191 /* For 1 and 2-channel formats, use the superset thereof. */
230 /* For 1-channel formats, use the superset thereof. */
607 /* This is only important for formats without alpha. */
1677 /* hw cannot support mixed formats (except depth/stencil, since
1684 /* Reject SCALED formats because we don't implement them for CB. */
1829 /* Colorspace (return non-RGB formats directly). */
1831 /* Depth stencil formats */
1975 /* hw cannot support mixed formats (except depth/stencil, since only
1983 /* Reject SCALED formats because we don't implement them for CB and do the same for texturing. */
1990 /* Reject unsupported 32_*NORM and FIXED formats. */
2005 /* Non-uniform formats. */
2015 /* 5551 and 1555 UINT formats fail on Gfx8/Carrizo´. */
2039 /* uniform formats */
2044 /* 4444 UINT formats fail on Gfx8/Carrizo´. */
2288 /* Legacy double formats. */
2353 /* There are no native 8_8_8 or 16_16_16 data formats, and we currently
2502 struct ac_spi_color_formats formats = {};
2504 ac_choose_spi_color_formats(format, swap, ntype, is_depth, true, &formats);
2506 surf->spi_shader_col_format = formats.normal;
2507 surf->spi_shader_col_format_alpha = formats.alpha;
2508 surf->spi_shader_col_format_blend = formats.blend;
2509 surf->spi_shader_col_format_blend_alpha = formats.blend_alpha;
2945 /* Disable DCC if the formats are incompatible. */