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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3DIf.cpp1023 pCaps->MaxVertexShader30InstructionSlots = RT_MIN(32768, pCaps->MaxVertexShader30InstructionSlots);
1029 Assert(pCaps->MaxVertexShader30InstructionSlots >= 512);
1030 Assert(pCaps->MaxVertexShader30InstructionSlots <= 32768);
1036 Assert(pCaps->MaxVertexShader30InstructionSlots == 0);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddirectx.c464 pCaps->MaxVertexShader30InstructionSlots = RT_MIN(32768, pCaps->MaxVertexShader30InstructionSlots);
470 ASSERT_D3D(pCaps->MaxVertexShader30InstructionSlots >= 512);
471 ASSERT_D3D(pCaps->MaxVertexShader30InstructionSlots <= 32768);
477 ASSERT_D3D(pCaps->MaxVertexShader30InstructionSlots == 0);
H A Dd3d9_private.h137 _pD3D9Caps->MaxVertexShader30InstructionSlots = _pWineCaps->MaxVertexShader30InstructionSlots; \
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dd3d9_private.h135 _pD3D9Caps->MaxVertexShader30InstructionSlots = _pWineCaps->MaxVertexShader30InstructionSlots; \
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d9caps.h399 DWORD MaxVertexShader30InstructionSlots; member in struct:_D3DCAPS9
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d9caps.h399 DWORD MaxVertexShader30InstructionSlots; member in struct:_D3DCAPS9
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddirectx.c4904 pCaps->MaxVertexShader30InstructionSlots= shader_caps.MaxVertexShader30InstructionSlots;
4922 pCaps->MaxVertexShader30InstructionSlots = max(512, adapter->gl_info.limits.arb_vs_instructions);
4932 pCaps->MaxVertexShader30InstructionSlots = 0;
4940 pCaps->MaxVertexShader30InstructionSlots = 0;
H A Dwined3d_private.h690 DWORD MaxVertexShader30InstructionSlots; member in struct:shader_caps
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/
H A DDumpD3DCaps9.cpp615 DUMP_DIFF_VAL(MaxVertexShader30InstructionSlots, "%d");
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c4739 caps->MaxVertexShader30InstructionSlots = max(512, adapter->gl_info.limits.arb_vs_instructions);
4749 caps->MaxVertexShader30InstructionSlots = 0;
4759 caps->MaxVertexShader30InstructionSlots = 0;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwined3d.h1859 DWORD MaxVertexShader30InstructionSlots; member in struct:_WINED3DCAPS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwined3d.idl2000 DWORD MaxVertexShader30InstructionSlots;
H A Dwined3d.h2498 DWORD MaxVertexShader30InstructionSlots; member in struct:_WINED3DCAPS
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h701 DWORD MaxVertexShader30InstructionSlots; member in struct:shader_caps
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-win.cpp889 *pu32Val = pCaps->MaxVertexShader30InstructionSlots;
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dwined3d.h2503 DWORD MaxVertexShader30InstructionSlots; member in struct:_WINED3DCAPS
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwined3d.h2504 DWORD MaxVertexShader30InstructionSlots; member in struct:_WINED3DCAPS
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2503 DWORD MaxVertexShader30InstructionSlots; member in struct:_WINED3DCAPS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2503 DWORD MaxVertexShader30InstructionSlots; member in struct:_WINED3DCAPS

Completed in 561 milliseconds