Searched refs:temp_dst_stride (Results 1 – 1 of 1) sorted by relevance
2087 GLuint temp_dst_stride; /* in bytes */ in generate_mipmap_compressed() local2103 temp_dst_stride = _mesa_format_row_stride(temp_format, dstWidth); in generate_mipmap_compressed()2105 temp_dst = (GLubyte *) malloc(temp_dst_stride * dstHeight); in generate_mipmap_compressed()2126 &temp_dst, temp_dst_stride); in generate_mipmap_compressed()2147 temp_src_stride = temp_dst_stride; in generate_mipmap_compressed()