Home
last modified time | relevance | path

Searched refs:Load (Results 1 – 25 of 68) sorted by relevance

123

/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkHalf.h42 Sk4h hs = Sk4h::Load(&rgba); in SkHalfToFloat_finite_ftz()
60 return Sk4f::Load(&merged); in SkHalfToFloat_finite_ftz()
71 Sk4i bits = Sk4i::Load(&fs), in SkFloatToHalf_finite_ftz()
H A DSkNx.h52 AI static SkNx Load(const void* vptr) { in Load() function
54 return { Half::Load(ptr), Half::Load(ptr + N/2*sizeof(T)) }; in Load()
181 *a = Load(ptr + 0*sizeof(T));
182 *b = Load(ptr + 1*sizeof(T));
183 *c = Load(ptr + 2*sizeof(T));
184 *d = Load(ptr + 3*sizeof(T));
188 *a = Load(ptr + 0*sizeof(T));
189 *b = Load(ptr + 1*sizeof(T));
190 *c = Load(ptr + 2*sizeof(T));
194 *a = Load(ptr + 0*sizeof(T));
[all …]
H A DSkNx_sse.h44 AI static SkNx Load(const void* ptr) { in Load() function
134 AI static SkNx Load(const void* ptr) { return _mm_loadu_ps((const float*)ptr); } in Load() function
138 SkNx lo = SkNx::Load((const float*)ptr+0), in Load2()
139 hi = SkNx::Load((const float*)ptr+4); in Load2()
246 AI static SkNx Load(const void* ptr) { return _mm_loadu_si128((const __m128i*)ptr); } in Load() function
316 AI static SkNx Load(const void* ptr) { return _mm_loadl_epi64((const __m128i*)ptr); } in Load() function
363 AI static SkNx Load(const void* ptr) { return _mm_loadu_si128((const __m128i*)ptr); } in Load() function
420 AI static SkNx Load(const void* ptr) { return _mm_loadl_epi64((const __m128i*)ptr); } in Load() function
490 AI static SkNx Load(const void* ptr) { return _mm_loadu_si128((const __m128i*)ptr); } in Load() function
595 AI static SkNx Load(const void* ptr) { return _mm_cvtsi32_si128(*(const int*)ptr); } in Load() function
[all …]
H A DSkNx_neon.h39 AI static SkNx Load(const void* ptr) { return vld1_f32((const float*)ptr); } in Load() function
162 AI static SkNx Load(const void* ptr) { return vld1q_f32((const float*)ptr); } in Load() function
307 AI static SkNx Load(const void* ptr) { return vld1_u16((const uint16_t*)ptr); } in Load() function
364 AI static SkNx Load(const void* ptr) { return vld1q_u16((const uint16_t*)ptr); } in Load() function
415 AI static SkNx Load(const void* ptr) { in Load() function
444 AI static SkNx Load(const void* ptr) { return vld1_u8((const uint8_t*)ptr); } in Load() function
470 AI static SkNx Load(const void* ptr) { return vld1q_u8((const uint8_t*)ptr); } in Load() function
507 AI static SkNx Load(const void* ptr) { in Load() function
565 AI static SkNx Load(const void* ptr) { in Load() function
617 return SkNx_cast<float>(Sk4i::Load(&src));
/expo/packages/@expo/env/
H A DREADME.md3 Load environment variables from `.env` files. Supports the [standard .env formats](https://github.c…
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkHalf.h32 return skvx::from_half(skvx::half4::Load(&rgba)); in SkHalfToFloat_finite_ftz()
/expo/apps/native-component-list/src/screens/Image/
H A DImageEventsScreen.tsx72 <Button title="Load new image" onPress={loadNewImage} />
73 <Button title="Load with error" onPress={loadWithError} />
/expo/packages/expo-dev-launcher/bundle/screens/
H A DKitchenSinkScreen.tsx41 <Heading>Load More Button</Heading>
42 <BasicButton label="Load More" isLoading={isLoading} onPress={onLoadMorePress} />
H A DBranchesScreen.tsx60 label="Load More"
73 label="Load More"
/expo/apps/native-component-list/
H A DApp.tsx11 // Load any resources or data that we need prior to rendering the app
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Network/
H A DABI47_0_0RCTDataRequestHandler.mm58 // Load data
H A DABI47_0_0RCTFileRequestHandler.mm76 // Load data
/expo/packages/expo-font/
H A DREADME.md10 Load fonts at runtime and use them in React Native components.
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Network/
H A DABI49_0_0RCTDataRequestHandler.mm56 // Load data
H A DABI49_0_0RCTFileRequestHandler.mm71 // Load data
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Network/
H A DABI48_0_0RCTDataRequestHandler.mm56 // Load data
H A DABI48_0_0RCTFileRequestHandler.mm71 // Load data
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/
H A DABI49_0_0RCTWebSocketModule.mm81 // Load and set the cookie header.
85 // Load supplied headers
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dav.mdx102 ... // Load the playbackObject and obtain the reference.
124 ... // Load the playbackObject and obtain the reference.
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/
H A DABI47_0_0RCTWebSocketModule.mm81 // Load and set the cookie header.
85 // Load supplied headers
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/
H A DABI48_0_0RCTWebSocketModule.mm81 // Load and set the cookie header.
85 // Load supplied headers
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dav.mdx102 ... // Load the playbackObject and obtain the reference.
124 ... // Load the playbackObject and obtain the reference.
/expo/packages/expo-router/src/
H A DRoute.tsx20 /** Load a route into memory. Returns the exports from a route. */
/expo/ios/vendored/unversioned/@shopify/react-native-skia/ios/RNSkia-iOS/
H A DRNSkiOSPlatformContext.mm41 // Load from metro / node
/expo/ios/vendored/sdk49/@shopify/react-native-skia/ios/RNSkia-iOS/
H A DABI49_0_0RNSkiOSPlatformContext.mm41 // Load from metro / node

123