Searched refs:R300_RB3D_CCTL_NUM_MULTIWRITES (Results 1 – 2 of 2) sorted by relevance
415 rb3d_cctl |= R300_RB3D_CCTL_NUM_MULTIWRITES(fb->nr_cbufs); in r300_emit_fb_state()
2272 # define R300_RB3D_CCTL_NUM_MULTIWRITES(x) (MAX2(((x)-1), 0) << 5) macro