Home
last modified time | relevance | path

Searched defs:Device (Results 1 – 25 of 254) sorted by relevance

1234567891011

/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DState.h66 struct Device struct
68 struct pipe_context *pipe;
93 HANDLE hDevice; argument
108 static inline Device * argument
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Ddevice.h31 Device() : rank_(0) { name_.clear(); } in Device() function
32 explicit Device(int64_t rank) : rank_(rank) { name_.clear(); } in Device() function
33 Device(std::string name, int64_t rank) : name_(std::move(name)), rank_(rank) {} in Device() function
/third_party/boost/boost/gil/io/
Dread_image_info.hpp35 detail::is_adaptable_input_device<FormatTag, Device>, in read_image_info() argument
56 detail::is_adaptable_input_device<FormatTag, Device>, in read_image_info() argument
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DSamplerD3D12.h24 class Device; variable
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DSamplerGL.h24 class Device; variable
DSwapChainGL.h24 class Device; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DQueueD3D12.h25 class Device; variable
DHeapD3D12.h24 class Device; variable
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DSwapChainMTL.h22 class Device; variable
DSamplerMTL.h24 class Device; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.h26 class Device; variable
DSwapChainGL.h24 class Device; variable
DComputePipelineGL.h26 class Device; variable
DQuerySetGL.h22 class Device; variable
DBindGroupGL.h23 class Device; variable
DQueueGL.h22 class Device; variable
/third_party/skia/experimental/graphite/src/
DSurface_Graphite.h15 class Device; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DQueueVk.h22 class Device; variable
DCommandBufferVk.h31 class Device; variable
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DPipelineLayoutVk.h24 class Device; variable
DSwapChainVk.h24 class Device; variable
DComputePipelineVk.h24 class Device; variable
DShaderModuleVk.h24 class Device; variable
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DDeviceImpl.h18 class Device; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DBindGroupMTL.h23 class Device; variable

1234567891011