Home
last modified time | relevance | path

Searched refs:pCaps (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dadapter9.c560 D3DCAPS9 *pCaps ) in NineAdapter9_GetDeviceCaps() argument
566 nine_D3DDEVTYPE_to_str(DeviceType), pCaps); in NineAdapter9_GetDeviceCaps()
568 user_assert(pCaps, D3DERR_INVALIDCALL); in NineAdapter9_GetDeviceCaps()
582 pCaps->DeviceType = DeviceType; in NineAdapter9_GetDeviceCaps()
584 pCaps->AdapterOrdinal = 0; in NineAdapter9_GetDeviceCaps()
586 pCaps->Caps = D3DCAPS_READ_SCANLINE; in NineAdapter9_GetDeviceCaps()
588 pCaps->Caps2 = /* D3DCAPS2_CANMANAGERESOURCE | */ in NineAdapter9_GetDeviceCaps()
598 pCaps->Caps3 = D3DCAPS3_ALPHA_FULLSCREEN_FLIP_OR_DISCARD | in NineAdapter9_GetDeviceCaps()
603 pCaps->PresentationIntervals = D3DPRESENT_INTERVAL_DEFAULT | in NineAdapter9_GetDeviceCaps()
609 pCaps->CursorCaps = D3DCURSORCAPS_COLOR /* | D3DCURSORCAPS_LOWRES*/; in NineAdapter9_GetDeviceCaps()
[all …]
Ddevice9ex.c39 D3DCAPS9 *pCaps, in NineDevice9Ex_ctor() argument
50 This, pParams, pScreen, pCreationParameters, pCaps, in NineDevice9Ex_ctor()
55 pScreen, pCreationParameters, pCaps, in NineDevice9Ex_ctor()
518 D3DCAPS9 *pCaps, in NineDevice9Ex_new() argument
531 pScreen, pCreationParameters, pCaps, pPresentationParameters, in NineDevice9Ex_new()
Ddevice9video.h42 D3DCONTENTPROTECTIONCAPS *pCaps );
Ddevice9video.c31 D3DCONTENTPROTECTIONCAPS *pCaps ) in NineDevice9Video_GetContentProtectionCaps() argument
Dadapter9.h121 D3DCAPS9 *pCaps );
Ddevice9ex.h41 D3DCAPS9 *pCaps,
Ddevice9.h182 D3DCAPS9 *pCaps,
197 D3DCAPS9 *pCaps,
247 D3DCAPS9 *pCaps );
Ddevice9.c177 D3DCAPS9 *pCaps, in NineDevice9_ctor() argument
192 This, pParams, pScreen, pCreationParameters, pCaps, pPresentationParameters, pD3D9, in NineDevice9_ctor()
207 This->caps = *pCaps; in NineDevice9_ctor()
778 D3DCAPS9 *pCaps ) in NineDevice9_GetDeviceCaps() argument
780 user_assert(pCaps != NULL, D3DERR_INVALIDCALL); in NineDevice9_GetDeviceCaps()
781 *pCaps = This->caps; in NineDevice9_GetDeviceCaps()
4296 D3DCAPS9 *pCaps, in NineDevice9_new() argument
4310 pScreen, pCreationParameters, pCaps, in NineDevice9_new()
Dnine_lock.c563 D3DCAPS9 *pCaps )
567 r = NineDevice9_GetDeviceCaps(This, pCaps);
2424 D3DCONTENTPROTECTIONCAPS *pCaps ) in LockDevice9Video_GetContentProtectionCaps() argument
2428 r = NineDevice9Video_GetContentProtectionCaps(This, pCryptoType, pDecodeProfile, pCaps); in LockDevice9Video_GetContentProtectionCaps()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DDxgi.cpp199 DXGI_GAMMA_CONTROL_CAPABILITIES *pCaps; in _GetGammaCaps() local
201 pCaps = GetCaps->pGammaCapabilities; in _GetGammaCaps()
203 pCaps->ScaleAndOffsetSupported = FALSE; in _GetGammaCaps()
204 pCaps->MinConvertedValue = 0.0; in _GetGammaCaps()
205 pCaps->MaxConvertedValue = 1.0; in _GetGammaCaps()
206 pCaps->NumGammaControlPoints = 17; in _GetGammaCaps()
208 for (UINT i = 0; i < pCaps->NumGammaControlPoints; i++) { in _GetGammaCaps()
209 pCaps->ControlPointPositions[i] = (float)i / (float)(pCaps->NumGammaControlPoints - 1); in _GetGammaCaps()
/third_party/mesa3d/include/d3dadapter/
Dd3dadapter9.h46 HRESULT (WINAPI *GetDeviceCaps)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps);
81 HRESULT WINAPI GetDeviceCaps(D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps);
/third_party/mesa3d/include/D3D9/
Dd3d9.h96 virtual HRESULT WINAPI GetDeviceCaps(UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps) = 0;
165 virtual HRESULT WINAPI GetDeviceCaps(D3DCAPS9 *pCaps) = 0;
300 …tionCaps(const GUID *pCryptoType, const GUID *pDecodeProfile, D3DCONTENTPROTECTIONCAPS *pCaps) = 0;
457 …LT (WINAPI *GetDeviceCaps)(IDirect3D9 *This, UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps);
504 … (WINAPI *GetDeviceCaps)(IDirect3D9Ex *This, UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps);
753 HRESULT (WINAPI *GetDeviceCaps)(IDirect3DDevice9 *This, D3DCAPS9 *pCaps);
1004 HRESULT (WINAPI *GetDeviceCaps)(IDirect3DDevice9Ex *This, D3DCAPS9 *pCaps);
1283 …Video *This, const GUID *pCryptoType, const GUID *pDecodeProfile, D3DCONTENTPROTECTIONCAPS *pCaps);