HomeSort by relevance Sort by last modified time
    Searched full:user_vbuf (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/state_trackers/vega/
polygon.c 60 void *user_vbuf; member in struct:polygon
92 poly->user_vbuf = NULL;
104 poly->user_vbuf = NULL;
253 if (poly->user_vbuf == NULL || poly->dirty) {
255 poly->user_vbuf = poly->data;
290 vbuffer.user_buffer = poly->user_vbuf;
340 vbuffer.user_buffer = poly->user_vbuf;

Completed in 367 milliseconds