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

  /src/sys/external/bsd/drm/dist/shared-core/
radeon_state.c 1675 u32 texpitch, microtile; local in function:radeon_cp_dispatch_texture
1730 texpitch = tex->pitch;
1731 if ((texpitch << 22) & RADEON_DST_TILE_MICRO) {
1734 texpitch &= ~(RADEON_DST_TILE_MICRO >> 22);
1876 OUT_RING((texpitch << 22) | ((tex->offset >> 10) + (byte_offset >> 10)));

Completed in 30 milliseconds