Home
last modified time | relevance | path

Searched refs:util_blitter_create (Results 1 - 20 of 20) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_context.c201 vc4->blitter = util_blitter_create(pctx); in vc4_context_create()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_context.c231 i915->blitter = util_blitter_create(&i915->base); in i915_create_context()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_swtnl_draw.c178 svga->blitter = util_blitter_create(&svga->pipe); in svga_init_swtnl()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_context.c326 softpipe->blitter = util_blitter_create(&softpipe->pipe); in softpipe_create_context()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_context.c392 v3d->blitter = util_blitter_create(pctx); in v3d_context_create()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_context.c287 llvmpipe->blitter = util_blitter_create(&llvmpipe->pipe); in llvmpipe_create_context()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_context.c261 nv30->blitter = util_blitter_create(pipe); in nv30_context_create()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_context.c234 ctx->blitter = util_blitter_create(&ctx->base); in lima_context_create()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.h150 struct blitter_context *util_blitter_create(struct pipe_context *pipe);
H A Du_blitter.c163 struct blitter_context *util_blitter_create(struct pipe_context *pipe) in util_blitter_create() function
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_context.c302 ice->blitter = util_blitter_create(&ice->ctx); in crocus_create_context()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.c448 r300->blitter = util_blitter_create(&r300->context);
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.c656 ctx->blitter = util_blitter_create(pctx);
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_context.c628 ctx->blitter = util_blitter_create(pctx); in etna_context_create()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.c226 rctx->blitter = util_blitter_create(&rctx->b.b); in r600_create_context()
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_pipe.c668 ctx->blitter = util_blitter_create(pctx); in agx_create_context()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.c1156 ctx->blitter = util_blitter_create(gallium); in panfrost_create_context()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c637 sctx->blitter = util_blitter_create(&sctx->b); in si_create_context()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp2578 ctx->blitter = util_blitter_create(&ctx->base);
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c4531 ctx->blitter = util_blitter_create(&ctx->base); in zink_context_create()

Completed in 28 milliseconds