Home
last modified time | relevance | path

Searched defs:device_event (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/utils/
Dderived_timeline.cc356 XEventBuilder device_event = in DeriveEventsFromHostTrace() local
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_display.c169 bool device_event; /* fence is used for device events */ member
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs19271 pub device_event: DeviceEventTypeEXT, field
19312 pub fn device_event(mut self, device_event: DeviceEventTypeEXT) -> Self { in device_event() method