Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeon/
Dradeon_uvd_enc.c272 struct radeon_surf *tmp_surf; in radeon_uvd_create_encoder() local
322 get_buffer(((struct vl_video_buffer *)tmp_buf)->resources[0], NULL, &tmp_surf); in radeon_uvd_create_encoder()
325 ? align(tmp_surf->u.legacy.level[0].nblk_x * tmp_surf->bpe, 128) * in radeon_uvd_create_encoder()
326 align(tmp_surf->u.legacy.level[0].nblk_y, 32) in radeon_uvd_create_encoder()
327 : align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) * in radeon_uvd_create_encoder()
328 align(tmp_surf->u.gfx9.surf_height, 32); in radeon_uvd_create_encoder()
Dradeon_vce.c389 struct radeon_surf *tmp_surf; in si_vce_create_encoder() local
450 get_buffer(((struct vl_video_buffer *)tmp_buf)->resources[0], NULL, &tmp_surf); in si_vce_create_encoder()
453 ? align(tmp_surf->u.legacy.level[0].nblk_x * tmp_surf->bpe, 128) * in si_vce_create_encoder()
454 align(tmp_surf->u.legacy.level[0].nblk_y, 32) in si_vce_create_encoder()
457 align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) * in si_vce_create_encoder()
458 align(tmp_surf->u.gfx9.surf_height, 32); in si_vce_create_encoder()
Dradeon_vcn_enc.c401 struct radeon_surf *tmp_surf; in radeon_create_encoder() local
445 get_buffer(((struct vl_video_buffer *)tmp_buf)->resources[0], NULL, &tmp_surf); in radeon_create_encoder()
448 ? align(tmp_surf->u.legacy.level[0].nblk_x * tmp_surf->bpe, 128) * in radeon_create_encoder()
449 align(tmp_surf->u.legacy.level[0].nblk_y, 32) in radeon_create_encoder()
450 : align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) * in radeon_create_encoder()
451 align(tmp_surf->u.gfx9.surf_height, 32); in radeon_create_encoder()
/third_party/flutter/skia/tools/
Dskottie2movie.cpp119 sk_sp<SkSurface> surf, tmp_surf; in main() local
129 tmp_surf = surf->makeSurface(surf->width(), surf->height()); in main()
142 … produce_frame(surf.get(), tmp_surf.get(), animation.get(), frame_time, frame_duration, in main()
/third_party/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()
/third_party/ffmpeg/libavcodec/
Dnvenc.c1682 NvencSurface *tmp_surf; in get_free_frame() local
1688 av_fifo_generic_read(ctx->unused_surface_queue, &tmp_surf, sizeof(tmp_surf), NULL); in get_free_frame()
1689 return tmp_surf; in get_free_frame()
/third_party/mesa3d/src/intel/vulkan/
Danv_image.c2423 struct isl_surf tmp_surf; in anv_image_fill_surface_state() local
2437 &tmp_surf, &view, in anv_image_fill_surface_state()
2440 isl_surf = &tmp_surf; in anv_image_fill_surface_state()