Home
last modified time | relevance | path

Searched refs:XMINT2 (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.h48 struct XMINT2 { struct
50 XMINT2() = default; argument
51 XMINT2(const XMINT2&) = default;
52 XMINT2& operator=(const XMINT2&) = default; argument
53 XMINT2(XMINT2&&) = default;
54 XMINT2& operator=(XMINT2&&) = default; argument
55 XM_CONSTEXPR XMINT2(int32_t _x, int32_t _y) : x(_x), y(_y) {} in XMINT2() function
56 explicit XMINT2(const int32_t *pArray) : x(pArray[0]), y(pArray[1]) {} in XMINT2() function
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddirectxmath.h48 struct XMINT2 { struct
50 XMINT2() = default; argument
51 XMINT2(const XMINT2&) = default;
52 XMINT2& operator=(const XMINT2&) = default; argument
53 XMINT2(XMINT2&&) = default;
54 XMINT2& operator=(XMINT2&&) = default; argument
55 XM_CONSTEXPR XMINT2(int32_t _x, int32_t _y) : x(_x), y(_y) {} in XMINT2() argument
56 explicit XMINT2(const int32_t *pArray) : x(pArray[0]), y(pArray[1]) {} in XMINT2() function
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd3dx_dxgiformatconvert.inl194 // XMINT2 D3DX_R16G16_SINT_to_INT2(UINT packedInput)
195 // UINT D3DX_INT2_to_R16G16_SINT(XMINT2 unpackedInput)
212 typedef int2 XMINT2; typedef
252 } XMINT2; typedef
763 XMINT2 signExtendedBits;
782 D3DX11INLINE XMINT2 D3DX_R16G16_SINT_to_INT2(UINT packedInput)
784 XMINT2 unpackedOutput;
790 D3DX11INLINE UINT D3DX_INT2_to_R16G16_SINT(XMINT2 unpackedInput)
/dports/devel/apitrace/apitrace-9.0/thirdparty/directxtex/XNAMath/
H A Dxnamath.h450 } XMINT2; typedef
2167 XMVECTOR XMLoadSInt2(_In_ CONST XMINT2* pSource);
2247 VOID XMStoreSInt2(_Out_ XMINT2* pDestination, FXMVECTOR V);
H A Dxnamathconvert.inl487 CONST XMINT2* pSource
3399 XMINT2* pDestination,
H A Dxnamathvector.inl11113 * XMINT2 operators
11128 XMFINLINE XMINT2& _XMINT2::operator=
/dports/devel/apitrace/apitrace-9.0/thirdparty/directxtex/DirectXTex/
H A DDirectXTexConvert.cpp796 LOAD_SCANLINE2( XMINT2, XMLoadSInt2, g_XMIdentityR3 ) in _LoadScanline()
1679 STORE_SCANLINE( XMINT2, XMStoreSInt2 ) in _StoreScanline()