HomeSort by relevance Sort by last modified time
    Searched refs:SVGA3D_RT_COLOR0 (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/svga/
svga_state_framebuffer.c 62 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/
svga3d_reg.h 616 SVGA3D_RT_COLOR0 = 2,
628 #define SVGA3D_MAX_RT_COLOR (SVGA3D_RT_COLOR7 - SVGA3D_RT_COLOR0 + 1)
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.c 348 _debug_printf("\t\t.type = SVGA3D_RT_COLOR%u\n", (*cmd).type - SVGA3D_RT_COLOR0);
    [all...]

Completed in 45 milliseconds