HomeSort by: relevance | last modified time | path
    Searched refs:npix_y (Results 1 - 12 of 12) sorted by relevancy

  /xsrc/external/mit/libdrm/dist/radeon/
radeon_surface.h 73 uint32_t npix_y; member in struct:radeon_surface_level
112 uint32_t npix_y; member in struct:radeon_surface
radeon_surface.c 174 surflevel->npix_y = mip_minify(surf->npix_y, level);
177 surflevel->nblk_y = (surflevel->npix_y + surf->blk_h - 1) / surf->blk_h;
445 if (surf->npix_x > 8192 || surf->npix_y > 8192 || surf->npix_z > 8192) {
583 surflevel->npix_y = mip_minify(surf->npix_y, level);
586 surflevel->nblk_y = (surflevel->npix_y + surf->blk_h - 1) / surf->blk_h;
712 if (surf->npix_x > 16384 || surf->npix_y > 16384 || surf->npix_z > 16384) {
1293 if (surf->npix_x > 16384 || surf->npix_y > 16384 || surf->npix_z > 16384) {
1432 surflevel->npix_y = mip_minify(surf->npix_y, level)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/radeon/drm/
radeon_drm_surface.c 101 surf_drm->npix_y = tex->height0;
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_bo_helper.c 119 surface->npix_y = RADEON_ALIGN(height, 8);
evergreen_accel.c 222 h = cb_conf->surface->level[0].npix_y;
  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/radeon/drm/
radeon_drm_surface.c 101 surf_drm->npix_y = tex->height0;
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_exa.c 505 surface.npix_y = RADEON_ALIGN(height, 8);
drmmode_display.c 81 surface->npix_y = height;
1300 surface.npix_y = height;
evergreen_accel.c 226 h = cb_conf->surface->level[0].npix_y;
radeon_kms.c 1269 surface.npix_y = pScrn->virtualY;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_blit.c 876 unsigned npix_y; member in struct:texture_orig_info
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_blit.c 891 unsigned npix_y; member in struct:texture_orig_info

Completed in 44 milliseconds