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

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

Completed in 63 milliseconds