Lines Matching defs:device
79 VK_FROM_HANDLE(anv_device, device, _device);
82 wsi_common_acquire_next_image2(&device->physical->wsi_device,
85 anv_measure_acquire(device);
95 struct anv_device *device = queue->device;
98 if (device->debug_frame_desc) {
99 device->debug_frame_desc->frame_id++;
100 if (device->physical->memory.need_clflush) {
101 intel_clflush_range(device->debug_frame_desc,
102 sizeof(*device->debug_frame_desc));
110 result = wsi_common_queue_present(&device->physical->wsi_device,
111 anv_device_to_handle(queue->device),
115 u_trace_context_process(&device->ds.trace_context, true);