HomeSort by: relevance | last modified time | path
    Searched defs:tex_width (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
1703 tex_width = tex->width * 4;
1713 tex_width = tex->width * 2;
1719 tex_width = tex->width * 1;
1733 if (tex_width < 64) {
1748 DRM_DEBUG("tex=%dx%d blit=%d\n", tex_width, tex->height, blit_width);
1808 if (tex_width >= 64 || tex_width <= 16) {
1810 (int)(tex_width * sizeof(u32)));
1811 } else if (tex_width == 32)
    [all...]
radeon_state.c 1672 int size, dwords, tex_width, blit_width, spitch; local in function:radeon_cp_dispatch_texture
1703 tex_width = tex->width * 4;
1713 tex_width = tex->width * 2;
1719 tex_width = tex->width * 1;
1733 if (tex_width < 64) {
1748 DRM_DEBUG("tex=%dx%d blit=%d\n", tex_width, tex->height, blit_width);
1808 if (tex_width >= 64 || tex_width <= 16) {
1810 (int)(tex_width * sizeof(u32)));
1811 } else if (tex_width == 32)
    [all...]

Completed in 70 milliseconds