Searched refs:SVGA3D_RT_COLOR0 (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c62 ret = SVGA3D_SetRenderTarget(svga->swc, SVGA3D_RT_COLOR0 + i, curr->cbufs[i]);
117 ret = SVGA3D_SetRenderTarget(svga->swc, SVGA3D_RT_COLOR0 + i, hw->cbufs[i]);
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_reg.h616 SVGA3D_RT_COLOR0 = 2, enumerator in enum:__anon14145
628 #define SVGA3D_MAX_RT_COLOR (SVGA3D_RT_COLOR7 - SVGA3D_RT_COLOR0 + 1)
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c348 _debug_printf("\t\t.type = SVGA3D_RT_COLOR%u\n", (*cmd).type - SVGA3D_RT_COLOR0);

Completed in 38 milliseconds