Searched refs:npix_x (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | r600_blit.c | 261 unsigned npix_x; member 280 orig->npix0_x = rtex->surface.level[0].npix_x; in r600_compressed_to_blittable() 282 orig->npix_x = rtex->surface.level[level].npix_x; in r600_compressed_to_blittable() 296 rtex->surface.level[0].npix_x = util_format_get_nblocksx(orig->format, orig->npix0_x); in r600_compressed_to_blittable() 298 rtex->surface.level[level].npix_x = util_format_get_nblocksx(orig->format, orig->npix_x); in r600_compressed_to_blittable() 312 rtex->surface.level[0].npix_x = orig->npix0_x; in r600_reset_blittable_to_compressed() 314 rtex->surface.level[level].npix_x = orig->npix_x; in r600_reset_blittable_to_compressed()
|
D | r600_texture.c | 80 surface->npix_x = ptex->width0; in r600_init_surface() 567 surface->base.width = rtex->surface.level[level].npix_x; in r600_create_surface()
|
D | si_state.c | 2044 width = tmp->surface.level[offset_level].npix_x; in si_create_sampler_view()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_blit.c | 564 unsigned npix_x; member 582 orig->npix0_x = rtex->surface.level[0].npix_x; in r600_compressed_to_blittable() 584 orig->npix_x = rtex->surface.level[level].npix_x; in r600_compressed_to_blittable() 598 rtex->surface.level[0].npix_x = util_format_get_nblocksx(orig->format, orig->npix0_x); in r600_compressed_to_blittable() 600 rtex->surface.level[level].npix_x = util_format_get_nblocksx(orig->format, orig->npix_x); in r600_compressed_to_blittable() 613 orig->npix0_x = rtex->surface.level[0].npix_x; in r600_subsampled_2x1_32bpp_to_blittable() 615 orig->npix_x = rtex->surface.level[level].npix_x; in r600_subsampled_2x1_32bpp_to_blittable() 620 rtex->surface.level[0].npix_x = util_format_get_nblocksx(orig->format, orig->npix0_x); in r600_subsampled_2x1_32bpp_to_blittable() 621 rtex->surface.level[level].npix_x = util_format_get_nblocksx(orig->format, orig->npix_x); in r600_subsampled_2x1_32bpp_to_blittable() 634 orig->npix0_x = rtex->surface.level[0].npix_x; in r600_change_format() [all …]
|
D | r600_texture.c | 81 surface->npix_x = ptex->width0; in r600_init_surface() 322 fmask.npix_x, fmask.npix_y, fmask.bpe * fmask.nsamples, rtex->fmask_size); in r600_texture_allocate_fmask() 344 unsigned pitch_elements = align(rtex->surface.npix_x, macro_tile_width); in r600_texture_get_cmask_info() 501 surface->base.width = rtex->surface.level[level].npix_x; in r600_create_surface()
|
D | r600_state.c | 1057 width = tmp->surface.level[offset_level].npix_x; in r600_create_sampler_view()
|
D | evergreen_state.c | 1030 width = tmp->surface.level[0].npix_x; in evergreen_create_sampler_view()
|
/external/libdrm/radeon/ |
D | radeon_surface.c | 168 surflevel->npix_x = mip_minify(surf->npix_x, level); in surf_minify() 171 surflevel->nblk_x = (surflevel->npix_x + surf->blk_w - 1) / surf->blk_w; in surf_minify() 440 if (surf->npix_x > 8192 || surf->npix_y > 8192 || surf->npix_z > 8192) { in r6_surface_init() 577 surflevel->npix_x = mip_minify(surf->npix_x, level); in eg_surf_minify() 580 surflevel->nblk_x = (surflevel->npix_x + surf->blk_w - 1) / surf->blk_w; 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() 1421 surflevel->npix_x = surf->npix_x; in si_surf_minify() 1423 surflevel->npix_x = mip_minify(next_power_of_two(surf->npix_x), level); in si_surf_minify() 1429 surflevel->nblk_x = (next_power_of_two(surflevel->npix_x) + surf->blk_w - 1) / surf->blk_w; in si_surf_minify() [all …]
|
D | radeon_surface.h | 72 uint32_t npix_x; member 111 uint32_t npix_x; member
|