Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_dump.c334 static struct anv_device *dump_device; variable
342 dump_device = device; in anv_dump_start()
354 anv_DeviceWaitIdle(anv_device_to_handle(dump_device)); in anv_dump_finish()
359 dump_image_write_to_ppm(dump_device, dump); in anv_dump_finish()
360 dump_image_finish(dump_device, dump); in anv_dump_finish()
364 dump_device = NULL; in anv_dump_finish()