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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.h273 unsigned cb_color_mask; /* R600 only */ member in struct:r600_surface
H A Dr600_state.c955 surf->cb_color_mask = 0;
962 surf->cb_color_mask |= S_028100_CMASK_BLOCK_MAX(rtex->cmask.slice_tile_max);
967 surf->cb_color_mask |= S_028100_FMASK_TILE_MAX(rtex->fmask.slice_tile_max);
1030 surf->cb_color_mask = S_028100_CMASK_BLOCK_MAX(cmask.slice_tile_max) |
1433 radeon_emit(cs, cb[i] ? cb[i]->cb_color_mask : 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.h269 unsigned cb_color_mask; /* R600 only */ member in struct:r600_surface
H A Dr600_state.c958 surf->cb_color_mask = 0;
965 surf->cb_color_mask |= S_028100_CMASK_BLOCK_MAX(rtex->cmask.slice_tile_max);
970 surf->cb_color_mask |= S_028100_FMASK_TILE_MAX(rtex->fmask.slice_tile_max);
1033 surf->cb_color_mask = S_028100_CMASK_BLOCK_MAX(cmask.slice_tile_max) |
1436 radeon_emit(cs, cb[i] ? cb[i]->cb_color_mask : 0);

Completed in 46 milliseconds