Home
last modified time | relevance | path

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

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddirectxmath.h59 struct XMUINT2 { struct
61 XMUINT2() = default; argument
62 XMUINT2(const XMUINT2&) = default;
63 XMUINT2& operator=(const XMUINT2&) = default; argument
64 XMUINT2(XMUINT2&&) = default;
65 XMUINT2& operator=(XMUINT2&&) = default; argument
66 XM_CONSTEXPR XMUINT2(uint32_t _x, uint32_t _y) : x(_x), y(_y) {} in XMUINT2() function
67 explicit XMUINT2(const uint32_t *pArray) : x(pArray[0]), y(pArray[1]) {} in XMUINT2() argument
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddirectxmath.h59 struct XMUINT2 { struct
61 XMUINT2() = default; argument
62 XMUINT2(const XMUINT2&) = default;
63 XMUINT2& operator=(const XMUINT2&) = default; argument
64 XMUINT2(XMUINT2&&) = default;
65 XMUINT2& operator=(XMUINT2&&) = default; argument
66 XM_CONSTEXPR XMUINT2(uint32_t _x, uint32_t _y) : x(_x), y(_y) {} in XMUINT2() function
67 explicit XMUINT2(const uint32_t *pArray) : x(pArray[0]), y(pArray[1]) {} in XMUINT2() argument
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd3dx_dxgiformatconvert.inl184 // XMUINT2 D3DX_R16G16_UINT_to_UINT2(UINT packedInput)
185 // UINT D3DX_UINT2_to_R16G16_UINT(XMUINT2 unpackedInput)
214 typedef uint2 XMUINT2; typedef
259 } XMUINT2; typedef
739 D3DX11INLINE XMUINT2 D3DX_R16G16_UINT_to_UINT2(UINT packedInput)
741 XMUINT2 unpackedOutput;
747 D3DX11INLINE UINT D3DX_UINT2_to_R16G16_UINT(XMUINT2 unpackedInput)
/dports/devel/apitrace/apitrace-9.0/thirdparty/directxtex/XNAMath/
H A Dxnamath.h468 } XMUINT2; typedef
2168 XMVECTOR XMLoadUInt2(_In_ CONST XMUINT2* pSource);
2248 VOID XMStoreUInt2(_Out_ XMUINT2* pDestination, FXMVECTOR V);
H A Dxnamathconvert.inl513 CONST XMUINT2* pSource
3435 XMUINT2* pDestination,
H A Dxnamathvector.inl11140 * XMUINT2 operators
11155 XMFINLINE XMUINT2& _XMUINT2::operator=
/dports/devel/apitrace/apitrace-9.0/thirdparty/directxtex/DirectXTex/
H A DDirectXTexConvert.cpp793 LOAD_SCANLINE2( XMUINT2, XMLoadUInt2, g_XMIdentityR3 ) in _LoadScanline()
1676 STORE_SCANLINE( XMUINT2, XMStoreUInt2 ) in _StoreScanline()