Searched refs:CreateDevice (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DDevice.h41 HRESULT APIENTRY CreateDevice(D3D10DDI_HADAPTER hAdapter,
H A DAdapter.cpp91 pOpenData->pAdapterFuncs->pfnCreateDevice = CreateDevice;
H A DDevice.cpp87 * CreateDevice --
89 * The CreateDevice function creates a graphics context that is
96 CreateDevice(D3D10DDI_HADAPTER hAdapter, // IN function in typeref:typename:HRESULT APIENTRY
/xsrc/external/mit/MesaLib.old/dist/include/d3dadapter/
H A Dd3dadapter9.h47 HRESULT (WINAPI *CreateDevice)(ID3DAdapter9 *This, UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3D9 *pD3D9, ID3DPresentGroup *pPresentationFactory, IDirect3DDevice9 **ppReturnedDeviceInterface);
68 #define ID3DAdapter9_CreateDevice(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->CreateDevice(p,a,b,c,d,e,f,g,h)
82 HRESULT WINAPI CreateDevice(UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3D9 *pD3D9, ID3DPresentGroup *pPresentationFactory, IDirect3DDevice9 **ppReturnedDeviceInterface);
/xsrc/external/mit/MesaLib/dist/include/d3dadapter/
H A Dd3dadapter9.h47 HRESULT (WINAPI *CreateDevice)(ID3DAdapter9 *This, UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3D9 *pD3D9, ID3DPresentGroup *pPresentationFactory, IDirect3DDevice9 **ppReturnedDeviceInterface);
68 #define ID3DAdapter9_CreateDevice(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->CreateDevice(p,a,b,c,d,e,f,g,h)
82 HRESULT WINAPI CreateDevice(UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3D9 *pD3D9, ID3DPresentGroup *pPresentationFactory, IDirect3DDevice9 **ppReturnedDeviceInterface);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.3.5.rst110 - anv: Parse VkPhysicalDeviceFeatures2 in CreateDevice
H A D20.0.2.rst98 - anv: Parse VkPhysicalDeviceFeatures2 in CreateDevice
H A D20.3.4.rst178 - lavapipe: Defer lavapipe warning to CreateDevice
H A D21.1.0.rst2630 - anv: Clean up the vk_device on the CreateDevice error path
5517 - lavapipe: Defer lavapipe warning to CreateDevice
H A D20.1.0.rst2369 - anv: Parse VkPhysicalDeviceFeatures2 in CreateDevice
H A D21.0.0.rst3273 - lavapipe: Defer lavapipe warning to CreateDevice
H A D21.2.0.rst3156 - d3d10umd: Avoid duplication in CreateDevice.
/xsrc/external/mit/MesaLib/dist/src/intel/nullhw-layer/
H A Dintel_nullhw.c340 ADD_HOOK(CreateDevice),
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dhelpers.cpp55 ITEM(CreateDevice)\
342 result = CreateDevice(device, &device_create_info, NULL, &device_cache[family]);
/xsrc/external/mit/MesaLib.old/dist/include/D3D9/
H A Dd3d9.h98 virtual HRESULT WINAPI CreateDevice(UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3DDevice9 **ppReturnedDeviceInterface) = 0;
459 HRESULT (WINAPI *CreateDevice)(IDirect3D9 *This, UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3DDevice9 **ppReturnedDeviceInterface);
484 #define IDirect3D9_CreateDevice(p,a,b,c,d,e,f) (p)->lpVtbl->CreateDevice(p,a,b,c,d,e,f)
506 HRESULT (WINAPI *CreateDevice)(IDirect3D9Ex *This, UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3DDevice9 **ppReturnedDeviceInterface);
537 #define IDirect3D9Ex_CreateDevice(p,a,b,c,d,e,f) (p)->lpVtbl->CreateDevice(p,a,b,c,d,e,f)
/xsrc/external/mit/MesaLib/dist/include/D3D9/
H A Dd3d9.h98 virtual HRESULT WINAPI CreateDevice(UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3DDevice9 **ppReturnedDeviceInterface) = 0;
459 HRESULT (WINAPI *CreateDevice)(IDirect3D9 *This, UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3DDevice9 **ppReturnedDeviceInterface);
484 #define IDirect3D9_CreateDevice(p,a,b,c,d,e,f) (p)->lpVtbl->CreateDevice(p,a,b,c,d,e,f)
506 HRESULT (WINAPI *CreateDevice)(IDirect3D9Ex *This, UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3DDevice9 **ppReturnedDeviceInterface);
537 #define IDirect3D9Ex_CreateDevice(p,a,b,c,d,e,f) (p)->lpVtbl->CreateDevice(p,a,b,c,d,e,f)
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp2288 ADD_HOOK(CreateDevice),
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp2630 ADD_HOOK(CreateDevice),

Completed in 68 milliseconds