Searched refs:surf_pitch (Results 1 – 24 of 24) 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
198 RVCE_CS(enc->luma->u.gfx9.surf_pitch * enc->luma->bpe); // encRefPicLumaPitch in create()199 RVCE_CS(enc->chroma->u.gfx9.surf_pitch * enc->chroma->bpe); // encRefPicChromaPitch in create()278 RVCE_CS(enc->luma->u.gfx9.surf_pitch * enc->luma->bpe); // encInputPicLumaPitch in encode()279 RVCE_CS(enc->chroma->u.gfx9.surf_pitch * enc->chroma->bpe); // encInputPicChromaPitch in encode()
226 pitch = align(enc->luma->u.gfx9.surf_pitch * enc->luma->bpe, 256); in si_vce_frame_offset()457 align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) * in si_vce_create_encoder()
764 enc->enc_pic.ctx_buf.rec_luma_pitch = enc->luma->u.gfx9.surf_pitch * enc->luma->bpe; in radeon_uvd_enc_ctx()765 enc->enc_pic.ctx_buf.rec_chroma_pitch = enc->chroma->u.gfx9.surf_pitch * enc->chroma->bpe; in radeon_uvd_enc_ctx()883 enc->enc_pic.enc_params.input_pic_luma_pitch = enc->luma->u.gfx9.surf_pitch * enc->luma->bpe; in radeon_uvd_enc_encode_params_hevc()885 enc->chroma->u.gfx9.surf_pitch * enc->chroma->bpe; in radeon_uvd_enc_encode_params_hevc()
1156 enc->enc_pic.enc_params.input_pic_luma_pitch = enc->luma->u.gfx9.surf_pitch; in radeon_enc_encode_params()1157 enc->enc_pic.enc_params.input_pic_chroma_pitch = enc->chroma->u.gfx9.surf_pitch; in radeon_enc_encode_params()1206 enc->enc_pic.enc_params.input_pic_luma_pitch = enc->luma->u.gfx9.surf_pitch; in radeon_enc_encode_params_hevc()1207 enc->enc_pic.enc_params.input_pic_chroma_pitch = enc->chroma->u.gfx9.surf_pitch; in radeon_enc_encode_params_hevc()
327 : align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) * in radeon_uvd_create_encoder()
50 dec->jpg.dt_pitch = luma->surface.u.gfx9.surf_pitch * luma->surface.blk_w; in radeon_jpeg_get_decode_param()
450 : align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) * in radeon_create_encoder()
1664 decode->dt_pitch = luma->surface.u.gfx9.surf_pitch * luma->surface.blk_w; in rvcn_dec_message_decode()1665 decode->dt_uv_pitch = chroma->surface.u.gfx9.surf_pitch * chroma->surface.blk_w; in rvcn_dec_message_decode()1691 decode->db_pitch_uv = chroma->surface.u.gfx9.surf_pitch * chroma->surface.blk_w; in rvcn_dec_message_decode()
1485 msg->body.decode.dt_pitch = luma->u.gfx9.surf_pitch * luma->blk_w; in si_uvd_set_dt_surfaces()
142 input.pitchInElement = surf->u.gfx9.surf_pitch; in generate_hash()274 assert(surf.u.gfx9.surf_pitch == aligned_pitch); in test_modifier()
1684 surf->u.gfx9.surf_pitch = out.pitch; in gfx9_compute_miptree()1692 surf->u.gfx9.surf_pitch = align(surf->u.gfx9.surf_pitch / surf->blk_w, 256 / surf->bpe); in gfx9_compute_miptree()1694 MAX2(surf->u.gfx9.epitch, surf->u.gfx9.surf_pitch * surf->blk_w - 1); in gfx9_compute_miptree()1702 surf->u.gfx9.surf_pitch * out.height * surf->bpe * surf->blk_w); in gfx9_compute_miptree()2794 if (surf->u.gfx9.surf_pitch != pitch && require_equal_pitch) in ac_surface_override_offset_stride()2800 if (pitch != surf->u.gfx9.surf_pitch) { in ac_surface_override_offset_stride()2803 surf->u.gfx9.surf_pitch = pitch; in ac_surface_override_offset_stride()2887 return surf->u.gfx9.surf_pitch * surf->bpe; in ac_surface_get_plane_stride()2927 surf->u.gfx9.epitch, surf->u.gfx9.surf_pitch, in ac_surface_print_info()
235 uint16_t surf_pitch; /* in blocks */ member
96 - ac/surface: adapt surf_size when modifying surf_pitch
152 - ac/surface: fix epitch when modifying surf_pitch
3726 - ac/surface: fix epitch when modifying surf_pitch3742 - ac/surface: adapt surf_size when modifying surf_pitch
3382 - radeonsi: fix surf_pitch for subsampled surface
118 unsigned dst_pitch = sdst->surface.u.gfx9.surf_pitch; in si_sdma_v4_v5_copy_texture()119 unsigned src_pitch = ssrc->surface.u.gfx9.surf_pitch; in si_sdma_v4_v5_copy_texture()
126 *stride = tex->surface.u.gfx9.surf_pitch * tex->surface.bpe; in si_texture_get_offset()136 (box->y / tex->surface.blk_h * tex->surface.u.gfx9.surf_pitch + in si_texture_get_offset()
2282 pLayout->rowPitch = surface->u.gfx9.surf_pitch * surface->bpe / 3; in radv_GetImageSubresourceLayout()2285 surface->is_linear ? surface->u.gfx9.pitch[level] : surface->u.gfx9.surf_pitch; in radv_GetImageSubresourceLayout()
1359 stride = surf->image->planes[0].surface.u.gfx9.surf_pitch; in get_image_stride_for_r32g32b32()