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

  /src/sys/external/bsd/drm/dist/shared-core/
radeon_state.c 1672 int size, dwords, tex_width, blit_width, spitch; local in function:radeon_cp_dispatch_texture
1726 spitch = blit_width >> 6;
1727 if (spitch == 0 && image->height > 1)
1875 OUT_RING((spitch << 22) | (offset >> 10));
radeon_state.c 1672 int size, dwords, tex_width, blit_width, spitch; local in function:radeon_cp_dispatch_texture
1726 spitch = blit_width >> 6;
1727 if (spitch == 0 && image->height > 1)
1875 OUT_RING((spitch << 22) | (offset >> 10));

Completed in 156 milliseconds