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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_tex_layout.c 387 * effectively end up with a packed qpitch anyway whenever
392 /* On Gen9 we can pick whatever qpitch we like as long as it's aligned
395 unsigned qpitch = mt->total_height; local
402 qpitch = ALIGN(qpitch, 8);
408 qpitch = ALIGN(qpitch, 32);
410 return qpitch;
474 /* When using the horizontal layout the qpitch specifies the distance in
479 mt->qpitch = mt->total_width
    [all...]
intel_mipmap_tree.h 319 uint32_t qpitch; member in struct:intel_miptree_aux_buffer
518 uint32_t qpitch; member in struct:intel_mipmap_tree
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
state.h 497 uint32_t qpitch; member in struct:SWR_SURFACE_STATE
    [all...]

Completed in 128 milliseconds