Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dnine_dump.c717 CAP_CASE(VertexProcessingCaps, D3DVTXPCAPS, DIRECTIONALLIGHTS); in nine_dump_D3DCAPS9()
718 CAP_CASE(VertexProcessingCaps, D3DVTXPCAPS, LOCALVIEWER); in nine_dump_D3DCAPS9()
719 CAP_CASE(VertexProcessingCaps, D3DVTXPCAPS, MATERIALSOURCE7); in nine_dump_D3DCAPS9()
720 CAP_CASE(VertexProcessingCaps, D3DVTXPCAPS, NO_TEXGEN_NONLOCALVIEWER); in nine_dump_D3DCAPS9()
721 CAP_CASE(VertexProcessingCaps, D3DVTXPCAPS, POSITIONALLIGHTS); in nine_dump_D3DCAPS9()
722 CAP_CASE(VertexProcessingCaps, D3DVTXPCAPS, TEXGEN); in nine_dump_D3DCAPS9()
723 CAP_CASE(VertexProcessingCaps, D3DVTXPCAPS, TEXGEN_SPHEREMAP); in nine_dump_D3DCAPS9()
724 CAP_CASE(VertexProcessingCaps, D3DVTXPCAPS, TWEENING); in nine_dump_D3DCAPS9()
Dadapter9.c829 pCaps->VertexProcessingCaps = D3DVTXPCAPS_TEXGEN | in NineAdapter9_GetDeviceCaps()
/external/mesa3d/include/D3D9/
Dd3d9caps.h344 DWORD VertexProcessingCaps; member