Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_types.h959 SVGA3D_RT_COLOR0 = 2, enumerator
971 #define SVGA3D_MAX_RT_COLOR (SVGA3D_RT_COLOR7 - SVGA3D_RT_COLOR0 + 1)
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_framebuffer.c79 ret = SVGA3D_SetRenderTarget(svga->swc, SVGA3D_RT_COLOR0 + i, in emit_fb_vgpu9()
151 ret = SVGA3D_SetRenderTarget(svga->swc, SVGA3D_RT_COLOR0 + i, in svga_reemit_framebuffer_bindings_vgpu9()
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c414 _debug_printf("\t\t.type = SVGA3D_RT_COLOR%u\n", (*cmd).type - SVGA3D_RT_COLOR0); in dump_SVGA3dCmdSetRenderTarget()