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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmipmap.c2151 GLuint temp_dst_row_stride, temp_dst_img_stride; /* in bytes */ local in function:generate_mipmap_compressed
2173 temp_dst_img_stride = _mesa_format_image_size(temp_format, dstWidth,
2176 temp_dst = malloc(temp_dst_img_stride * dstDepth);
2188 temp_dst_slices[i] = temp_dst + temp_dst_img_stride * i;
2213 temp_src_img_stride = temp_dst_img_stride;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmipmap.c2156 GLuint temp_dst_row_stride, temp_dst_img_stride; /* in bytes */ local in function:generate_mipmap_compressed
2178 temp_dst_img_stride = _mesa_format_image_size(temp_format, dstWidth,
2181 temp_dst = malloc(temp_dst_img_stride * dstDepth);
2193 temp_dst_slices[i] = temp_dst + temp_dst_img_stride * i;
2218 temp_src_img_stride = temp_dst_img_stride;

Completed in 11 milliseconds