Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_surface.c1510 static bool is_dcc_supported_by_CB(const struct radeon_info *info, unsigned sw_mode) in is_dcc_supported_by_CB() argument
1513 return sw_mode == ADDR_SW_64KB_Z_X || sw_mode == ADDR_SW_64KB_R_X || in is_dcc_supported_by_CB()
1514 sw_mode == ADDR_SW_256KB_Z_X || sw_mode == ADDR_SW_256KB_R_X; in is_dcc_supported_by_CB()
1517 return sw_mode == ADDR_SW_64KB_Z_X || sw_mode == ADDR_SW_64KB_R_X; in is_dcc_supported_by_CB()
1519 return sw_mode != ADDR_SW_LINEAR; in is_dcc_supported_by_CB()