Searched refs:npix_y (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_blit.c262 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...]
H A Dr600_texture.c81 surface->npix_y = ptex->height0;
568 surface->base.height = rtex->surface.level[level].npix_y;
H A Dsi_state.c2045 height = tmp->surface.level[offset_level].npix_y;
/external/libdrm/radeon/
H A Dradeon_surface.h73 uint32_t npix_y; member in struct:radeon_surface_level
112 uint32_t npix_y; member in struct:radeon_surface
H A Dradeon_surface.c169 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) {
1286 if (surf->npix_x > 16384 || surf->npix_y > 16384 || surf->npix_z > 16384) {
1425 surflevel->npix_y
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c565 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...]
H A Dr600_texture.c82 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;
H A Dr600_state.c1058 height = tmp->surface.level[offset_level].npix_y;
H A Devergreen_state.c1031 height = tmp->surface.level[0].npix_y;

Completed in 289 milliseconds