Home
last modified time | relevance | path

Searched refs:MaxVertexIndex (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/include/Direct3D/
Dd3d8caps.h88 DWORD MaxVertexIndex; member
/external/mesa3d/include/D3D9/
Dd3d9caps.h348 DWORD MaxVertexIndex; member
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_dump.c732 C2S("\nMaxVertexIndex: 0x%x", caps->MaxVertexIndex); in nine_dump_D3DCAPS9()
Dadapter9.c814 pCaps->MaxVertexIndex = 0xFFFFFF; /* <- wine, really 0xFFFFFFFF */ in NineAdapter9_GetDeviceCaps()
/external/swiftshader/src/D3D8/
DDirect3D8.cpp1026 …caps.MaxVertexIndex = 1 << 24; // Maximum size of indices supported for hardware vertex proces… in GetDeviceCaps()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp1518 …caps.MaxVertexIndex = 1 << 24; // Maximum size of indices supported for hardware vertex proces… in GetDeviceCaps()