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

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

Completed in 91 milliseconds