Home
last modified time | relevance | path

Searched refs:S_028010_TILE_SURFACE_ENABLE (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600d.h595 #define S_028010_TILE_SURFACE_ENABLE(x) (((unsigned)(x) & 0x1) << 25) macro
1779 #define S_028010_TILE_SURFACE_ENABLE(x) (((unsigned)(x) & 0x1) << 25) macro
Dr600_state.c1078 surf->db_depth_info |= S_028010_TILE_SURFACE_ENABLE(1); in r600_init_depth_surface()