intel/blorp: add measure_end entry point

Will be useful to figure out when blorp operations end.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Rohan Garg <rohan.garg@intel.com>
Acked-by: Antonio Caggiano <antonio.caggiano@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13996>
This commit is contained in:
Lionel Landwerlin
2021-11-26 18:22:40 +02:00
committed by Marge Bot
parent d3724de894
commit bb541d1159
4 changed files with 34 additions and 4 deletions

View File

@@ -43,6 +43,11 @@ static void blorp_measure_start(struct blorp_batch *_batch,
NULL, 0);
}
static void blorp_measure_end(struct blorp_batch *_batch,
const struct blorp_params *params)
{
}
static void *
blorp_emit_dwords(struct blorp_batch *batch, unsigned n)
{