Searched defs:cPixelShaders (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/Graphics/ |
H A D | DevVGA-SVGA3d-shared.h | 49 uint32_t cPixelShaderConst, cVertexShaderConst, cPixelShaders, cVertexShaders; local 60 cPixelShaders = pContext->cPixelShaders; 64 pContext->cPixelShaders = 0; 70 for (uint32_t j = 0; j < cPixelShaders; j++) 373 for (uint32_t j = 0; j < pContext->cPixelShaders; j++)
|
H A D | DevVGA-SVGA3d-win.cpp | 264 uint32_t cPixelShaders; member in struct:__anon13200 304 SSMFIELD_ENTRY( VMSVGA3DCONTEXT, cPixelShaders), 3127 for (uint32_t i = 0; i < pContext->cPixelShaders; i++) 5763 if (shid >= pContext->cPixelShaders) 5768 memset(&pContext->paPixelShader[pContext->cPixelShaders], 0, sizeof(VMSVGA3DSHADER) * (shid + 1 - pContext->cPixelShaders)); 5769 for (uint32_t i = pContext->cPixelShaders; i < shid + 1; i++) 5771 pContext->cPixelShaders = shid + 1; 5852 if ( shid < pContext->cPixelShaders 5923 if ( shid < pContext->cPixelShaders [all...] |
H A D | DevVGA-SVGA3d-ogl.cpp | 673 uint32_t cPixelShaders; member in struct:__anon13181 723 SSMFIELD_ENTRY( VMSVGA3DCONTEXT, cPixelShaders), 4530 for (uint32_t i = 0; i < pContext->cPixelShaders; i++) 7470 if (shid >= pContext->cPixelShaders) 7475 memset(&pContext->paPixelShader[pContext->cPixelShaders], 0, sizeof(VMSVGA3DSHADER) * (shid + 1 - pContext->cPixelShaders)); 7476 for (uint32_t i = pContext->cPixelShaders; i < shid + 1; i++) 7478 pContext->cPixelShaders = shid + 1; 7561 if ( shid < pContext->cPixelShaders 7633 if ( shid < pContext->cPixelShaders [all...] |
Completed in 60 milliseconds