Home
last modified time | relevance | path

Searched refs:S_028ABC_FULL_CACHE (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_device.c1827 ds->db_htile_surface = S_028ABC_FULL_CACHE(1); in radv_initialise_ds_surface()
/external/mesa3d/src/gallium/drivers/r600/
Devergreend.h807 #define S_028ABC_FULL_CACHE(x) (((unsigned)(x) & 0x1) << 3) macro
Devergreen_state.c1251 S_028ABC_FULL_CACHE(1); in evergreen_init_depth_surface()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2287 db_htile_surface = S_028ABC_FULL_CACHE(1); in si_init_depth_surface()
/external/mesa3d/src/amd/common/
Dsid.h7864 #define S_028ABC_FULL_CACHE(x) (((unsigned)(x) & 0x1) << 1) macro