Home
last modified time | relevance | path

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

/external/mesa3d/include/D3D9/
Dd3d9caps.h346 DWORD MaxUserClipPlanes; member
/external/mesa3d/src/gallium/frontends/nine/
Dadapter9.c839 pCaps->MaxUserClipPlanes = PIPE_MAX_CLIP_PLANES; in NineAdapter9_GetDeviceCaps()
Dnine_dump.c727 C2S("\nMaxUserClipPlanes: %u", caps->MaxUserClipPlanes); in nine_dump_D3DCAPS9()