Searched defs:qpitch (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_tex_layout.c47 GLuint qpitch = 0; local
53 qpitch = h0;
55 qpitch = (h0 + h1 + (intel->gen >= 7 ? 12 : 11) * mt->align_h);
57 qpitch /= 4;
63 intel_miptree_set_image_offset(mt, level, q, 0, q * qpitch);
66 mt->total_height = qpitch * mt->depth0;
77 * pitch of qpitch rows, where qpitch is defined by the equation given
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_tex_layout.c47 GLuint qpitch = 0; local
53 qpitch = h0;
55 qpitch = (h0 + h1 + (intel->gen >= 7 ? 12 : 11) * mt->align_h);
57 qpitch /= 4;
63 intel_miptree_set_image_offset(mt, level, q, 0, q * qpitch);
66 mt->total_height = qpitch * mt->depth0;
77 * pitch of qpitch rows, where qpitch is defined by the equation given

Completed in 105 milliseconds