Home
last modified time | relevance | path

Searched refs:create_video_codec (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.c381 pipe->create_video_codec = nv84_create_decoder; in nv50_create()
385 pipe->create_video_codec = nv98_create_decoder; in nv50_create()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c142 rctx->b.b.create_video_codec = r600_uvd_create_decoder; in r600_create_context()
145 rctx->b.b.create_video_codec = vl_create_decoder; in r600_create_context()
/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context_common.cpp380 ctx->base.create_video_codec = d3d12_video_create_codec; in d3d12_context_create()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h939 struct pipe_video_codec *(*create_video_codec)(struct pipe_context *context, member
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.c418 r300->context.create_video_codec = vl_create_decoder;
/external/mesa3d/src/gallium/frontends/va/
Dcontext.c448 context->decoder = drv->pipe->create_video_codec(drv->pipe, &context->templat); in vlVaCreateContext()
Dpostproc.c661 context->decoder = drv->pipe->create_video_codec(drv->pipe, &context->templat); in vlVaHandleVAProcPipelineParameterBufferType()
Dpicture.c279 context->decoder = drv->pipe->create_video_codec(drv->pipe, in handlePictureParameterBuffer()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c479 pipe->create_video_codec = nvc0_create_decoder; in nvc0_create()
/external/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c1035 return context->gpu->create_video_codec(context->gpu, template); in tegra_create_video_codec()
1399 context->base.create_video_codec = tegra_create_video_codec; in tegra_screen_context_create()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c741 sctx->b.create_video_codec = si_uvd_create_decoder; in si_create_context()
746 sctx->b.create_video_codec = vl_create_decoder; in si_create_context()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c901 nv->pipe.create_video_codec = nouveau_context_create_decoder; in nouveau_context_init_vdec()
/external/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c2085 result = context->create_video_codec(context, templat); in trace_context_create_video_codec()
2536 TR_CTX_INIT(create_video_codec); in trace_context_create()
/external/mesa3d/src/gallium/frontends/vdpau/
Ddecode.c128 vldecoder->decoder = pipe->create_video_codec(pipe, &templat); in vlVdpDecoderCreate()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.c1789 vctx->base.create_video_codec = virgl_video_create_codec; in virgl_context_create()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c5390 CTX_INIT(create_video_codec); in threaded_context_create()
/external/mesa3d/docs/relnotes/
D22.2.0.rst5645 - d3d12: Add create_video_codec and create_video_buffer entrypoints