Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
H A Dmipmap.c2157 GLuint temp_dst_row_stride, temp_dst_img_stride; /* in bytes */ in generate_mipmap_compressed() local
2179 temp_dst_img_stride = _mesa_format_image_size(temp_format, dstWidth, in generate_mipmap_compressed()
2182 temp_dst = malloc(temp_dst_img_stride * dstDepth); in generate_mipmap_compressed()
2194 temp_dst_slices[i] = temp_dst + temp_dst_img_stride * i; in generate_mipmap_compressed()
2219 temp_src_img_stride = temp_dst_img_stride; in generate_mipmap_compressed()

Completed in 5 milliseconds