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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c3057 struct pipe_draw_start_count_bias tmp_draw = *draws; local in function:panfrost_draw_vbo
3061 tmp_draw.start = 0;
3062 tmp_draw.count = so->offset;
3063 tmp_draw.index_bias = 0;
3064 panfrost_direct_draw(batch, info, drawid_offset, &tmp_draw);

Completed in 7 milliseconds