X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fllvmpipe%2Flp_perf.h;h=a9629dae3c7882d4c1f1c94de7b643bf34e18a3b;hb=2ab737557258148d52d9b9e983e4b18560b7a460;hp=d982bcc989b345a020df42e39cc201401f20668d;hpb=8eda50420354a7f051cd49ca675677fb670a03f6;p=mesa.git diff --git a/src/gallium/drivers/llvmpipe/lp_perf.h b/src/gallium/drivers/llvmpipe/lp_perf.h index d982bcc989b..a9629dae3c7 100644 --- a/src/gallium/drivers/llvmpipe/lp_perf.h +++ b/src/gallium/drivers/llvmpipe/lp_perf.h @@ -51,6 +51,10 @@ struct lp_counters unsigned nr_non_empty_4; unsigned nr_llvm_compiles; int64_t llvm_compile_time; /**< total, in microseconds */ + + unsigned nr_color_tile_clear; + unsigned nr_color_tile_load; + unsigned nr_color_tile_store; };