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 D | si_blit.c | 330 if (si_can_sample_zs(tex, false)) 340 if (si_can_sample_zs(tex, true))
|
| H A D | si_descriptors.c | 259 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 D | si_pipe.h | 1606 si_can_sample_zs(struct si_texture *tex, bool stencil_sampler) function in typeref:typename:bool
|
| H A D | si_state.c | 4119 if (tex->is_depth && !si_can_sample_zs(tex, view->is_stencil_sampler)) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_blit.c | 295 if (si_can_sample_zs(tex, false)) 305 if (si_can_sample_zs(tex, true))
|
| H A D | si_pipe.h | 1787 static inline bool si_can_sample_zs(struct si_texture *tex, bool stencil_sampler) function in typeref:typename:bool
|
| H A D | si_descriptors.c | 229 !si_can_sample_zs(tex, is_stencil_sampler)) 295 if (tex->is_depth && !si_can_sample_zs(tex, is_stencil)) {
|
| H A D | si_state.c | 4377 if (tex->is_depth && !si_can_sample_zs(tex, view->is_stencil_sampler)) {
|
Completed in 32 milliseconds