Home
last modified time | relevance | path

Searched refs:temp_dst_img_stride (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dmipmap.c2126 GLuint temp_dst_row_stride, temp_dst_img_stride; /* in bytes */ in generate_mipmap_compressed() local
2148 temp_dst_img_stride = _mesa_format_image_size(temp_format, dstWidth, in generate_mipmap_compressed()
2151 temp_dst = malloc(temp_dst_img_stride * dstDepth); in generate_mipmap_compressed()
2163 temp_dst_slices[i] = temp_dst + temp_dst_img_stride * i; in generate_mipmap_compressed()
2188 temp_src_img_stride = temp_dst_img_stride; in generate_mipmap_compressed()