Home
last modified time | relevance | path

Searched refs:create_video_buffer (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/vdpau/
H A Dsurface.c96 p_surf->video_buffer = pipe->create_video_buffer(pipe, &p_surf->templat); in vlVdpVideoSurfaceCreate()
348 p_surf->video_buffer = pipe->create_video_buffer(pipe, &p_surf->templat); in vlVdpVideoSurfacePutBitsYCbCr()
466 p_surf->video_buffer = pipe->create_video_buffer(pipe, &p_surf->templat); in vlVdpVideoSurfaceGallium()
501 p_surf->video_buffer = pipe->create_video_buffer(pipe, &p_surf->templat); in vlVdpVideoSurfaceDMABuf()
H A Doutput.c483 vbuffer = pipe->create_video_buffer(pipe, &vtmpl); in vlVdpOutputSurfacePutBitsYCbCr()
H A Ddecode.c1118 vlsurf->video_buffer = dec->context->create_video_buffer(dec->context, &vlsurf->templat); in vlVdpDecoderRender()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c382 pipe->create_video_buffer = nv84_video_buffer_create; in nv50_create()
386 pipe->create_video_buffer = nv98_video_buffer_create; in nv50_create()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.c143 rctx->b.b.create_video_buffer = r600_video_buffer_create; in r600_create_context()
146 rctx->b.b.create_video_buffer = vl_video_buffer_create; in r600_create_context()
H A Dradeon_vce.c420 if (!(tmp_buf = context->create_video_buffer(context, &templat))) { in rvce_create_encoder()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/va/
H A Dimage.c406 new_buffer = drv->pipe->create_video_buffer(drv->pipe, &new_template); in vlVaDeriveImage()
735 tmp_buf = drv->pipe->create_video_buffer(drv->pipe, &surf->templat); in vlVaPutImage()
H A Dsurface.c1089 surface->buffer = drv->pipe->create_video_buffer(drv->pipe, templat); in vlVaHandleSurfaceAllocate()
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
H A Dgralloc.rs427 fn create_video_buffer() { in create_video_buffer() function
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h944 struct pipe_video_buffer *(*create_video_buffer)(struct pipe_context *context, member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context_common.cpp381 ctx->base.create_video_buffer = d3d12_video_buffer_create; in d3d12_context_create()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.c419 r300->context.create_video_buffer = vl_video_buffer_create;
/aosp_15_r20/external/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_context.c1043 return context->gpu->create_video_buffer(context->gpu, template); in tegra_create_video_buffer()
1399 context->base.create_video_buffer = tegra_create_video_buffer; in tegra_screen_context_create()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c730 sctx->b.create_video_buffer = si_video_buffer_create; in si_create_context()
735 sctx->b.create_video_buffer = vl_video_buffer_create; in si_create_context()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c480 pipe->create_video_buffer = nvc0_video_buffer_create; in nvc0_create()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c2133 result = context->create_video_buffer(context, templat); in trace_context_create_video_buffer()
2518 TR_CTX_INIT(create_video_buffer); in trace_context_create()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.c902 nv->pipe.create_video_buffer = nouveau_context_video_buffer_create; in nouveau_context_init_vdec()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_context.c1792 vctx->base.create_video_buffer = virgl_video_create_buffer; in virgl_context_create()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c5377 CTX_INIT(create_video_buffer); in threaded_context_create()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D22.2.0.rst5645 - d3d12: Add create_video_codec and create_video_buffer entrypoints