/third_party/mesa3d/include/d3dadapter/ |
D | d3dadapter9.h | 42 …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/ |
D | adapter9.c | 279 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 …]
|
D | adapter9.h | 91 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/ |
D | CLDeviceImpl.h | 22 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;
|
D | CLDeviceImpl.cpp | 17 CLDeviceImpl::Info::Info(cl::DeviceType deviceType) : type(deviceType) {} in Info()
|
D | CLPlatformImpl.h | 56 cl::DeviceType deviceType,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | DawnNative.cpp | 83 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/ |
D | CLDevice.h | 52 static bool IsValidType(DeviceType type); 57 DeviceType type, 107 inline bool Device::IsValidType(DeviceType type) in IsValidType()
|
D | CLPlatform.cpp | 21 bool IsDeviceTypeMatch(DeviceType select, DeviceType type) in IsDeviceTypeMatch() 182 cl_int Platform::getDeviceIDs(DeviceType deviceType, in getDeviceIDs() 235 DeviceType deviceType, in CreateContextFromType()
|
D | CLPlatform.h | 38 cl_int getDeviceIDs(DeviceType deviceType, 51 DeviceType deviceType,
|
D | CLBitField.h | 67 using DeviceType = BitField; variable
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_distributedHardware_deviceManager.js | 19 const DeviceType = { variable 57 deviceType: DeviceType, 211 DeviceType, property
|
D | ohos_resourceManager.js | 43 const DeviceType = { variable 57 this.deviceType = DeviceType;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | CLPlatformVk.cpp | 61 cl::DeviceType type; // TODO(jplate) Fetch device type from Vulkan in createDevices() 78 cl::DeviceType deviceType, in createContextFromType()
|
D | CLPlatformVk.h | 30 cl::DeviceType deviceType,
|
D | CLDeviceVk.h | 24 Info createInfo(cl::DeviceType type) const override;
|
D | CLDeviceVk.cpp | 19 CLDeviceImpl::Info CLDeviceVk::createInfo(cl::DeviceType type) const in createInfo()
|
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/ |
D | DawnNative.h | 53 enum class DeviceType { enum 108 DeviceType GetDeviceType() const;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
D | CLPlatformCL.h | 32 cl::DeviceType deviceType,
|
D | CLDeviceCL.h | 23 Info createInfo(cl::DeviceType type) const override;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | Forward.h | 47 using DeviceType = Device; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | Forward.h | 48 using DeviceType = Device; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | Forward.h | 48 using DeviceType = Device; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | Forward.h | 48 using DeviceType = Device; member
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
D | DawnTest.cpp | 325 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()
|