Home
last modified time | relevance | path

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

/external/mesa3d/include/D3D9/
Dd3d9caps.h262 #define D3DVS20_MAX_STATICFLOWCONTROLDEPTH 4 macro
/external/mesa3d/src/gallium/state_trackers/nine/
Dadapter9.c890 if (pCaps->VS20Caps.StaticFlowControlDepth > D3DVS20_MAX_STATICFLOWCONTROLDEPTH in NineAdapter9_GetDeviceCaps()
892 pCaps->VS20Caps.StaticFlowControlDepth = D3DVS20_MAX_STATICFLOWCONTROLDEPTH; in NineAdapter9_GetDeviceCaps()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp1560 …caps.VS20Caps.StaticFlowControlDepth = D3DVS20_MAX_STATICFLOWCONTROLDEPTH; // The maximum depth o… in GetDeviceCaps()