Searched refs:msaa_src (Results 1 – 3 of 3) sorted by relevance
173 util_make_fs_stencil_blit(struct pipe_context *pipe, bool msaa_src);
1170 util_make_fs_stencil_blit(struct pipe_context *pipe, bool msaa_src) in util_make_fs_stencil_blit() argument1191 enum tgsi_texture_type tgsi_tex = msaa_src ? TGSI_TEXTURE_2D_MSAA : in util_make_fs_stencil_blit()
2789 get_stencil_blit_fallback_fs(struct blitter_context_priv *ctx, bool msaa_src) in get_stencil_blit_fallback_fs() argument2791 if (!ctx->fs_stencil_blit_fallback[msaa_src]) { in get_stencil_blit_fallback_fs()2792 ctx->fs_stencil_blit_fallback[msaa_src] = in get_stencil_blit_fallback_fs()2793 util_make_fs_stencil_blit(ctx->base.pipe, msaa_src); in get_stencil_blit_fallback_fs()2796 return ctx->fs_stencil_blit_fallback[msaa_src]; in get_stencil_blit_fallback_fs()