Searched defs:stream_offset (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dbuffer.c234 UINT stream_offset = (UINT)(attrib->data.addr - attrib->offset); local
254 || (stream_offset != *offset_this_run && *offset_this_run))
263 *offset_this_run = stream_offset;

Completed in 72 milliseconds