Searched refs:si_can_sample_zs (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_blit.c330 if (si_can_sample_zs(tex, false))
340 if (si_can_sample_zs(tex, true))
H A Dsi_descriptors.c259 tex->is_depth && !si_can_sample_zs(tex, is_stencil_sampler))
322 if (tex->is_depth && !si_can_sample_zs(tex, is_stencil)) {
H A Dsi_pipe.h1606 si_can_sample_zs(struct si_texture *tex, bool stencil_sampler) function in typeref:typename:bool
H A Dsi_state.c4119 if (tex->is_depth && !si_can_sample_zs(tex, view->is_stencil_sampler)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_blit.c295 if (si_can_sample_zs(tex, false))
305 if (si_can_sample_zs(tex, true))
H A Dsi_pipe.h1787 static inline bool si_can_sample_zs(struct si_texture *tex, bool stencil_sampler) function in typeref:typename:bool
H A Dsi_descriptors.c229 !si_can_sample_zs(tex, is_stencil_sampler))
295 if (tex->is_depth && !si_can_sample_zs(tex, is_stencil)) {
H A Dsi_state.c4377 if (tex->is_depth && !si_can_sample_zs(tex, view->is_stencil_sampler)) {

Completed in 32 milliseconds