Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DCapabilities.hpp460 extern unsigned long pixelShaderNoTexInstructionLimit;
DDirect3D9.cpp85 pixelShaderNoTexInstructionLimit = 0; in Direct3D9()
96 pixelShaderNoTexInstructionLimit = D3DPS20CAPS_NOTEXINSTRUCTIONLIMIT; in Direct3D9()
1566pixelShaderNoTexInstructionLimit; // There is no limit on the number of tex instructions. in GetDeviceCaps()
DCapabilities.cpp410 unsigned long pixelShaderNoTexInstructionLimit = D3DPS20CAPS_NOTEXINSTRUCTIONLIMIT; variable