Home
last modified time | relevance | path

Searched refs:si_can_sample_zs (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.h908 si_can_sample_zs(struct r600_texture *tex, bool stencil_sampler) in si_can_sample_zs() function
Dsi_blit.c318 if (si_can_sample_zs(tex, false)) in si_decompress_depth()
328 if (si_can_sample_zs(tex, true)) in si_decompress_depth()
Dsi_descriptors.c251 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()
Dsi_state.c3905 if (tmp->is_depth && !si_can_sample_zs(tmp, view->is_stencil_sampler)) { in si_create_sampler_view_custom()