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

  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_blit.c 262 unsigned npix_y; member in struct:texture_orig_info
281 orig->npix0_y = rtex->surface.level[0].npix_y;
283 orig->npix_y = rtex->surface.level[level].npix_y;
297 rtex->surface.level[0].npix_y = util_format_get_nblocksy(orig->format, orig->npix0_y);
299 rtex->surface.level[level].npix_y = util_format_get_nblocksy(orig->format, orig->npix_y);
313 rtex->surface.level[0].npix_y = orig->npix0_y;
315 rtex->surface.level[level].npix_y = orig->npix_y;
    [all...]
r600_texture.c 81 surface->npix_y = ptex->height0;
568 surface->base.height = rtex->surface.level[level].npix_y;
si_state.c     [all...]
  /external/libdrm/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 169 surflevel->npix_y = mip_minify(surf->npix_y, level);
172 surflevel->nblk_y = (surflevel->npix_y + surf->blk_h - 1) / surf->blk_h;
440 if (surf->npix_x > 8192 || surf->npix_y > 8192 || surf->npix_z > 8192) {
578 surflevel->npix_y = mip_minify(surf->npix_y, level);
581 surflevel->nblk_y = (surflevel->npix_y + surf->blk_h - 1) / surf->blk_h;
707 if (surf->npix_x > 16384 || surf->npix_y > 16384 || surf->npix_z > 16384) {
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 565 unsigned npix_y; member in struct:texture_orig_info
583 orig->npix0_y = rtex->surface.level[0].npix_y;
585 orig->npix_y = rtex->surface.level[level].npix_y;
599 rtex->surface.level[0].npix_y = util_format_get_nblocksy(orig->format, orig->npix0_y);
601 rtex->surface.level[level].npix_y = util_format_get_nblocksy(orig->format, orig->npix_y);
614 orig->npix0_y = rtex->surface.level[0].npix_y;
616 orig->npix_y = rtex->surface.level[level].npix_y;
    [all...]
r600_texture.c 82 surface->npix_y = ptex->height0;
322 fmask.npix_x, fmask.npix_y, fmask.bpe * fmask.nsamples, rtex->fmask_size);
345 unsigned height = align(rtex->surface.npix_y, macro_tile_height);
502 surface->base.height = rtex->surface.level[level].npix_y;
    [all...]
r600_state.c 1058 height = tmp->surface.level[offset_level].npix_y;
    [all...]
evergreen_state.c 1031 height = tmp->surface.level[0].npix_y;
    [all...]

Completed in 2713 milliseconds