Searched refs:pixelShaderNoTexInstructionLimit (Results 1 – 3 of 3) sorted by relevance
460 extern unsigned long pixelShaderNoTexInstructionLimit;
85 pixelShaderNoTexInstructionLimit = 0; in Direct3D9()96 pixelShaderNoTexInstructionLimit = D3DPS20CAPS_NOTEXINSTRUCTIONLIMIT; in Direct3D9()1566 … pixelShaderNoTexInstructionLimit; // There is no limit on the number of tex instructions. in GetDeviceCaps()
410 unsigned long pixelShaderNoTexInstructionLimit = D3DPS20CAPS_NOTEXINSTRUCTIONLIMIT; variable