Searched refs:VertexTextureFilterCaps (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_dump.c | 790 CAP_CASE(VertexTextureFilterCaps, D3DPTFILTERCAPS, MAGFPOINT); in nine_dump_D3DCAPS9() 791 CAP_CASE(VertexTextureFilterCaps, D3DPTFILTERCAPS, MAGFLINEAR); in nine_dump_D3DCAPS9() 792 CAP_CASE(VertexTextureFilterCaps, D3DPTFILTERCAPS, MAGFANISOTROPIC); in nine_dump_D3DCAPS9() 793 CAP_CASE(VertexTextureFilterCaps, D3DPTFILTERCAPS, MAGFPYRAMIDALQUAD); in nine_dump_D3DCAPS9() 794 CAP_CASE(VertexTextureFilterCaps, D3DPTFILTERCAPS, MAGFGAUSSIANQUAD); in nine_dump_D3DCAPS9() 795 CAP_CASE(VertexTextureFilterCaps, D3DPTFILTERCAPS, MINFPOINT); in nine_dump_D3DCAPS9() 796 CAP_CASE(VertexTextureFilterCaps, D3DPTFILTERCAPS, MINFLINEAR); in nine_dump_D3DCAPS9() 797 CAP_CASE(VertexTextureFilterCaps, D3DPTFILTERCAPS, MINFANISOTROPIC); in nine_dump_D3DCAPS9() 798 CAP_CASE(VertexTextureFilterCaps, D3DPTFILTERCAPS, MINFPYRAMIDALQUAD); in nine_dump_D3DCAPS9() 799 CAP_CASE(VertexTextureFilterCaps, D3DPTFILTERCAPS, MINFGAUSSIANQUAD); in nine_dump_D3DCAPS9() [all …]
|
D | adapter9.c | 976 pCaps->VertexTextureFilterCaps = pCaps->TextureFilterCaps & in NineAdapter9_GetDeviceCaps() 980 pCaps->VertexTextureFilterCaps = 0; in NineAdapter9_GetDeviceCaps()
|
/external/mesa3d/include/D3D9/ |
D | d3d9caps.h | 369 DWORD VertexTextureFilterCaps; member
|