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

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_query.c 100 softpipe->so_stats.num_primitives_written = 0;
138 softpipe->so_stats.primitives_storage_needed;
141 softpipe->so_stats.num_primitives_written;
sp_context.h 91 struct pipe_query_data_so_statistics so_stats; member in struct:softpipe_context
sp_prim_vbuf.c 551 softpipe->so_stats.num_primitives_written += primitives;
552 softpipe->so_stats.primitives_storage_needed =

Completed in 275 milliseconds