Searched refs:si_can_sample_zs (Results 1 – 4 of 4) sorted by relevance
295 if (si_can_sample_zs(tex, false)) in si_decompress_depth()305 if (si_can_sample_zs(tex, true)) in si_decompress_depth()
1787 static inline bool si_can_sample_zs(struct si_texture *tex, bool stencil_sampler) in si_can_sample_zs() function
229 !si_can_sample_zs(tex, is_stencil_sampler)) in si_sampler_view_add_buffer()295 if (tex->is_depth && !si_can_sample_zs(tex, is_stencil)) { in si_set_mutable_tex_desc_fields()
4377 if (tex->is_depth && !si_can_sample_zs(tex, view->is_stencil_sampler)) { in si_create_sampler_view_custom()