Home
last modified time | relevance | path

Searched refs:DriverCaps9 (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/directx/d3d9/
H A Dd3d9_caps.c431 pDriverCaps->DriverCaps9.Caps = HalInfo.ddCaps.dwCaps; in GetD3D9DriverInfo()
432 pDriverCaps->DriverCaps9.Caps2 = HalInfo.ddCaps.dwCaps2; in GetD3D9DriverInfo()
433 pDriverCaps->DriverCaps9.Caps3 = HalInfo.ddCaps.dwSVCaps; in GetD3D9DriverInfo()
502 memcpy(&pDriverCaps->DriverCaps9, &DriverCaps8, sizeof(D3DCAPS8)); in GetD3D9DriverInfo()
503 pDriverCaps->DriverCaps9.Caps = HalInfo.ddCaps.dwCaps; in GetD3D9DriverInfo()
512 D3DCAPS9 DriverCaps9; in GetD3D9DriverInfo() local
515 PrepareDriverInfoData(&DrvInfo, &DriverCaps9, sizeof(D3DCAPS9)); in GetD3D9DriverInfo()
525 pDriverCaps->DriverCaps9 = DriverCaps9; in GetD3D9DriverInfo()
526 pDriverCaps->DriverCaps9.Caps = HalInfo.ddCaps.dwCaps; in GetD3D9DriverInfo()
857 pUnknown6BC->dwCaps = pDriverCaps->DriverCaps9.Caps; in GetD3D9DriverInfo()
[all …]
H A Dformat.c344 if ((pDriverCaps->DriverCaps9.TextureCaps & D3DPTEXTURECAPS_MIPMAP) == 0) in CheckDeviceFormat()
351 if ((pDriverCaps->DriverCaps9.TextureCaps & D3DPTEXTURECAPS_MIPVOLUMEMAP) == 0) in CheckDeviceFormat()
357 if ((pDriverCaps->DriverCaps9.TextureCaps & D3DPTEXTURECAPS_MIPCUBEMAP) == 0) in CheckDeviceFormat()
525 else if (pDriverCaps->DriverCaps9.DevCaps2 == 0) in CheckDeviceFormatConversion()
H A Ddevice.c18 …MaxSimultaneousTextures = max(1, pDirect3DDevice9->DeviceData[0].DriverCaps.DriverCaps9.MaxSimulta… in InitD3D9ResourceManager()
H A Dd3d9_impl.c600 if ((pDriverCaps->DriverCaps9.Caps2 & D3DCAPS2_DYNAMICTEXTURES) == 0) in IDirect3D9Impl_CheckDeviceFormat()
617 …if ((pDriverCaps->DriverCaps9.DevCaps2 & (D3DDEVCAPS2_PRESAMPLEDDMAPNPATCH | D3DDEVCAPS2_DMAPNPATC… in IDirect3D9Impl_CheckDeviceFormat()
H A Dadapter.c250 pDriverCaps = &pDisplayAdapter->DriverCaps.DriverCaps9; in GetAdapterCaps()
H A Dd3d9_private.h68 /* 0x0000 */ D3DCAPS9 DriverCaps9; member