Searched refs:etc_format (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.c619 mesa_format etc_format = MESA_FORMAT_NONE; local
624 etc_format = (format != tex_format) ? tex_format : MESA_FORMAT_NONE;
646 mt->etc_format = etc_format;
1056 if (mt->etc_format != MESA_FORMAT_NONE)
1057 mt_format = mt->etc_format;
2804 assert(mt->etc_format != MESA_FORMAT_NONE);
2805 if (mt->etc_format == MESA_FORMAT_ETC1_RGB8) {
2812 map->stride = _mesa_format_row_stride(mt->etc_format, map->w);
2813 map->buffer = malloc(_mesa_format_image_size(mt->etc_format,
[all...]
H A Dintel_mipmap_tree.h403 * formats if the hardware lacks support for ETC1/ETC2. See @ref etc_format.
415 mesa_format etc_format; member in struct:intel_mipmap_tree

Completed in 156 milliseconds