Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_blit.c159 struct pipe_surface dst_tmpl = { in v3d_stencil_blit() local
168 ctx->create_surface(ctx, &dst->base, &dst_tmpl); in v3d_stencil_blit()
776 struct pipe_surface dst_tmpl; in v3d_sand8_blit() local
777 util_blitter_default_dst_texture(&dst_tmpl, info->dst.resource, in v3d_sand8_blit()
783 dst_tmpl.format = PIPE_FORMAT_R8G8B8A8_UNORM; in v3d_sand8_blit()
785 pctx->create_surface(pctx, info->dst.resource, &dst_tmpl); in v3d_sand8_blit()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_blit.c342 struct pipe_surface dst_tmpl; in vc4_yuv_blit() local
343 util_blitter_default_dst_texture(&dst_tmpl, info->dst.resource, in vc4_yuv_blit()
345 dst_tmpl.format = PIPE_FORMAT_RGBA8888_UNORM; in vc4_yuv_blit()
347 pctx->create_surface(pctx, info->dst.resource, &dst_tmpl); in vc4_yuv_blit()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_blit.cpp767 struct pipe_surface dst_tmpl; in resolve_stencil_to_temp() local
768 util_blitter_default_dst_texture(&dst_tmpl, tmp, 0, 0); in resolve_stencil_to_temp()
769 dst_tmpl.format = tmp->format; in resolve_stencil_to_temp()
770 struct pipe_surface *dst_surf = pctx->create_surface(pctx, tmp, &dst_tmpl); in resolve_stencil_to_temp()

Completed in 6 milliseconds