| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/ |
| H A D | radeon_uvd_enc.c | 292 struct radeon_surf *tmp_surf; local in function:radeon_uvd_create_encoder 346 &tmp_surf); 349 align(tmp_surf->u.legacy.level[0].nblk_x * tmp_surf->bpe, 128) * 350 align(tmp_surf->u.legacy.level[0].nblk_y, 32) : 351 align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) * 352 align(tmp_surf->u.gfx9.surf_height, 32);
|
| H A D | radeon_vcn_enc.c | 271 struct radeon_surf *tmp_surf; local in function:radeon_create_encoder 320 get_buffer(((struct vl_video_buffer *)tmp_buf)->resources[0], NULL, &tmp_surf); 323 align(tmp_surf->u.legacy.level[0].nblk_x * tmp_surf->bpe, 128) * 324 align(tmp_surf->u.legacy.level[0].nblk_y, 32) : 325 align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) * 326 align(tmp_surf->u.gfx9.surf_height, 32);
|
| H A D | radeon_vce.c | 397 struct radeon_surf *tmp_surf; local in function:si_vce_create_encoder 463 get_buffer(((struct vl_video_buffer *)tmp_buf)->resources[0], NULL, &tmp_surf); 466 align(tmp_surf->u.legacy.level[0].nblk_x * tmp_surf->bpe, 128) * 467 align(tmp_surf->u.legacy.level[0].nblk_y, 32) : 469 align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) * 470 align(tmp_surf->u.gfx9.surf_height, 32);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/ |
| H A D | radeon_uvd_enc.c | 272 struct radeon_surf *tmp_surf; local in function:radeon_uvd_create_encoder 322 get_buffer(((struct vl_video_buffer *)tmp_buf)->resources[0], NULL, &tmp_surf); 325 ? align(tmp_surf->u.legacy.level[0].nblk_x * tmp_surf->bpe, 128) * 326 align(tmp_surf->u.legacy.level[0].nblk_y, 32) 327 : align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) * 328 align(tmp_surf->u.gfx9.surf_height, 32);
|
| H A D | radeon_vce.c | 389 struct radeon_surf *tmp_surf; local in function:si_vce_create_encoder 450 get_buffer(((struct vl_video_buffer *)tmp_buf)->resources[0], NULL, &tmp_surf); 453 ? align(tmp_surf->u.legacy.level[0].nblk_x * tmp_surf->bpe, 128) * 454 align(tmp_surf->u.legacy.level[0].nblk_y, 32) 457 align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) * 458 align(tmp_surf->u.gfx9.surf_height, 32);
|
| H A D | radeon_vcn_enc.c | 401 struct radeon_surf *tmp_surf; local in function:radeon_create_encoder 445 get_buffer(((struct vl_video_buffer *)tmp_buf)->resources[0], NULL, &tmp_surf); 448 ? align(tmp_surf->u.legacy.level[0].nblk_x * tmp_surf->bpe, 128) * 449 align(tmp_surf->u.legacy.level[0].nblk_y, 32) 450 : align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) * 451 align(tmp_surf->u.gfx9.surf_height, 32);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | radeon_vce.c | 398 struct radeon_surf *tmp_surf; local in function:rvce_create_encoder 453 get_buffer(((struct vl_video_buffer *)tmp_buf)->resources[0], NULL, &tmp_surf); 455 cpb_size = align(tmp_surf->u.legacy.level[0].nblk_x * tmp_surf->bpe, 128) * 456 align(tmp_surf->u.legacy.level[0].nblk_y, 32);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | radeon_vce.c | 402 struct radeon_surf *tmp_surf; local in function:rvce_create_encoder 453 get_buffer(((struct vl_video_buffer *)tmp_buf)->resources[0], NULL, &tmp_surf); 455 cpb_size = align(tmp_surf->u.legacy.level[0].nblk_x * tmp_surf->bpe, 128) * 456 align(tmp_surf->u.legacy.level[0].nblk_y, 32);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_image.c | 1330 struct isl_surf tmp_surf; local in function:anv_image_fill_surface_state 1347 &tmp_surf, 1362 tmp_surf.logical_level0_px = 1363 isl_surf_get_logical_level0_el(&tmp_surf); 1364 tmp_surf.phys_level0_sa = isl_surf_get_phys_level0_el(&tmp_surf); 1365 tmp_surf.format = view.format; 1369 isl_surf = &tmp_surf;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_image.c | 2434 struct isl_surf tmp_surf; local in function:anv_image_fill_surface_state 2448 &tmp_surf, &view, 2451 isl_surf = &tmp_surf;
|