Searched refs:cPixelShaderConst (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-shared.h49 uint32_t cPixelShaderConst, cVertexShaderConst, cPixelShaders, cVertexShaders; local
62 cPixelShaderConst = pContext->state.cPixelShaderConst;
66 pContext->state.cPixelShaderConst = 0;
132 for (uint32_t j = 0; j < cPixelShaderConst; j++)
420 for (uint32_t j = 0; j < pContext->state.cPixelShaderConst; j++)
790 if (pContext->state.cPixelShaderConst <= reg)
794 for (uint32_t i = pContext->state.cPixelShaderConst; i < reg + 1; i++)
796 pContext->state.cPixelShaderConst = reg + 1;
H A DDevVGA-SVGA3d-ogl.cpp697 uint32_t cPixelShaderConst; member in struct:__anon13181::__anon13182
743 SSMFIELD_ENTRY( VMSVGA3DCONTEXT, state.cPixelShaderConst),
H A DDevVGA-SVGA3d-win.cpp287 uint32_t cPixelShaderConst; member in struct:__anon13200::__anon13201
323 SSMFIELD_ENTRY( VMSVGA3DCONTEXT, state.cPixelShaderConst),

Completed in 61 milliseconds