HomeSort by relevance Sort by last modified time
    Searched refs:gs_primitives (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_query.c 188 sq->stats.gs_primitives =
189 softpipe->pipeline_statistics.gs_primitives - sq->stats.gs_primitives;
sp_prim_vbuf.c 625 softpipe->pipeline_statistics.gs_primitives +=
626 stats->gs_primitives;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_query.c 281 pq->stats.gs_primitives =
282 llvmpipe->pipeline_statistics.gs_primitives - pq->stats.gs_primitives;
lp_setup_vbuf.c 572 llvmpipe->pipeline_statistics.gs_primitives +=
573 stats->gs_primitives;
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_query.c 185 dst[4] = stats->gs_primitives;