Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dadapter9.c563 D3DCAPS9 *pCaps ) in NineAdapter9_GetDeviceCaps()
568 DBG("This=%p DeviceType=%s pCaps=%p\n", This, in NineAdapter9_GetDeviceCaps()
569 nine_D3DDEVTYPE_to_str(DeviceType), pCaps); in NineAdapter9_GetDeviceCaps()
571 user_assert(pCaps, D3DERR_INVALIDCALL); in NineAdapter9_GetDeviceCaps()
585 pCaps->DeviceType = DeviceType; in NineAdapter9_GetDeviceCaps()
587 pCaps->AdapterOrdinal = 0; in NineAdapter9_GetDeviceCaps()
589 pCaps->Caps = D3DCAPS_READ_SCANLINE; in NineAdapter9_GetDeviceCaps()
591 pCaps->Caps2 = /* D3DCAPS2_CANMANAGERESOURCE | */ in NineAdapter9_GetDeviceCaps()
601 pCaps->Caps3 = D3DCAPS3_ALPHA_FULLSCREEN_FLIP_OR_DISCARD | in NineAdapter9_GetDeviceCaps()
606 pCaps in NineAdapter9_GetDeviceCaps()
[all...]
H A Ddevice9ex.c39 D3DCAPS9 *pCaps, in NineDevice9Ex_ctor()
47 DBG("This=%p pParams=%p pScreen=%p pCreationParameters=%p pCaps=%p " in NineDevice9Ex_ctor()
50 This, pParams, pScreen, pCreationParameters, pCaps, in NineDevice9Ex_ctor()
55 pScreen, pCreationParameters, pCaps, in NineDevice9Ex_ctor()
518 D3DCAPS9 *pCaps, in NineDevice9Ex_new()
531 pScreen, pCreationParameters, pCaps, pPresentationParameters, in NineDevice9Ex_new()
35 NineDevice9Ex_ctor( struct NineDevice9Ex *This, struct NineUnknownParams *pParams, struct pipe_screen *pScreen, D3DDEVICE_CREATION_PARAMETERS *pCreationParameters, D3DCAPS9 *pCaps, D3DPRESENT_PARAMETERS *pPresentationParameters, D3DDISPLAYMODEEX *pFullscreenDisplayMode, IDirect3D9Ex *pD3D9Ex, ID3DPresentGroup *pPresentationGroup, struct d3dadapter9_context *pCTX, int minorVersionNum ) NineDevice9Ex_ctor() argument
516 NineDevice9Ex_new( struct pipe_screen *pScreen, D3DDEVICE_CREATION_PARAMETERS *pCreationParameters, D3DCAPS9 *pCaps, D3DPRESENT_PARAMETERS *pPresentationParameters, D3DDISPLAYMODEEX *pFullscreenDisplayMode, IDirect3D9Ex *pD3D9Ex, ID3DPresentGroup *pPresentationGroup, struct d3dadapter9_context *pCTX, struct NineDevice9Ex **ppOut, int minorVersionNum ) NineDevice9Ex_new() argument
H A Ddevice9video.c31 D3DCONTENTPROTECTIONCAPS *pCaps ) in NineDevice9Video_GetContentProtectionCaps()
H A Ddevice9video.h42 D3DCONTENTPROTECTIONCAPS *pCaps );
H A Dadapter9.h121 D3DCAPS9 *pCaps );
H A Ddevice9ex.h41 D3DCAPS9 *pCaps,
H A Ddevice9.h182 D3DCAPS9 *pCaps,
197 D3DCAPS9 *pCaps,
247 D3DCAPS9 *pCaps );
H A Ddevice9.c177 D3DCAPS9 *pCaps, in NineDevice9_ctor()
190 DBG("This=%p pParams=%p pScreen=%p pCreationParameters=%p pCaps=%p pPresentationParameters=%p " in NineDevice9_ctor()
192 This, pParams, pScreen, pCreationParameters, pCaps, pPresentationParameters, pD3D9, in NineDevice9_ctor()
207 This->caps = *pCaps; in NineDevice9_ctor()
778 D3DCAPS9 *pCaps ) in NineDevice9_GetDeviceCaps()
780 user_assert(pCaps != NULL, D3DERR_INVALIDCALL); in NineDevice9_GetDeviceCaps()
781 *pCaps = This->caps; in NineDevice9_GetDeviceCaps()
4298 D3DCAPS9 *pCaps, in NineDevice9_new()
4312 pScreen, pCreationParameters, pCaps, in NineDevice9_new()
173 NineDevice9_ctor( struct NineDevice9 *This, struct NineUnknownParams *pParams, struct pipe_screen *pScreen, D3DDEVICE_CREATION_PARAMETERS *pCreationParameters, D3DCAPS9 *pCaps, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3D9 *pD3D9, ID3DPresentGroup *pPresentationGroup, struct d3dadapter9_context *pCTX, boolean ex, D3DDISPLAYMODEEX *pFullscreenDisplayMode, int minorVersionNum ) NineDevice9_ctor() argument
4296 NineDevice9_new( struct pipe_screen *pScreen, D3DDEVICE_CREATION_PARAMETERS *pCreationParameters, D3DCAPS9 *pCaps, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3D9 *pD3D9, ID3DPresentGroup *pPresentationGroup, struct d3dadapter9_context *pCTX, boolean ex, D3DDISPLAYMODEEX *pFullscreenDisplayMode, struct NineDevice9 **ppOut, int minorVersionNum ) NineDevice9_new() argument
H A Dnine_lock.c563 D3DCAPS9 *pCaps )
567 r = NineDevice9_GetDeviceCaps(This, pCaps);
2424 D3DCONTENTPROTECTIONCAPS *pCaps ) in LockDevice9Video_GetContentProtectionCaps()
2428 r = NineDevice9Video_GetContentProtectionCaps(This, pCryptoType, pDecodeProfile, pCaps); in LockDevice9Video_GetContentProtectionCaps()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DDxgiFns.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/
H A Dd3dadapter9.h46 HRESULT (WINAPI *GetDeviceCaps)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps);
81 HRESULT WINAPI GetDeviceCaps(D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps);
/third_party/mesa3d/include/D3D9/
H A Dd3d9.h96 virtual HRESULT WINAPI GetDeviceCaps(UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps) = 0;
165 virtual HRESULT WINAPI GetDeviceCaps(D3DCAPS9 *pCaps) = 0;
300 virtual HRESULT WINAPI GetContentProtectionCaps(const GUID *pCryptoType, const GUID *pDecodeProfile, D3DCONTENTPROTECTIONCAPS *pCaps) = 0;
457 HRESULT (WINAPI *GetDeviceCaps)(IDirect3D9 *This, UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps);
504 HRESULT (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 HRESULT (WINAPI *GetContentProtectionCaps)(IDirect3DDevice9Video *This, const GUID *pCryptoType, const GUID *pDecodeProfile, D3DCONTENTPROTECTIONCAPS *pCaps);

Completed in 22 milliseconds