Home
last modified time | relevance | path

Searched refs:intel_measure_gather (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_measure.c328 intel_measure_gather(&screen->measure, &screen->devinfo); in iris_destroy_ctx_measure()
371 intel_measure_gather(measure_device, &screen->devinfo); in iris_measure_batch_end()
389 intel_measure_gather(measure_device, &screen->devinfo); in iris_measure_frame_end()
/third_party/mesa3d/src/intel/vulkan/
Danv_measure.c317 intel_measure_gather(&device->physical->measure_device, in anv_measure_reset()
355 intel_measure_gather(&physical->measure_device, &physical->info); in anv_measure_destroy()
434 intel_measure_gather(measure_device, &device->physical->info); in anv_measure_acquire()
/third_party/mesa3d/src/intel/common/
Dintel_measure.h162 void intel_measure_gather(struct intel_measure_device *device,
Dintel_measure.c628 intel_measure_gather(struct intel_measure_device *measure_device, in intel_measure_gather() function