/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_binding.c | 945 SVGA3dVertexBuffer *vbs = (SVGA3dVertexBuffer *) &cbs->bind_cmd_buffer; local in function:vmw_collect_dirty_vbs 953 for (; i < max_num; ++i, ++biv, ++vbs) { 955 vbs->sid = SVGA3D_INVALID_ID; 956 vbs->stride = 0; 957 vbs->offset = 0; 959 vbs->sid = biv->bi.res->id; 960 vbs->stride = biv->stride; 961 vbs->offset = biv->offset;
|
vmwgfx_binding.c | 945 SVGA3dVertexBuffer *vbs = (SVGA3dVertexBuffer *) &cbs->bind_cmd_buffer; local in function:vmw_collect_dirty_vbs 953 for (; i < max_num; ++i, ++biv, ++vbs) { 955 vbs->sid = SVGA3D_INVALID_ID; 956 vbs->stride = 0; 957 vbs->offset = 0; 959 vbs->sid = biv->bi.res->id; 960 vbs->stride = biv->stride; 961 vbs->offset = biv->offset;
|
vmwgfx_binding.c | 945 SVGA3dVertexBuffer *vbs = (SVGA3dVertexBuffer *) &cbs->bind_cmd_buffer; local in function:vmw_collect_dirty_vbs 953 for (; i < max_num; ++i, ++biv, ++vbs) { 955 vbs->sid = SVGA3D_INVALID_ID; 956 vbs->stride = 0; 957 vbs->offset = 0; 959 vbs->sid = biv->bi.res->id; 960 vbs->stride = biv->stride; 961 vbs->offset = biv->offset;
|
/src/sys/arch/sparc64/dev/ |
ffb.c | 1426 * VBE = VBS - vres = (sync pulse - 1) + back porch 1427 * VBS = VSS - front porch = (sync pulse - 1) + back porch + vres 1454 uint32_t vbe, vbs, vse, vss, hre, hbe, hbs, hse, hss, hce, hcs; local in function:ffb_set_vmode 1544 vbs = sp - 1 + bp + mode->vdisplay; 1568 DPRINTF(("\t0x%04x 0x%04x 0x%04x 0x%04x\n", vbe, vbs, vse, vss)); 1594 DAC_WRITE(sc, FFB_DAC_VALUE, vbs);
|
ffb.c | 1426 * VBE = VBS - vres = (sync pulse - 1) + back porch 1427 * VBS = VSS - front porch = (sync pulse - 1) + back porch + vres 1454 uint32_t vbe, vbs, vse, vss, hre, hbe, hbs, hse, hss, hce, hcs; local in function:ffb_set_vmode 1544 vbs = sp - 1 + bp + mode->vdisplay; 1568 DPRINTF(("\t0x%04x 0x%04x 0x%04x 0x%04x\n", vbe, vbs, vse, vss)); 1594 DAC_WRITE(sc, FFB_DAC_VALUE, vbs);
|
ffb.c | 1426 * VBE = VBS - vres = (sync pulse - 1) + back porch 1427 * VBS = VSS - front porch = (sync pulse - 1) + back porch + vres 1454 uint32_t vbe, vbs, vse, vss, hre, hbe, hbs, hse, hss, hce, hcs; local in function:ffb_set_vmode 1544 vbs = sp - 1 + bp + mode->vdisplay; 1568 DPRINTF(("\t0x%04x 0x%04x 0x%04x 0x%04x\n", vbe, vbs, vse, vss)); 1594 DAC_WRITE(sc, FFB_DAC_VALUE, vbs);
|