Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600d.h737 #define S_028000_PITCH_TILE_MAX(x) (((unsigned)(x) & 0x3FF) << 0) macro
1785 #define S_028000_PITCH_TILE_MAX(x) (((unsigned)(x) & 0x3FF) << 0) macro
Dr600_state.c1049 surf->db_depth_size = S_028000_PITCH_TILE_MAX(pitch) | S_028000_SLICE_TILE_MAX(slice); in r600_init_depth_surface()