OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pb_bytes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_vbo.c
582
unsigned
pb_bytes
;
local
602
pb_bytes
= ((start + count + 1) & ~1) * 2 - pb_start;
606
BEGIN_NL50(push, NV50_3D(VB_ELEMENT_U16),
pb_bytes
/ 4);
607
nouveau_pushbuf_data(push, buf->bo, base + pb_start,
pb_bytes
);
614
pb_bytes
= ((start + count + 3) & ~3) - pb_start;
618
BEGIN_NL50(push, NV50_3D(VB_ELEMENT_U8),
pb_bytes
/ 4);
619
nouveau_pushbuf_data(push, buf->bo, base + pb_start,
pb_bytes
);
/external/mesa3d/src/gallium/drivers/nv50/
nv50_vbo.c
582
unsigned
pb_bytes
;
local
602
pb_bytes
= ((start + count + 1) & ~1) * 2 - pb_start;
606
BEGIN_NL50(push, NV50_3D(VB_ELEMENT_U16),
pb_bytes
/ 4);
607
nouveau_pushbuf_data(push, buf->bo, base + pb_start,
pb_bytes
);
614
pb_bytes
= ((start + count + 3) & ~3) - pb_start;
618
BEGIN_NL50(push, NV50_3D(VB_ELEMENT_U8),
pb_bytes
/ 4);
619
nouveau_pushbuf_data(push, buf->bo, base + pb_start,
pb_bytes
);
Completed in 67 milliseconds