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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-shared.h422 rc = SSMR3PutStructEx(pSSM, &pContext->state.paPixelShaderConst[j], sizeof(pContext->state.paPixelShaderConst[j]), 0, g_aVMSVGASHADERCONSTFields, NULL);
792 pContext->state.paPixelShaderConst = (PVMSVGASHADERCONST)RTMemRealloc(pContext->state.paPixelShaderConst, sizeof(VMSVGASHADERCONST) * (reg + 1));
793 AssertReturn(pContext->state.paPixelShaderConst, VERR_NO_MEMORY);
795 pContext->state.paPixelShaderConst[i].fValid = false;
799 pContext->state.paPixelShaderConst[reg].fValid = true;
800 pContext->state.paPixelShaderConst[reg].ctype = ctype;
801 pContext->state.paPixelShaderConst[reg].value[0] = val1;
802 pContext->state.paPixelShaderConst[re
[all...]
H A DDevVGA-SVGA3d-ogl.cpp698 PVMSVGASHADERCONST paPixelShaderConst; member in struct:__anon13181::__anon13182
744 SSMFIELD_ENTRY_IGN_HCPTR( VMSVGA3DCONTEXT, state.paPixelShaderConst),
4549 if (pContext->state.paPixelShaderConst)
4550 RTMemFree(pContext->state.paPixelShaderConst);
H A DDevVGA-SVGA3d-win.cpp288 PVMSVGASHADERCONST paPixelShaderConst; member in struct:__anon13200::__anon13201
324 SSMFIELD_ENTRY_IGN_HCPTR( VMSVGA3DCONTEXT, state.paPixelShaderConst),
3146 if (pContext->state.paPixelShaderConst)
3147 RTMemFree(pContext->state.paPixelShaderConst);

Completed in 79 milliseconds