Home
last modified time | relevance | path

Searched refs:vpitch (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vce.c220 unsigned pitch, vpitch, fsize; in si_vce_frame_offset() local
224 vpitch = align(enc->luma->u.legacy.level[0].nblk_y, 16); in si_vce_frame_offset()
227 vpitch = align(enc->luma->u.gfx9.surf_height, 16); in si_vce_frame_offset()
229 fsize = pitch * (vpitch + vpitch / 2); in si_vce_frame_offset()
232 *chroma_offset = *luma_offset + pitch * vpitch; in si_vce_frame_offset()
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_vce.c232 unsigned pitch, vpitch, fsize; in rvce_frame_offset() local
235 vpitch = align(enc->luma->u.legacy.level[0].nblk_y, 16); in rvce_frame_offset()
236 fsize = pitch * (vpitch + vpitch / 2); in rvce_frame_offset()
239 *chroma_offset = *luma_offset + pitch * vpitch; in rvce_frame_offset()