Searched defs:maxVertexShaderInstructions (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp836 GLint maxVertexShaderInstructions; member in struct:VMSVGA3DSTATE::__anon13184
1598 pState->caps.maxVertexShaderInstructions = 1024;
1636 &pState->caps.maxVertexShaderInstructions));
1758 LogRel(("VMSVGA3d: maxVertexShaderTemps=%-2d maxVertexShaderInstructions=%d maxFragmentShaderInstructions=%d\n",
1759 pState->caps.maxVertexShaderTemps, pState->caps.maxVertexShaderInstructions, pState->caps.maxFragmentShaderInstructions));
2134 *pu32Val = pState->caps.maxVertexShaderInstructions;

Completed in 48 milliseconds