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

  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_blit.c 261 unsigned npix_x; member in struct:texture_orig_info
280 orig->npix0_x = rtex->surface.level[0].npix_x;
282 orig->npix_x = rtex->surface.level[level].npix_x;
296 rtex->surface.level[0].npix_x = util_format_get_nblocksx(orig->format, orig->npix0_x);
298 rtex->surface.level[level].npix_x = util_format_get_nblocksx(orig->format, orig->npix_x);
312 rtex->surface.level[0].npix_x = orig->npix0_x;
314 rtex->surface.level[level].npix_x = orig->npix_x;
    [all...]
r600_texture.c 80 surface->npix_x = ptex->width0;
567 surface->base.width = rtex->surface.level[level].npix_x;
si_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 564 unsigned npix_x; member in struct:texture_orig_info
582 orig->npix0_x = rtex->surface.level[0].npix_x;
584 orig->npix_x = rtex->surface.level[level].npix_x;
598 rtex->surface.level[0].npix_x = util_format_get_nblocksx(orig->format, orig->npix0_x);
600 rtex->surface.level[level].npix_x = util_format_get_nblocksx(orig->format, orig->npix_x);
613 orig->npix0_x = rtex->surface.level[0].npix_x;
615 orig->npix_x = rtex->surface.level[level].npix_x;
    [all...]
r600_texture.c 81 surface->npix_x = ptex->width0;
322 fmask.npix_x, fmask.npix_y, fmask.bpe * fmask.nsamples, rtex->fmask_size);
344 unsigned pitch_elements = align(rtex->surface.npix_x, macro_tile_width);
501 surface->base.width = rtex->surface.level[level].npix_x;
    [all...]
r600_state.c 1057 width = tmp->surface.level[offset_level].npix_x;
    [all...]
evergreen_state.c 1030 width = tmp->surface.level[0].npix_x;
    [all...]
  /external/libdrm/radeon/
radeon_surface.h 72 uint32_t npix_x; member in struct:radeon_surface_level
111 uint32_t npix_x; member in struct:radeon_surface
radeon_surface.c 168 surflevel->npix_x = mip_minify(surf->npix_x, level);
171 surflevel->nblk_x = (surflevel->npix_x + surf->blk_w - 1) / surf->blk_w;
440 if (surf->npix_x > 8192 || surf->npix_y > 8192 || surf->npix_z > 8192) {
577 surflevel->npix_x = mip_minify(surf->npix_x, level);
580 surflevel->nblk_x = (surflevel->npix_x + surf->blk_w - 1) / surf->blk_w;
707 if (surf->npix_x > 16384 || surf->npix_y > 16384 || surf->npix_z > 16384) {
    [all...]

Completed in 135 milliseconds