Home
last modified time | relevance | path

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

/external/mesa3d/include/D3D9/
Dd3d9caps.h269 #define D3DPS20CAPS_PREDICATION (1 << 2) macro
/external/swiftshader/src/D3D9/
DCapabilities.cpp408 unsigned long pixelShaderPredication = D3DPS20CAPS_PREDICATION;
DDirect3D9.cpp94 pixelShaderPredication = D3DPS20CAPS_PREDICATION; in Direct3D9()
/external/mesa3d/src/gallium/state_trackers/nine/
Dadapter9.c902 D3DPS20CAPS_PREDICATION; in NineAdapter9_GetDeviceCaps()