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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_state_rss.c43 unsigned rs_count; member in struct:rs_queue
71 assert(q->rs_count < ARRAY_SIZE(q->rs));
72 q->rs[q->rs_count].state = rss;
73 q->rs[q->rs_count].uintValue = value;
74 q->rs_count++;
106 queue.rs_count = 0;
294 if (queue.rs_count) {
297 if (SVGA3D_BeginSetRenderState(svga->swc, &rs, queue.rs_count)
309 memcpy(rs, queue.rs, queue.rs_count * sizeof queue.rs[0]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_state_rss.c43 unsigned rs_count; member in struct:rs_queue
71 assert(q->rs_count < ARRAY_SIZE(q->rs));
72 q->rs[q->rs_count].state = rss;
73 q->rs[q->rs_count].uintValue = value;
74 q->rs_count++;
106 queue.rs_count = 0;
294 if (queue.rs_count) {
297 if (SVGA3D_BeginSetRenderState(svga->swc, &rs, queue.rs_count)
309 memcpy(rs, queue.rs, queue.rs_count * sizeof queue.rs[0]);

Completed in 4 milliseconds