Searched refs:maximumPixelShaderInstructionsExecuted (Results 1 – 1 of 1) sorted by relevance
1215 unsigned int maximumPixelShaderInstructionsExecuted = 0; in GetDeviceCaps() local1220 if(pixelShaderVersion >= D3DPS_VERSION(1, 0)) maximumPixelShaderInstructionsExecuted = 0xFFFFFFFF; in GetDeviceCaps()1587 …caps.MaxPShaderInstructionsExecuted = maximumPixelShaderInstructionsExecuted; // Maximum number of… in GetDeviceCaps()