/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoTestUtils.hpp | 50 struct DeviceContext struct 53 Context *context{}; 54 VideoDevice *vd{}; 55 VkPhysicalDevice phys{VK_NULL_HANDLE}; 56 VkDevice device{VK_NULL_HANDLE}; 57 VkQueue decodeQueue{VK_NULL_HANDLE}; 58 VkQueue encodeQueue{VK_NULL_HANDLE}; 59 VkQueue transferQueue{VK_NULL_HANDLE}; 61 …DeviceContext(Context *c, VideoDevice *v, VkPhysicalDevice p = VK_NULL_HANDLE, VkDevice d = VK_NUL… in DeviceContext() argument 74 …d updateDevice(VkPhysicalDevice p, VkDevice d, VkQueue decodeQ, VkQueue encodeQ, VkQueue transferQ) in updateDevice() [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/ |
H A D | lazy_graph_executor.h | 268 struct DeviceContext { struct 277 static DeviceContextArena* Get(); argument 295 DeviceContext* GetDeviceContext(const BackendDevice& device); argument
|
/aosp_15_r20/external/crosvm/devices/src/usb/backend/ |
H A D | device_provider.rs | 141 struct DeviceContext { struct 142 event_handler: Arc<dyn EventHandler>, 143 device: Arc<Mutex<dyn BackendDevice>>,
|
/aosp_15_r20/frameworks/av/camera/ndk/impl/ |
H A D | ACameraManager.h | 56 struct DeviceContext { struct 83 void registerAvailabilityCallback(const DeviceContext& context, argument
|
H A D | ACameraManager.cpp | 134 DeviceContext::DeviceContext() { in DeviceContext() function in android::acam::DeviceContext
|
/aosp_15_r20/art/libnativeloader/test/src/android/test/hostside/ |
H A D | LibnativeloaderTest.java | 209 private static class DeviceContext implements AutoCloseable { class in LibnativeloaderTest 216 DeviceContext(TestInformation testInfo) { in DeviceContext() method in LibnativeloaderTest.DeviceContext
|
/aosp_15_r20/external/pytorch/torch/_lazy/ |
H A D | device_context.py | 8 class DeviceContext: class
|
/aosp_15_r20/external/pytorch/torch/utils/ |
H A D | _device.py | 61 class DeviceContext(TorchFunctionMode): class
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | single_threaded_cpu_device.cc | 73 const DeviceContext*, in CopyTensorInSameDevice()
|
H A D | buf_rendezvous.h | 30 class DeviceContext; variable
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/ |
H A D | xrt_memory_manager.h | 45 class DeviceContext; variable
|
H A D | xrt_memory_manager.cc | 48 class XRTMemoryManager::DeviceContext { class in tensorflow::XRTMemoryManager
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | device_base.h | 225 DeviceContext* /*dc*/, in ReinitializeGpuDevice() argument
|
/aosp_15_r20/external/crosvm/devices/src/usb/xhci/ |
H A D | xhci_abi.rs | 881 pub struct DeviceContext { struct 882 pub slot_context: SlotContext, 883 pub endpoint_context: [EndpointContext; 31],
|
H A D | device_slot.rs | 989 fn get_device_context(&self) -> Result<DeviceContext> { in get_device_context()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
D | ntddk.h | 1792 PVOID DeviceContext; member 1850 PVOID DeviceContext; member 1856 PVOID DeviceContext; member
|
D | ndis.h | 2479 NDIS_HANDLE DeviceContext; member
|
D | wdm.h | 3875 PVOID DeviceContext; member
|