Home
last modified time | relevance | path

Searched refs:maximumPixelShaderInstructionsExecuted (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3D9.cpp1215 unsigned int maximumPixelShaderInstructionsExecuted = 0; in GetDeviceCaps() local
1220 if(pixelShaderVersion >= D3DPS_VERSION(1, 0)) maximumPixelShaderInstructionsExecuted = 0xFFFFFFFF; in GetDeviceCaps()
1587 …caps.MaxPShaderInstructionsExecuted = maximumPixelShaderInstructionsExecuted; // Maximum number of… in GetDeviceCaps()