Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.h177 util_make_fs_stencil_blit(struct pipe_context *pipe, bool msaa_src);
Du_simple_shaders.c1186 util_make_fs_stencil_blit(struct pipe_context *pipe, bool msaa_src) in util_make_fs_stencil_blit() argument
1208 enum tgsi_texture_type tgsi_tex = msaa_src ? TGSI_TEXTURE_2D_MSAA : in util_make_fs_stencil_blit()
Du_blitter.c2839 get_stencil_blit_fallback_fs(struct blitter_context_priv *ctx, bool msaa_src) in get_stencil_blit_fallback_fs() argument
2841 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()