Searched defs:other_offset (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c1087 unsigned target_offset, other_offset; local
1090 other_offset = face_slice * tex_image_face_size(lpr, level, other_layout);
1095 other_data = (uint8_t *) other_data + other_offset;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c1087 unsigned target_offset, other_offset; local
1090 other_offset = face_slice * tex_image_face_size(lpr, level, other_layout);
1095 other_data = (uint8_t *) other_data + other_offset;

Completed in 1636 milliseconds