iris: implement iris layer of INTEL_MEASURE

Acked-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7354>
This commit is contained in:
Mark Janes
2020-05-11 13:51:45 -07:00
parent cec1a9bbb9
commit e67b8f504b
5 changed files with 527 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
#include "intel/isl/isl.h"
#include "iris_bufmgr.h"
#include "iris_binder.h"
#include "iris_measure.h"
#include "iris_resource.h"
struct gen_l3_config;
@@ -218,6 +219,8 @@ struct iris_screen {
struct iris_address workaround_address;
struct disk_cache *disk_cache;
struct intel_measure_device measure;
};
struct pipe_screen *