Home
last modified time | relevance | path

Searched refs:D3DPS20_MAX_STATICFLOWCONTROLDEPTH (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/include/D3D9/
Dd3d9caps.h280 #define D3DPS20_MAX_STATICFLOWCONTROLDEPTH 4 macro
/external/mesa3d/src/gallium/frontends/nine/
Dadapter9.c961 if (pCaps->PS20Caps.StaticFlowControlDepth > D3DPS20_MAX_STATICFLOWCONTROLDEPTH in NineAdapter9_GetDeviceCaps()
963 pCaps->PS20Caps.StaticFlowControlDepth = D3DPS20_MAX_STATICFLOWCONTROLDEPTH; in NineAdapter9_GetDeviceCaps()