HomeSort by relevance Sort by last modified time
    Searched refs:npix_z (Results 1 - 7 of 7) sorted by null

  /external/libdrm/radeon/
radeon_surface.h 74 uint32_t npix_z; member in struct:radeon_surface_level
113 uint32_t npix_z; member in struct:radeon_surface
radeon_surface.c 170 surflevel->npix_z = mip_minify(surf->npix_z, level);
173 surflevel->nblk_z = (surflevel->npix_z + surf->blk_d - 1) / surf->blk_d;
440 if (surf->npix_x > 8192 || surf->npix_y > 8192 || surf->npix_z > 8192) {
579 surflevel->npix_z = mip_minify(surf->npix_z, level);
582 surflevel->nblk_z = (surflevel->npix_z + surf->blk_d - 1) / surf->blk_d;
707 if (surf->npix_x > 16384 || surf->npix_y > 16384 || surf->npix_z > 16384) {
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_texture.c 82 surface->npix_z = ptex->depth0;
si_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_texture.c 83 surface->npix_z = ptex->depth0;
    [all...]
r600_state.c 1059 depth = tmp->surface.level[offset_level].npix_z;
    [all...]
evergreen_state.c 1032 depth = tmp->surface.level[0].npix_z;
    [all...]

Completed in 352 milliseconds