Searched refs:S_028100_CMASK_BLOCK_MAX (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_state.c962 surf->cb_color_mask |= S_028100_CMASK_BLOCK_MAX(rtex->cmask.slice_tile_max);
1030 surf->cb_color_mask = S_028100_CMASK_BLOCK_MAX(cmask.slice_tile_max) |
H A Dr600d.h2534 #define S_028100_CMASK_BLOCK_MAX(x) (((unsigned)(x) & 0xFFF) << 0) macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_state.c965 surf->cb_color_mask |= S_028100_CMASK_BLOCK_MAX(rtex->cmask.slice_tile_max);
1033 surf->cb_color_mask = S_028100_CMASK_BLOCK_MAX(cmask.slice_tile_max) |
H A Dr600d.h2534 #define S_028100_CMASK_BLOCK_MAX(x) (((unsigned)(x) & 0xFFF) << 0) macro

Completed in 43 milliseconds