Home
last modified time | relevance | path

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

/external/mesa3d/include/D3D9/
Dd3d9caps.h278 #define D3DPS20_MIN_STATICFLOWCONTROLDEPTH 0 macro
/external/mesa3d/src/gallium/state_trackers/nine/
Dadapter9.c937 assert(pCaps->PS20Caps.StaticFlowControlDepth >= D3DPS20_MIN_STATICFLOWCONTROLDEPTH); in NineAdapter9_GetDeviceCaps()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp88 pixelShaderStaticFlowControlDepth = D3DPS20_MIN_STATICFLOWCONTROLDEPTH; in Direct3D9()