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.c2127 GLuint temp_dst_row_stride, temp_dst_img_stride; /* in bytes */ in generate_mipmap_compressed() local
2149 temp_dst_img_stride = _mesa_format_image_size(temp_format, dstWidth, in generate_mipmap_compressed()
2152 temp_dst = malloc(temp_dst_img_stride * dstDepth); in generate_mipmap_compressed()
2164 temp_dst_slices[i] = temp_dst + temp_dst_img_stride * i; in generate_mipmap_compressed()
2189 temp_src_img_stride = temp_dst_img_stride; in generate_mipmap_compressed()