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

/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_vbo.c581 unsigned pb_start; local
601 pb_start = (start & ~1) * 2;
602 pb_bytes = ((start + count + 1) & ~1) * 2 - pb_start;
607 nouveau_pushbuf_data(push, buf->bo, base + pb_start, pb_bytes);
613 pb_start = start & ~3;
614 pb_bytes = ((start + count + 3) & ~3) - pb_start;
619 nouveau_pushbuf_data(push, buf->bo, base + pb_start, pb_bytes);

Completed in 48 milliseconds