Searched refs:npix_y (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | r600_blit.c | 262 unsigned npix_y; member 281 orig->npix0_y = rtex->surface.level[0].npix_y; in r600_compressed_to_blittable() 283 orig->npix_y = rtex->surface.level[level].npix_y; in r600_compressed_to_blittable() 297 rtex->surface.level[0].npix_y = util_format_get_nblocksy(orig->format, orig->npix0_y); in r600_compressed_to_blittable() 299 rtex->surface.level[level].npix_y = util_format_get_nblocksy(orig->format, orig->npix_y); in r600_compressed_to_blittable() 313 rtex->surface.level[0].npix_y = orig->npix0_y; in r600_reset_blittable_to_compressed() 315 rtex->surface.level[level].npix_y = orig->npix_y; in r600_reset_blittable_to_compressed()
|
D | r600_texture.c | 81 surface->npix_y = ptex->height0; in r600_init_surface() 568 surface->base.height = rtex->surface.level[level].npix_y; in r600_create_surface()
|
D | si_state.c | 2045 height = tmp->surface.level[offset_level].npix_y; in si_create_sampler_view()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_blit.c | 565 unsigned npix_y; member 583 orig->npix0_y = rtex->surface.level[0].npix_y; in r600_compressed_to_blittable() 585 orig->npix_y = rtex->surface.level[level].npix_y; in r600_compressed_to_blittable() 599 rtex->surface.level[0].npix_y = util_format_get_nblocksy(orig->format, orig->npix0_y); in r600_compressed_to_blittable() 601 rtex->surface.level[level].npix_y = util_format_get_nblocksy(orig->format, orig->npix_y); in r600_compressed_to_blittable() 614 orig->npix0_y = rtex->surface.level[0].npix_y; in r600_subsampled_2x1_32bpp_to_blittable() 616 orig->npix_y = rtex->surface.level[level].npix_y; in r600_subsampled_2x1_32bpp_to_blittable() 635 orig->npix0_y = rtex->surface.level[0].npix_y; in r600_change_format() 637 orig->npix_y = rtex->surface.level[level].npix_y; in r600_change_format() 652 rtex->surface.level[0].npix_y = orig->npix0_y; in r600_reset_blittable_to_orig() [all …]
|
D | r600_texture.c | 82 surface->npix_y = ptex->height0; in r600_init_surface() 322 fmask.npix_x, fmask.npix_y, fmask.bpe * fmask.nsamples, rtex->fmask_size); in r600_texture_allocate_fmask() 345 unsigned height = align(rtex->surface.npix_y, macro_tile_height); in r600_texture_get_cmask_info() 502 surface->base.height = rtex->surface.level[level].npix_y; in r600_create_surface()
|
D | r600_state.c | 1058 height = tmp->surface.level[offset_level].npix_y; in r600_create_sampler_view()
|
D | evergreen_state.c | 1031 height = tmp->surface.level[0].npix_y; in evergreen_create_sampler_view()
|
/external/libdrm/radeon/ |
D | radeon_surface.c | 169 surflevel->npix_y = mip_minify(surf->npix_y, level); in surf_minify() 172 surflevel->nblk_y = (surflevel->npix_y + surf->blk_h - 1) / surf->blk_h; in surf_minify() 440 if (surf->npix_x > 8192 || surf->npix_y > 8192 || surf->npix_z > 8192) { in r6_surface_init() 578 surflevel->npix_y = mip_minify(surf->npix_y, level); in eg_surf_minify() 581 surflevel->nblk_y = (surflevel->npix_y + surf->blk_h - 1) / surf->blk_h; in eg_surf_minify() 707 if (surf->npix_x > 16384 || surf->npix_y > 16384 || surf->npix_z > 16384) { in eg_surface_sanity() 1286 if (surf->npix_x > 16384 || surf->npix_y > 16384 || surf->npix_z > 16384) { in si_surface_sanity() 1425 surflevel->npix_y = mip_minify(surf->npix_y, level); in si_surf_minify() 1430 surflevel->nblk_y = (next_power_of_two(surflevel->npix_y) + surf->blk_h - 1) / surf->blk_h; in si_surf_minify() 1434 surflevel->nblk_y = (surflevel->npix_y + surf->blk_h - 1) / surf->blk_h; in si_surf_minify() [all …]
|
D | radeon_surface.h | 73 uint32_t npix_y; member 112 uint32_t npix_y; member
|