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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_blit.c352 struct pipe_surface dst_tmpl; local in function:vc4_yuv_blit
353 util_blitter_default_dst_texture(&dst_tmpl, info->dst.resource,
355 dst_tmpl.format = PIPE_FORMAT_RGBA8888_UNORM;
357 pctx->create_surface(pctx, info->dst.resource, &dst_tmpl);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_blit.c351 struct pipe_surface dst_tmpl; local in function:vc4_yuv_blit
352 util_blitter_default_dst_texture(&dst_tmpl, info->dst.resource,
354 dst_tmpl.format = PIPE_FORMAT_RGBA8888_UNORM;
356 pctx->create_surface(pctx, info->dst.resource, &dst_tmpl);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_blit.c146 struct pipe_surface dst_tmpl = { local in function:v3d_stencil_blit
155 ctx->create_surface(ctx, &dst->base, &dst_tmpl);
781 struct pipe_surface dst_tmpl; local in function:v3d_sand8_blit
782 util_blitter_default_dst_texture(&dst_tmpl, info->dst.resource,
788 dst_tmpl.format = PIPE_FORMAT_R8G8B8A8_UNORM;
790 pctx->create_surface(pctx, info->dst.resource, &dst_tmpl);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_blit.c276 struct pipe_surface dst_tmpl = { local in function:v3d_stencil_blit
285 ctx->create_surface(ctx, &dst->base, &dst_tmpl);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_blit.cpp765 struct pipe_surface dst_tmpl; local in function:resolve_stencil_to_temp
766 util_blitter_default_dst_texture(&dst_tmpl, tmp, 0, 0);
767 dst_tmpl.format = tmp->format;
768 struct pipe_surface *dst_surf = pctx->create_surface(pctx, tmp, &dst_tmpl);

Completed in 7 milliseconds