Searched refs:zs_mask (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_simple_shaders.c | 386 util_make_fs_blit_zs(struct pipe_context *pipe, unsigned zs_mask, in util_make_fs_blit_zs() argument 402 if (zs_mask & PIPE_MASK_Z) { in util_make_fs_blit_zs() 418 if (zs_mask & PIPE_MASK_S) { in util_make_fs_blit_zs() 419 stencil_sampler = ureg_DECL_sampler(ureg, zs_mask & PIPE_MASK_Z ? 1 : 0); in util_make_fs_blit_zs() 420 ureg_DECL_sampler_view(ureg, zs_mask & PIPE_MASK_Z ? 1 : 0, tex_target, in util_make_fs_blit_zs()
|
D | u_simple_shaders.h | 95 util_make_fs_blit_zs(struct pipe_context *pipe, unsigned zs_mask,
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.h | 1844 static inline bool si_htile_enabled(struct si_texture *tex, unsigned level, unsigned zs_mask) in si_htile_enabled() argument 1846 if (zs_mask == PIPE_MASK_S && (tex->htile_stencil_disabled || !tex->surface.has_stencil)) in si_htile_enabled() 1865 unsigned zs_mask) in vi_tc_compat_htile_enabled() argument 1868 return tex->tc_compatible_htile && si_htile_enabled(tex, level, zs_mask); in vi_tc_compat_htile_enabled()
|