HomeSort by relevance Sort by last modified time
    Searched full:qpitch (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_tex_layout.c 47 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
brw_blorp_blit.cpp 395 * Y' = Y + S * qpitch
398 * Y = Y' % qpitch
399 * S = Y' / qpitch
407 * to fill the width of the surface, and qpitch is the spacing (in rows)
421 * Y' = Y + S * qpitch
424 * Y = Y' % qpitch
425 * S = Y' / qpitch
448 * Y' = Y + S * qpitch
451 * Y = Y' % qpitch = Y'
452 * S = Y / qpitch =
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_tex_layout.c 47 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
brw_blorp_blit.cpp 395 * Y' = Y + S * qpitch
398 * Y = Y' % qpitch
399 * S = Y' / qpitch
407 * to fill the width of the surface, and qpitch is the spacing (in rows)
421 * Y' = Y + S * qpitch
424 * Y = Y' % qpitch
425 * S = Y' / qpitch
448 * Y' = Y + S * qpitch
451 * Y = Y' % qpitch = Y'
452 * S = Y / qpitch =
    [all...]

Completed in 117 milliseconds