Searched refs:temp_format (Results 1 – 1 of 1) sorted by relevance
2072 mesa_format temp_format; in generate_mipmap_compressed() local2091 temp_format = _mesa_get_uncompressed_format(srcImage->TexFormat); in generate_mipmap_compressed()2093 components = _mesa_format_num_components(temp_format); in generate_mipmap_compressed()2107 temp_base_format = _mesa_get_format_base_format(temp_format); in generate_mipmap_compressed()2111 temp_src_row_stride = _mesa_format_row_stride(temp_format, srcImage->Width); in generate_mipmap_compressed()2112 temp_src_img_stride = _mesa_format_image_size(temp_format, srcImage->Width, in generate_mipmap_compressed()2172 temp_dst_row_stride = _mesa_format_row_stride(temp_format, dstWidth); in generate_mipmap_compressed()2173 temp_dst_img_stride = _mesa_format_image_size(temp_format, dstWidth, in generate_mipmap_compressed()