Lines Matching refs:shid
73 uint32_t shid;
76 rc = SSMR3GetU32(pSSM, &shid);
79 if (shid != SVGA3D_INVALID_ID)
93 rc = vmsvga3dShaderDefine(pThis, cid, shid, shader.type, shader.cbData, pData);
104 uint32_t shid;
107 rc = SSMR3GetU32(pSSM, &shid);
110 if (shid != SVGA3D_INVALID_ID)
124 rc = vmsvga3dShaderDefine(pThis, cid, shid, shader.type, shader.cbData, pData);
389 Log(("Save pixelshader shid=%d with %x bytes code.\n", pShader->id, cbData));
412 Log(("Save vertex shader shid=%d with %x bytes code.\n", pShader->id, cbData));