Searched refs:msaa_src (Results 1 – 3 of 3) sorted by relevance
177 util_make_fs_stencil_blit(struct pipe_context *pipe, bool msaa_src);
1186 util_make_fs_stencil_blit(struct pipe_context *pipe, bool msaa_src) in util_make_fs_stencil_blit() argument1208 enum tgsi_texture_type tgsi_tex = msaa_src ? TGSI_TEXTURE_2D_MSAA : in util_make_fs_stencil_blit()
2839 get_stencil_blit_fallback_fs(struct blitter_context_priv *ctx, bool msaa_src) in get_stencil_blit_fallback_fs() argument2841 if (!ctx->fs_stencil_blit_fallback[msaa_src]) { in get_stencil_blit_fallback_fs()2842 ctx->fs_stencil_blit_fallback[msaa_src] = in get_stencil_blit_fallback_fs()2843 util_make_fs_stencil_blit(ctx->base.pipe, msaa_src); in get_stencil_blit_fallback_fs()2846 return ctx->fs_stencil_blit_fallback[msaa_src]; in get_stencil_blit_fallback_fs()