Searched refs:surf_height (Results 1 – 7 of 7) sorted by relevance
134 uint16_t surf_height; member
888 surf->u.gfx9.surf_height = out.height; in gfx9_compute_miptree()
230 vpitch = align(enc->luma->u.gfx9.surf_height, 16); in si_vce_frame_offset()467 align(tmp_surf->u.gfx9.surf_height, 32); in si_vce_create_encoder()
282 align(tmp_surf->u.gfx9.surf_height, 32); in radeon_create_encoder()
189 RVCE_CS(align(enc->luma->u.gfx9.surf_height, 16) / 8); // encRefYHeightInQw in create()266 RVCE_CS(align(enc->luma->u.gfx9.surf_height, 16)); // encInputFrameYPitch in encode()
307 (uint64_t)pitch * surface->u.gfx9.surf_height * bpe; in r600_init_surface()
1332 EGLint surf_height = surf->Height; in _eglSetDamageRegionKHRClampRects() local1345 if (rect_height > surf_height - y) in _eglSetDamageRegionKHRClampRects()1346 rects[i + 3] = surf_height - y; in _eglSetDamageRegionKHRClampRects()