Searched refs:MaxPixelShader30InstructionSlots (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3DIf.cpp1024 pCaps->MaxPixelShader30InstructionSlots = RT_MIN(32768, pCaps->MaxPixelShader30InstructionSlots);
1031 Assert(pCaps->MaxPixelShader30InstructionSlots >= 512);
1032 Assert(pCaps->MaxPixelShader30InstructionSlots <= 32768);
1037 Assert(pCaps->MaxPixelShader30InstructionSlots == 0);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddirectx.c465 pCaps->MaxPixelShader30InstructionSlots = RT_MIN(32768, pCaps->MaxPixelShader30InstructionSlots);
472 ASSERT_D3D(pCaps->MaxPixelShader30InstructionSlots >= 512);
473 ASSERT_D3D(pCaps->MaxPixelShader30InstructionSlots <= 32768);
478 ASSERT_D3D(pCaps->MaxPixelShader30InstructionSlots == 0);
H A Dd3d9_private.h138 _pD3D9Caps->MaxPixelShader30InstructionSlots = _pWineCaps->MaxPixelShader30InstructionSlots;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dd3d9_private.h136 _pD3D9Caps->MaxPixelShader30InstructionSlots = _pWineCaps->MaxPixelShader30InstructionSlots;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d9caps.h400 DWORD MaxPixelShader30InstructionSlots; member in struct:_D3DCAPS9
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d9caps.h400 DWORD MaxPixelShader30InstructionSlots; member in struct:_D3DCAPS9
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddirectx.c4907 pCaps->MaxPixelShader30InstructionSlots = shader_caps.MaxPixelShader30InstructionSlots;
4959 pCaps->MaxPixelShader30InstructionSlots = max(WINED3DMIN30SHADERINSTRUCTIONS,
4972 pCaps->MaxPixelShader30InstructionSlots = 0;
4981 pCaps->MaxPixelShader30InstructionSlots = 0;
H A Dwined3d_private.h691 DWORD MaxPixelShader30InstructionSlots; member in struct:shader_caps
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/
H A DDumpD3DCaps9.cpp616 DUMP_DIFF_VAL(MaxPixelShader30InstructionSlots, "%d");
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c4786 caps->MaxPixelShader30InstructionSlots = max(WINED3DMIN30SHADERINSTRUCTIONS,
4800 caps->MaxPixelShader30InstructionSlots = 0;
4811 caps->MaxPixelShader30InstructionSlots = 0;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwined3d.h1860 DWORD MaxPixelShader30InstructionSlots; member in struct:_WINED3DCAPS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwined3d.idl2001 DWORD MaxPixelShader30InstructionSlots;
H A Dwined3d.h2499 DWORD MaxPixelShader30InstructionSlots; member in struct:_WINED3DCAPS
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h702 DWORD MaxPixelShader30InstructionSlots; member in struct:shader_caps
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-win.cpp893 *pu32Val = pCaps->MaxPixelShader30InstructionSlots;
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dwined3d.h2504 DWORD MaxPixelShader30InstructionSlots; member in struct:_WINED3DCAPS
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwined3d.h2505 DWORD MaxPixelShader30InstructionSlots; member in struct:_WINED3DCAPS
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2504 DWORD MaxPixelShader30InstructionSlots; member in struct:_WINED3DCAPS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2504 DWORD MaxPixelShader30InstructionSlots; member in struct:_WINED3DCAPS

Completed in 308 milliseconds