Searched defs:LoadSource (Results 1 – 2 of 2) sorted by relevance
43 inline __m128i LoadSource(const int8_t* src) { in LoadSource() function48 inline __m128i LoadSource(const uint8_t* src) { in LoadSource() function63 inline __m128i LoadSource(const int16_t* src) { return LoadUnaligned16(src); } in LoadSource() function66 inline __m128i LoadSource(const uint16_t* src) { return LoadUnaligned16(src); } in LoadSource() function
92 HRESULT STDMETHODCALLTYPE LoadSource(LPCWSTR pFilename, in LoadSource() function in amber::dxchelper::__anonf412ae380111::IncludeHandler