Home
last modified time | relevance | path

Searched refs:tmp_surf (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_uvd_enc.c272 struct radeon_surf *tmp_surf; in radeon_uvd_create_encoder() local
323 get_buffer(((struct vl_video_buffer *)tmp_buf)->resources[0], NULL, &tmp_surf); in radeon_uvd_create_encoder()
326 ? align(tmp_surf->u.legacy.level[0].nblk_x * tmp_surf->bpe, 128) * in radeon_uvd_create_encoder()
327 align(tmp_surf->u.legacy.level[0].nblk_y, 32) in radeon_uvd_create_encoder()
328 : align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) * in radeon_uvd_create_encoder()
329 align(tmp_surf->u.gfx9.surf_height, 32); in radeon_uvd_create_encoder()
Dradeon_vce.c387 struct radeon_surf *tmp_surf; in si_vce_create_encoder() local
448 get_buffer(((struct vl_video_buffer *)tmp_buf)->resources[0], NULL, &tmp_surf); in si_vce_create_encoder()
451 ? align(tmp_surf->u.legacy.level[0].nblk_x * tmp_surf->bpe, 128) * in si_vce_create_encoder()
452 align(tmp_surf->u.legacy.level[0].nblk_y, 32) in si_vce_create_encoder()
455 align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) * in si_vce_create_encoder()
456 align(tmp_surf->u.gfx9.surf_height, 32); in si_vce_create_encoder()
Dradeon_vcn_enc.c389 struct radeon_surf *tmp_surf; in radeon_create_encoder() local
438 get_buffer(((struct vl_video_buffer *)tmp_buf)->resources[0], NULL, &tmp_surf); in radeon_create_encoder()
441 ? align(tmp_surf->u.legacy.level[0].nblk_x * tmp_surf->bpe, 128) * in radeon_create_encoder()
442 align(tmp_surf->u.legacy.level[0].nblk_y, 32) in radeon_create_encoder()
443 : align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) * in radeon_create_encoder()
444 align(tmp_surf->u.gfx9.surf_height, 32); in radeon_create_encoder()
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_vce.c402 struct radeon_surf *tmp_surf; in rvce_create_encoder() local
453 get_buffer(((struct vl_video_buffer *)tmp_buf)->resources[0], NULL, &tmp_surf); in rvce_create_encoder()
455 cpb_size = align(tmp_surf->u.legacy.level[0].nblk_x * tmp_surf->bpe, 128) * in rvce_create_encoder()
456 align(tmp_surf->u.legacy.level[0].nblk_y, 32); in rvce_create_encoder()
/external/mesa3d/src/intel/vulkan/
Danv_image.c1809 struct isl_surf tmp_surf; in anv_image_fill_surface_state() local
1826 &tmp_surf, in anv_image_fill_surface_state()
1841 tmp_surf.logical_level0_px = in anv_image_fill_surface_state()
1842 isl_surf_get_logical_level0_el(&tmp_surf); in anv_image_fill_surface_state()
1843 tmp_surf.phys_level0_sa = isl_surf_get_phys_level0_el(&tmp_surf); in anv_image_fill_surface_state()
1844 tmp_surf.format = view.format; in anv_image_fill_surface_state()
1848 isl_surf = &tmp_surf; in anv_image_fill_surface_state()