Home
last modified time | relevance | path

Searched refs:dst_tmpl (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_blit.c351 struct pipe_surface dst_tmpl; in vc4_yuv_blit() local
352 util_blitter_default_dst_texture(&dst_tmpl, info->dst.resource, in vc4_yuv_blit()
354 dst_tmpl.format = PIPE_FORMAT_RGBA8888_UNORM; in vc4_yuv_blit()
356 pctx->create_surface(pctx, info->dst.resource, &dst_tmpl); in vc4_yuv_blit()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_blit.c146 struct pipe_surface dst_tmpl = { in v3d_stencil_blit() local
155 ctx->create_surface(ctx, &dst->base, &dst_tmpl); in v3d_stencil_blit()
781 struct pipe_surface dst_tmpl; in v3d_sand8_blit() local
782 util_blitter_default_dst_texture(&dst_tmpl, info->dst.resource, in v3d_sand8_blit()
788 dst_tmpl.format = PIPE_FORMAT_R8G8B8A8_UNORM; in v3d_sand8_blit()
790 pctx->create_surface(pctx, info->dst.resource, &dst_tmpl); in v3d_sand8_blit()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_blit.cpp765 struct pipe_surface dst_tmpl; in resolve_stencil_to_temp() local
766 util_blitter_default_dst_texture(&dst_tmpl, tmp, 0, 0); in resolve_stencil_to_temp()
767 dst_tmpl.format = tmp->format; in resolve_stencil_to_temp()
768 struct pipe_surface *dst_surf = pctx->create_surface(pctx, tmp, &dst_tmpl); in resolve_stencil_to_temp()