OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vbs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_binding.c
945
SVGA3dVertexBuffer *
vbs
= (SVGA3dVertexBuffer *) &cbs->bind_cmd_buffer;
local
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
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
);
Completed in 31 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026