Home
last modified time | relevance | path

Searched refs:DeviceType (Results 1 – 25 of 48) sorted by relevance

12

/third_party/mesa3d/include/d3dadapter/
Dd3dadapter9.h42 …HRESULT (WINAPI *CheckDeviceFormat)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFo…
43 …HRESULT (WINAPI *CheckDeviceMultiSampleType)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT …
44 …HRESULT (WINAPI *CheckDepthStencilMatch)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT Adap…
45 …HRESULT (WINAPI *CheckDeviceFormatConversion)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT…
46 HRESULT (WINAPI *GetDeviceCaps)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps);
47 …HRESULT (WINAPI *CreateDevice)(ID3DAdapter9 *This, UINT RealAdapter, D3DDEVTYPE DeviceType, HWND h…
48 …HRESULT (WINAPI *CreateDeviceEx)(ID3DAdapter9 *This, UINT RealAdapter, D3DDEVTYPE DeviceType, HWND…
77 …HRESULT WINAPI CheckDeviceFormat(D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DR…
78 …HRESULT WINAPI CheckDeviceMultiSampleType(D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Win…
79 …HRESULT WINAPI CheckDepthStencilMatch(D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT Re…
[all …]
/third_party/mesa3d/src/gallium/frontends/nine/
Dadapter9.c279 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDeviceFormat() argument
295 nine_D3DDEVTYPE_to_str(DeviceType), d3dformat_to_string(AdapterFormat)); in NineAdapter9_CheckDeviceFormat()
303 hr = NineAdapter9_GetScreen(This, DeviceType, &screen); in NineAdapter9_CheckDeviceFormat()
416 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDeviceMultiSampleType() argument
428 "pQualityLevels=%p\n", This, nine_D3DDEVTYPE_to_str(DeviceType), in NineAdapter9_CheckDeviceMultiSampleType()
438 hr = NineAdapter9_GetScreen(This, DeviceType, &screen); in NineAdapter9_CheckDeviceMultiSampleType()
478 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDepthStencilMatch() argument
489 nine_D3DDEVTYPE_to_str(DeviceType), d3dformat_to_string(AdapterFormat), in NineAdapter9_CheckDepthStencilMatch()
499 hr = NineAdapter9_GetScreen(This, DeviceType, &screen); in NineAdapter9_CheckDepthStencilMatch()
524 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDeviceFormatConversion() argument
[all …]
Dadapter9.h91 D3DDEVTYPE DeviceType,
99 D3DDEVTYPE DeviceType,
107 D3DDEVTYPE DeviceType,
114 D3DDEVTYPE DeviceType,
120 D3DDEVTYPE DeviceType,
126 D3DDEVTYPE DeviceType,
137 D3DDEVTYPE DeviceType,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DCLDeviceImpl.h22 using CreateData = std::pair<cl::DeviceType, CreateFunc>;
28 explicit Info(cl::DeviceType deviceType);
40 cl::DeviceType type;
69 virtual Info createInfo(cl::DeviceType type) const = 0;
DCLDeviceImpl.cpp17 CLDeviceImpl::Info::Info(cl::DeviceType deviceType) : type(deviceType) {} in Info()
DCLPlatformImpl.h56 cl::DeviceType deviceType,
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDawnNative.cpp83 DeviceType Adapter::GetDeviceType() const { in GetDeviceType()
86 return DeviceType::DiscreteGPU; in GetDeviceType()
88 return DeviceType::IntegratedGPU; in GetDeviceType()
90 return DeviceType::CPU; in GetDeviceType()
92 return DeviceType::Unknown; in GetDeviceType()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLDevice.h52 static bool IsValidType(DeviceType type);
57 DeviceType type,
107 inline bool Device::IsValidType(DeviceType type) in IsValidType()
DCLPlatform.cpp21 bool IsDeviceTypeMatch(DeviceType select, DeviceType type) in IsDeviceTypeMatch()
182 cl_int Platform::getDeviceIDs(DeviceType deviceType, in getDeviceIDs()
235 DeviceType deviceType, in CreateContextFromType()
DCLPlatform.h38 cl_int getDeviceIDs(DeviceType deviceType,
51 DeviceType deviceType,
DCLBitField.h67 using DeviceType = BitField; variable
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_distributedHardware_deviceManager.js19 const DeviceType = { variable
57 deviceType: DeviceType,
211 DeviceType, property
Dohos_resourceManager.js43 const DeviceType = { variable
57 this.deviceType = DeviceType;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCLPlatformVk.cpp61 cl::DeviceType type; // TODO(jplate) Fetch device type from Vulkan in createDevices()
78 cl::DeviceType deviceType, in createContextFromType()
DCLPlatformVk.h30 cl::DeviceType deviceType,
DCLDeviceVk.h24 Info createInfo(cl::DeviceType type) const override;
DCLDeviceVk.cpp19 CLDeviceImpl::Info CLDeviceVk::createInfo(cl::DeviceType type) const in createInfo()
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DDawnNative.h53 enum class DeviceType { enum
108 DeviceType GetDeviceType() const;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLPlatformCL.h32 cl::DeviceType deviceType,
DCLDeviceCL.h23 Info createInfo(cl::DeviceType type) const override;
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DForward.h47 using DeviceType = Device; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DForward.h48 using DeviceType = Device; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DForward.h48 using DeviceType = Device; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DForward.h48 using DeviceType = Device; member
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp325 mDevicePreferences.push_back(dawn_native::DeviceType::DiscreteGPU); in ParseArgs()
327 mDevicePreferences.push_back(dawn_native::DeviceType::IntegratedGPU); in ParseArgs()
329 mDevicePreferences.push_back(dawn_native::DeviceType::CPU); in ParseArgs()
476 dawn_native::DeviceType preferredDeviceType = static_cast<dawn_native::DeviceType>(-1); in SelectPreferredAdapterProperties()
478 for (dawn_native::DeviceType devicePreference : mDevicePreferences) { in SelectPreferredAdapterProperties()
523 (preferredDeviceType != dawn_native::DeviceType::CPU && in SelectPreferredAdapterProperties()
524 adapter.GetDeviceType() == dawn_native::DeviceType::Unknown && in SelectPreferredAdapterProperties()

12