Searched refs:vi_tc_compat_htile_enabled (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_pipe.h | 1619 vi_tc_compat_htile_enabled(struct si_texture *tex, unsigned level) function in typeref:typename:bool
|
| H A D | si_blit.c | 390 bool tc_compat_htile = vi_tc_compat_htile_enabled(tex, first_level);
|
| H A D | si_descriptors.c | 364 } else if (vi_tc_compat_htile_enabled(tex, first_level)) {
|
| H A D | si_state.c | 2955 if (vi_tc_compat_htile_enabled(zstex, surf->base.u.tex.level))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_blit.c | 352 bool tc_compat_htile = vi_tc_compat_htile_enabled(tex, first_level, inplace_planes);
|
| H A D | si_pipe.h | 1812 static inline bool vi_tc_compat_htile_enabled(struct si_texture *tex, unsigned level, function in typeref:typename:bool
|
| H A D | si_state.c | 2948 if (vi_tc_compat_htile_enabled(zstex, surf->base.u.tex.level, PIPE_MASK_ZS)) 3282 vi_tc_compat_htile_enabled(tex, zb->base.u.tex.level, PIPE_MASK_ZS)) {
|
| H A D | si_descriptors.c | 333 } else if (vi_tc_compat_htile_enabled(tex, first_level,
|
Completed in 34 milliseconds