Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DCapabilities.hpp458 extern unsigned long pixelShaderPredication;
DDirect3D9.cpp83 pixelShaderPredication = 0; in Direct3D9()
94 pixelShaderPredication = D3DPS20CAPS_PREDICATION; in Direct3D9()
1564 pixelShaderPredication | // Instruction predication is supported. See setp_comp - ps. in GetDeviceCaps()
DCapabilities.cpp408 unsigned long pixelShaderPredication = D3DPS20CAPS_PREDICATION; variable