| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/radeon/drm/ |
| H A D | radeon_drm_surface.c | 72 level_drm->nblk_x = level_ws->nblk_x; 74 level_drm->pitch_bytes = level_ws->nblk_x * bpe; 84 level_ws->nblk_x = level_drm->nblk_x; 87 assert(level_drm->nblk_x * bpe == level_drm->pitch_bytes); 260 unsigned width = align(surf->u.legacy.level[0].nblk_x, cl_width*8); 345 (fmask.u.legacy.level[0].nblk_x * fmask.u.legacy.level[0].nblk_y) / 64; 351 surf_ws->u.legacy.fmask.pitch_in_pixels = fmask.u.legacy.level[0].nblk_x;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/radeon/drm/ |
| H A D | radeon_drm_surface.c | 72 level_drm->nblk_x = level_ws->nblk_x; 74 level_drm->pitch_bytes = level_ws->nblk_x * bpe; 84 level_ws->nblk_x = level_drm->nblk_x; 87 assert(level_drm->nblk_x * bpe == level_drm->pitch_bytes); 260 unsigned width = align(surf->u.legacy.level[0].nblk_x, cl_width*8); 336 width = align(surf->u.legacy.level[0].nblk_x, cl_width * 8); 411 (fmask.u.legacy.level[0].nblk_x * fmask.u.legacy.level[0].nblk_y) / 64; 417 surf_ws->u.legacy.color.fmask.pitch_in_pixels = fmask.u.legacy.level[0].nblk_x; [all...] |
| /xsrc/external/mit/libdrm/dist/radeon/ |
| H A D | radeon_surface.h | 75 uint32_t nblk_x; member in struct:radeon_surface_level
|
| H A D | radeon_surface.c | 176 surflevel->nblk_x = (surflevel->npix_x + surf->blk_w - 1) / surf->blk_w; 181 if (surflevel->nblk_x < xalign || surflevel->nblk_y < yalign) { 186 surflevel->nblk_x = ALIGN(surflevel->nblk_x, xalign); 191 surflevel->pitch_bytes = surflevel->nblk_x * bpe * surf->nsamples; 585 surflevel->nblk_x = (surflevel->npix_x + surf->blk_w - 1) / surf->blk_w; 590 if (surflevel->nblk_x < mtilew || surflevel->nblk_y < mtileh) { 595 surflevel->nblk_x = ALIGN(surflevel->nblk_x, mtilew); 600 mtile_pr = surflevel->nblk_x / mtile [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/ |
| H A D | radeon_vce_50.c | 128 RVCE_CS(enc->luma->u.legacy.level[0].nblk_x * enc->luma->bpe); // encInputPicLumaPitch 129 RVCE_CS(enc->chroma->u.legacy.level[0].nblk_x * enc->chroma->bpe); // encInputPicChromaPitch
|
| H A D | radeon_vce_40_2_2.c | 88 RVCE_CS(enc->luma->u.legacy.level[0].nblk_x * enc->luma->bpe); // encRefPicLumaPitch 89 RVCE_CS(enc->chroma->u.legacy.level[0].nblk_x * enc->chroma->bpe); // encRefPicChromaPitch 318 RVCE_CS(enc->luma->u.legacy.level[0].nblk_x * enc->luma->bpe); // encInputPicLumaPitch 319 RVCE_CS(enc->chroma->u.legacy.level[0].nblk_x * enc->chroma->bpe); // encInputPicChromaPitch
|
| H A D | radeon_vce.c | 226 pitch = align(enc->luma->u.legacy.level[0].nblk_x * enc->luma->bpe, 128); 466 align(tmp_surf->u.legacy.level[0].nblk_x * tmp_surf->bpe, 128) *
|
| H A D | radeon_uvd_enc_1_1.c | 848 (enc->luma->u.legacy.level[0].nblk_x * enc->luma->bpe); 850 (enc->chroma->u.legacy.level[0].nblk_x * enc->chroma->bpe); 980 (enc->luma->u.legacy.level[0].nblk_x * enc->luma->bpe); 982 (enc->chroma->u.legacy.level[0].nblk_x * enc->chroma->bpe);
|
| H A D | radeon_vce_52.c | 187 RVCE_CS(enc->luma->u.legacy.level[0].nblk_x * enc->luma->bpe); // encRefPicLumaPitch 188 RVCE_CS(enc->chroma->u.legacy.level[0].nblk_x * enc->chroma->bpe); // encRefPicChromaPitch 263 RVCE_CS(enc->luma->u.legacy.level[0].nblk_x * enc->luma->bpe); // encInputPicLumaPitch 264 RVCE_CS(enc->chroma->u.legacy.level[0].nblk_x * enc->chroma->bpe); // encInputPicChromaPitch
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/ |
| H A D | radeon_vce_50.c | 125 RVCE_CS(enc->luma->u.legacy.level[0].nblk_x * enc->luma->bpe); // encInputPicLumaPitch 126 RVCE_CS(enc->chroma->u.legacy.level[0].nblk_x * enc->chroma->bpe); // encInputPicChromaPitch
|
| H A D | radeon_vce_40_2_2.c | 85 RVCE_CS(enc->luma->u.legacy.level[0].nblk_x * enc->luma->bpe); // encRefPicLumaPitch 86 RVCE_CS(enc->chroma->u.legacy.level[0].nblk_x * enc->chroma->bpe); // encRefPicChromaPitch 315 RVCE_CS(enc->luma->u.legacy.level[0].nblk_x * enc->luma->bpe); // encInputPicLumaPitch 316 RVCE_CS(enc->chroma->u.legacy.level[0].nblk_x * enc->chroma->bpe); // encInputPicChromaPitch
|
| H A D | radeon_vce.c | 223 pitch = align(enc->luma->u.legacy.level[0].nblk_x * enc->luma->bpe, 128); 453 ? align(tmp_surf->u.legacy.level[0].nblk_x * tmp_surf->bpe, 128) *
|
| H A D | radeon_uvd_enc_1_1.c | 760 enc->enc_pic.ctx_buf.rec_luma_pitch = (enc->luma->u.legacy.level[0].nblk_x * enc->luma->bpe); 762 (enc->chroma->u.legacy.level[0].nblk_x * enc->chroma->bpe); 879 (enc->luma->u.legacy.level[0].nblk_x * enc->luma->bpe); 881 (enc->chroma->u.legacy.level[0].nblk_x * enc->chroma->bpe);
|
| H A D | radeon_vce_52.c | 194 RVCE_CS(enc->luma->u.legacy.level[0].nblk_x * enc->luma->bpe); // encRefPicLumaPitch 195 RVCE_CS(enc->chroma->u.legacy.level[0].nblk_x * enc->chroma->bpe); // encRefPicChromaPitch 270 RVCE_CS(enc->luma->u.legacy.level[0].nblk_x * enc->luma->bpe); // encInputPicLumaPitch 271 RVCE_CS(enc->chroma->u.legacy.level[0].nblk_x * enc->chroma->bpe); // encInputPicChromaPitch
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_dma.c | 130 slice_tile_max = (tiled->surface.u.legacy.level[tiled_lvl].nblk_x * 233 dst_pitch = sdst->surface.u.legacy.level[dst_level].nblk_x * sdst->surface.bpe; 234 src_pitch = ssrc->surface.u.legacy.level[src_level].nblk_x * ssrc->surface.bpe;
|
| H A D | cik_sdma.c | 126 unsigned dst_pitch = sdst->surface.u.legacy.level[dst_level].nblk_x; 127 unsigned src_pitch = ssrc->surface.u.legacy.level[src_level].nblk_x;
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_surface.h | 82 unsigned nblk_x:15; member in struct:legacy_surf_level
|
| H A D | ac_surface.c | 330 AddrSurfInfoIn->basePitch = surf->u.legacy.stencil_level[0].nblk_x; 332 AddrSurfInfoIn->basePitch = surf->u.legacy.level[0].nblk_x; 349 surf_level->nblk_x = AddrSurfInfoOut->pitch; 596 unsigned width = align(surf->u.legacy.level[0].nblk_x, cl_width*8); 901 if (surf->u.legacy.stencil_level[level].nblk_x != 902 surf->u.legacy.level[level].nblk_x) 905 surf->u.legacy.level[level].nblk_x = 906 surf->u.legacy.stencil_level[level].nblk_x;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | radeon_vce.c | 230 pitch = align(enc->luma->u.legacy.level[0].nblk_x * enc->luma->bpe, 128); 455 cpb_size = align(tmp_surf->u.legacy.level[0].nblk_x * tmp_surf->bpe, 128) *
|
| H A D | r600_texture.c | 179 *stride = rtex->surface.u.legacy.level[level].nblk_x * 192 rtex->surface.u.legacy.level[level].nblk_x + 255 pitch_in_bytes_override != surface->u.legacy.level[0].nblk_x * bpe) { 259 surface->u.legacy.level[0].nblk_x = pitch_in_bytes_override / bpe; 290 metadata->u.legacy.stride = surface->u.legacy.level[0].nblk_x * surface->bpe; 460 stride = rtex->surface.u.legacy.level[0].nblk_x * 650 out->slice_tile_max = (fmask.u.legacy.level[0].nblk_x * fmask.u.legacy.level[0].nblk_y) / 64; 655 out->pitch_in_pixels = fmask.u.legacy.level[0].nblk_x; 800 width = align(rtex->surface.u.legacy.level[0].nblk_x, cl_width * 8); 871 "npix_x=%u, npix_y=%u, npix_z=%u, nblk_x [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | radeon_vce.c | 234 pitch = align(enc->luma->u.legacy.level[0].nblk_x * enc->luma->bpe, 128); 455 cpb_size = align(tmp_surf->u.legacy.level[0].nblk_x * tmp_surf->bpe, 128) *
|
| H A D | r600_texture.c | 180 *stride = rtex->surface.u.legacy.level[level].nblk_x * 193 rtex->surface.u.legacy.level[level].nblk_x + 254 pitch_in_bytes_override != surface->u.legacy.level[0].nblk_x * bpe) { 258 surface->u.legacy.level[0].nblk_x = pitch_in_bytes_override / bpe; 289 metadata->u.legacy.stride = surface->u.legacy.level[0].nblk_x * surface->bpe; 459 stride = rtex->surface.u.legacy.level[0].nblk_x * 645 out->slice_tile_max = (fmask.u.legacy.level[0].nblk_x * fmask.u.legacy.level[0].nblk_y) / 64; 650 out->pitch_in_pixels = fmask.u.legacy.level[0].nblk_x; 795 width = align(rtex->surface.u.legacy.level[0].nblk_x, cl_width * 8); 866 "npix_x=%u, npix_y=%u, npix_z=%u, nblk_x [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_sdma_copy_image.c | 241 unsigned dst_pitch = sdst->surface.u.legacy.level[0].nblk_x; 242 unsigned src_pitch = ssrc->surface.u.legacy.level[0].nblk_x;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_surface.h | 95 unsigned nblk_x : 15; member in struct:legacy_surf_level
|
| H A D | ac_surface.c | 619 AddrSurfInfoIn->basePitch = surf->u.legacy.zs.stencil_level[0].nblk_x; 621 AddrSurfInfoIn->basePitch = surf->u.legacy.level[0].nblk_x; 637 surf_level->nblk_x = AddrSurfInfoOut->pitch; 666 if (surf_level->nblk_x >= surf->prt_tile_width && 928 unsigned width = align(surf->u.legacy.level[0].nblk_x, cl_width * 8); 1220 if (surf->u.legacy.zs.stencil_level[level].nblk_x != surf->u.legacy.level[level].nblk_x) 1223 surf->u.legacy.level[level].nblk_x = surf->u.legacy.zs.stencil_level[level].nblk_x; 2814 if (surf->u.legacy.level[0].nblk_x ! [all...] |