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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_vbo.c621 unsigned pb_bytes; local in function:nv50_draw_elements
651 pb_bytes = ((start + count + 1) & ~1) * 2 - pb_start;
655 BEGIN_NL50(push, NV50_3D(VB_ELEMENT_U16), pb_bytes / 4);
656 nouveau_pushbuf_data(push, buf->bo, base + pb_start, pb_bytes);
663 pb_bytes = ((start + count + 3) & ~3) - pb_start;
667 BEGIN_NL50(push, NV50_3D(VB_ELEMENT_U8), pb_bytes / 4);
668 nouveau_pushbuf_data(push, buf->bo, base + pb_start, pb_bytes);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_vbo.c614 unsigned pb_bytes; local in function:nv50_draw_elements
644 pb_bytes = ((start + count + 1) & ~1) * 2 - pb_start;
648 BEGIN_NL50(push, NV50_3D(VB_ELEMENT_U16), pb_bytes / 4);
649 nouveau_pushbuf_data(push, buf->bo, base + pb_start, pb_bytes);
656 pb_bytes = ((start + count + 3) & ~3) - pb_start;
660 BEGIN_NL50(push, NV50_3D(VB_ELEMENT_U8), pb_bytes / 4);
661 nouveau_pushbuf_data(push, buf->bo, base + pb_start, pb_bytes);

Completed in 4 milliseconds