Home | History | Annotate | Download | only in intel

Lines Matching refs:format

42                                        gl_format format)
56 * | YUV 4:2:2 format | 8 | 4 | 4 | 4 | 4 |
57 * | BC1-5 compressed format (DXTn/S3TC) | 4 | 4 | 4 | 4 | 4 |
58 * | FXT1 compressed format | 8 | 8 | 8 | 8 | 8 |
68 if (_mesa_is_format_compressed(format)) {
73 _mesa_get_format_block_size(format, &i, &j);
77 if (format == MESA_FORMAT_S8)
80 if (intel->gen >= 7 && format == MESA_FORMAT_Z16)
88 gl_format format)
102 * | BC1-5 compressed format (DXTn/S3TC) | 4 | 4 | 4 | 4 | 4 |
103 * | FXT1 compressed format | 4 | 4 | 4 | 4 | 4 |
115 if (_mesa_is_format_compressed(format))
118 if (format == MESA_FORMAT_S8)
121 GLenum base_format = _mesa_get_format_base_format(format);
134 gl_format format,
137 *w = intel_horizontal_texture_alignment_unit(intel, format);
138 *h = intel_vertical_texture_alignment_unit(intel, format);