HomeSort by: relevance | last modified time | path
    Searched defs:epitch (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/amd/common/
ac_surface.h 129 uint16_t epitch; /* (pitch - 1) or (height - 1) */ member in struct:gfx9_surf_flags
  /xsrc/external/mit/MesaLib/dist/src/amd/common/
ac_surface.h 231 uint16_t epitch; /* gfx9 only, not on gfx10 */ member in struct:gfx9_surf_layout
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_descriptors.c 382 uint16_t epitch = tex->surface.u.gfx9.epitch; local
385 /* epitch is patched in ac_surface for sdma/vcn blocks to get
388 * need epitch in pixel units.
390 epitch = (epitch + 1) / tex->surface.blk_w - 1;
393 state[4] |= S_008F20_PITCH(epitch);

Completed in 8 milliseconds