Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/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.c797 pCaps->VertexProcessingCaps = D3DVTXPCAPS_TEXGEN | in NineAdapter9_GetDeviceCaps()
/external/swiftshader/include/Direct3D/
Dd3d8caps.h79 DWORD VertexProcessingCaps; member
/external/mesa3d/include/D3D9/
Dd3d9caps.h341 DWORD VertexProcessingCaps; member
/external/swiftshader/src/D3D8/
DDirect3D8.cpp1012 …caps.VertexProcessingCaps = D3DVTXPCAPS_DIRECTIONALLIGHTS | // Device can do directional lights… in GetDeviceCaps()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp1503 …caps.VertexProcessingCaps = D3DVTXPCAPS_DIRECTIONALLIGHTS | // Device can do directional lights. in GetDeviceCaps()