Searched refs:si_can_sample_zs (Results 1 – 4 of 4) sorted by relevance
908 si_can_sample_zs(struct r600_texture *tex, bool stencil_sampler) in si_can_sample_zs() function
318 if (si_can_sample_zs(tex, false)) in si_decompress_depth()328 if (si_can_sample_zs(tex, true)) in si_decompress_depth()
251 if (tex->is_depth && !si_can_sample_zs(tex, is_stencil_sampler)) in si_sampler_view_add_buffer()320 if (tex->is_depth && !si_can_sample_zs(tex, is_stencil)) { in si_set_mutable_tex_desc_fields()
3905 if (tmp->is_depth && !si_can_sample_zs(tmp, view->is_stencil_sampler)) { in si_create_sampler_view_custom()