Home
last modified time | relevance | path

Searched refs:temp_dst_row_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
2147 temp_dst_row_stride = _mesa_format_row_stride(temp_format, dstWidth); in generate_mipmap_compressed()
2174 temp_dst_slices, temp_dst_row_stride); in generate_mipmap_compressed()
2187 temp_src_row_stride = temp_dst_row_stride; in generate_mipmap_compressed()