Searched refs:etc_format (Results 1 – 2 of 2) sorted by relevance
730 mesa_format etc_format = MESA_FORMAT_NONE; in miptree_create() local735 etc_format = (format != tex_format) ? tex_format : MESA_FORMAT_NONE; in miptree_create()758 mt->etc_format = etc_format; in miptree_create()1308 if (mt->etc_format != MESA_FORMAT_NONE) in intel_miptree_match_image()1309 mt_format = mt->etc_format; in intel_miptree_match_image()3313 assert(mt->etc_format != MESA_FORMAT_NONE); in intel_miptree_map_etc()3314 if (mt->etc_format == MESA_FORMAT_ETC1_RGB8) { in intel_miptree_map_etc()3321 map->stride = _mesa_format_row_stride(mt->etc_format, map->w); in intel_miptree_map_etc()3322 map->buffer = malloc(_mesa_format_image_size(mt->etc_format, in intel_miptree_map_etc()3345 if (mt->etc_format == MESA_FORMAT_ETC1_RGB8) in intel_miptree_unmap_etc()[all …]
234 mesa_format etc_format; member