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:

committed by
Marge Bot

parent
d3724de894
commit
bb541d1159
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user