Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/
Dr300_emit.c415 rb3d_cctl |= R300_RB3D_CCTL_NUM_MULTIWRITES(fb->nr_cbufs); in r300_emit_fb_state()
Dr300_reg.h2272 # define R300_RB3D_CCTL_NUM_MULTIWRITES(x) (MAX2(((x)-1), 0) << 5) macro