Searched refs:surf_pitch (Results 1 – 14 of 14) sorted by relevance
55 config.nv04.surf_pitch = s->pitch; in nouveau_surface_alloc()
67 .nv04.surf_pitch = 0 in setup_hierz_buffer()
302 bo->config.nv04.surf_pitch = info->tile_mode; in abi16_bo_info()347 info->tile_mode = config->nv04.surf_pitch; in abi16_bo_init()
99 uint32_t surf_pitch; member
133 uint16_t surf_pitch; /* in blocks */ member
887 surf->u.gfx9.surf_pitch = out.pitch; in gfx9_compute_miptree()
187 RVCE_CS(enc->luma->u.gfx9.surf_pitch * enc->luma->bpe); // encRefPicLumaPitch in create()188 RVCE_CS(enc->chroma->u.gfx9.surf_pitch * enc->chroma->bpe); // encRefPicChromaPitch in create()267 RVCE_CS(enc->luma->u.gfx9.surf_pitch * enc->luma->bpe); // encInputPicLumaPitch in encode()268 RVCE_CS(enc->chroma->u.gfx9.surf_pitch * enc->chroma->bpe); // encInputPicChromaPitch in encode()
229 pitch = align(enc->luma->u.gfx9.surf_pitch * enc->luma->bpe, 256); in si_vce_frame_offset()466 align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) * in si_vce_create_encoder()
281 align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) * in radeon_create_encoder()
188 *stride = rtex->surface.u.gfx9.surf_pitch * rtex->surface.bpe; in r600_texture_get_offset()199 rtex->surface.u.gfx9.surf_pitch + in r600_texture_get_offset()305 surface->u.gfx9.surf_pitch = pitch; in r600_init_surface()749 stride = rtex->surface.u.gfx9.surf_pitch * in r600_texture_get_handle()1068 rtex->surface.u.gfx9.surf_pitch); in si_print_texture_info()
709 enc->enc_pic.enc_params.input_pic_luma_pitch = enc->luma->u.gfx9.surf_pitch; in radeon_enc_encode_params()710 enc->enc_pic.enc_params.input_pic_chroma_pitch = enc->chroma->u.gfx9.surf_pitch; in radeon_enc_encode_params()
661 decode->dt_pitch = luma->surface.u.gfx9.surf_pitch * luma->surface.blk_w; in rvcn_dec_message_decode()
1619 msg->body.decode.dt_pitch = luma->u.gfx9.surf_pitch * luma->blk_w; in si_uvd_set_dt_surfaces()
1251 pLayout->rowPitch = surface->u.gfx9.surf_pitch * surface->bpe; in radv_GetImageSubresourceLayout()