Home | History | Annotate | Download | only in d3d9

Lines Matching defs:attempts

2234     for (int attempts = 3; lost && attempts > 0; attempts--)
2239 // may cause a longer wait other reset attempts before the
3424 int attempts = ArraySize(extraFlags);
3426 ID3DBlob *binary = (ID3DBlob*)mCompiler.compileToBinary(infoLog, shaderHLSL, profile, extraFlags, extraFlagNames, attempts);