Home
last modified time | relevance | path

Searched refs:S_028ABC_TC_COMPATIBLE (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_device.c3446 ds->db_htile_surface |= S_028ABC_TC_COMPATIBLE(1); in radv_initialise_ds_surface()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2652 surf->db_htile_surface |= S_028ABC_TC_COMPATIBLE(1); in si_init_depth_surface()
/external/mesa3d/src/amd/common/
Dsid.h7952 #define S_028ABC_TC_COMPATIBLE(x) (((unsigned)(x) & 0x1) << 17) macro