Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_enc.c228 struct radeon_surf *tmp_surf; in radeon_create_encoder() local
276 get_buffer(((struct vl_video_buffer *)tmp_buf)->resources[0], NULL, &tmp_surf); in radeon_create_encoder()
279 align(tmp_surf->u.legacy.level[0].nblk_x * tmp_surf->bpe, 128) * in radeon_create_encoder()
280 align(tmp_surf->u.legacy.level[0].nblk_y, 32) : in radeon_create_encoder()
281 align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) * in radeon_create_encoder()
282 align(tmp_surf->u.gfx9.surf_height, 32); in radeon_create_encoder()
Dradeon_vce.c395 struct radeon_surf *tmp_surf; in si_vce_create_encoder() local
460 get_buffer(((struct vl_video_buffer *)tmp_buf)->resources[0], NULL, &tmp_surf); in si_vce_create_encoder()
463 align(tmp_surf->u.legacy.level[0].nblk_x * tmp_surf->bpe, 128) * in si_vce_create_encoder()
464 align(tmp_surf->u.legacy.level[0].nblk_y, 32) : in si_vce_create_encoder()
466 align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) * in si_vce_create_encoder()
467 align(tmp_surf->u.gfx9.surf_height, 32); in si_vce_create_encoder()
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_vce.c396 struct radeon_surf *tmp_surf; in rvce_create_encoder() local
451 get_buffer(((struct vl_video_buffer *)tmp_buf)->resources[0], NULL, &tmp_surf); in rvce_create_encoder()
453 cpb_size = align(tmp_surf->u.legacy.level[0].nblk_x * tmp_surf->bpe, 128) * in rvce_create_encoder()
454 align(tmp_surf->u.legacy.level[0].nblk_y, 32); in rvce_create_encoder()
/external/mesa3d/src/intel/vulkan/
Danv_image.c971 struct isl_surf tmp_surf; in anv_image_fill_surface_state() local
988 &tmp_surf, in anv_image_fill_surface_state()
1003 tmp_surf.format = view.format; in anv_image_fill_surface_state()
1004 tmp_surf.logical_level0_px.width = in anv_image_fill_surface_state()
1005 DIV_ROUND_UP(tmp_surf.logical_level0_px.width, fmtl->bw); in anv_image_fill_surface_state()
1006 tmp_surf.logical_level0_px.height = in anv_image_fill_surface_state()
1007 DIV_ROUND_UP(tmp_surf.logical_level0_px.height, fmtl->bh); in anv_image_fill_surface_state()
1008 tmp_surf.phys_level0_sa.width /= fmtl->bw; in anv_image_fill_surface_state()
1009 tmp_surf.phys_level0_sa.height /= fmtl->bh; in anv_image_fill_surface_state()
1013 isl_surf = &tmp_surf; in anv_image_fill_surface_state()