Searched refs:R300_RS_COL_FMT (Results 1 – 2 of 2) sorted by relevance
195 rs->ip[id] |= R300_RS_COL_FMT(R300_RS_COL_FMT_0001); in r300_rs_col()197 rs->ip[id] |= R300_RS_COL_FMT(R300_RS_COL_FMT_RGBA); in r300_rs_col()
1273 # define R300_RS_COL_FMT(x) ((x) << 9) macro