Home
last modified time | relevance | path

Searched refs:DeclTypes (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_dump.c758 CAP_CASE(DeclTypes, D3DDTCAPS, UBYTE4); in nine_dump_D3DCAPS9()
759 CAP_CASE(DeclTypes, D3DDTCAPS, UBYTE4N); in nine_dump_D3DCAPS9()
760 CAP_CASE(DeclTypes, D3DDTCAPS, SHORT2N); in nine_dump_D3DCAPS9()
761 CAP_CASE(DeclTypes, D3DDTCAPS, SHORT4N); in nine_dump_D3DCAPS9()
762 CAP_CASE(DeclTypes, D3DDTCAPS, USHORT2N); in nine_dump_D3DCAPS9()
763 CAP_CASE(DeclTypes, D3DDTCAPS, USHORT4N); in nine_dump_D3DCAPS9()
764 CAP_CASE(DeclTypes, D3DDTCAPS, UDEC3); in nine_dump_D3DCAPS9()
765 CAP_CASE(DeclTypes, D3DDTCAPS, DEC3N); in nine_dump_D3DCAPS9()
766 CAP_CASE(DeclTypes, D3DDTCAPS, FLOAT16_2); in nine_dump_D3DCAPS9()
767 CAP_CASE(DeclTypes, D3DDTCAPS, FLOAT16_4); in nine_dump_D3DCAPS9()
Dadapter9.c890 pCaps->DeclTypes = D3DDTCAPS_UBYTE4 | in NineAdapter9_GetDeviceCaps()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DVertexDeclarationCache.cpp176 d3d9::GetVertexFormatInfo(caps.DeclTypes, vertexformatID); in applyDeclaration()
DRenderer9.cpp2385 return mDeviceCaps.DeclTypes; in getCapsDeclTypes()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DVertexDeclarationCache.cpp176 d3d9::GetVertexFormatInfo(caps.DeclTypes, vertexformatID); in applyDeclaration()
DRenderer9.cpp2426 return mDeviceCaps.DeclTypes; in getCapsDeclTypes()
/third_party/mesa3d/include/D3D9/
Dd3d9caps.h364 DWORD DeclTypes; member