Home
last modified time | relevance | path

Searched defs:store (Results 1 – 12 of 12) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/gl/glsnapshot/
DGLSnapshot.cpp30 std::vector<GLenum>& store = mGlobals[name].enums; in getGlobalStateEnum() local
37 std::vector<unsigned char>& store = mGlobals[name].bytes; in getGlobalStateByte() local
44 std::vector<uint32_t>& store = mGlobals[name].ints; in getGlobalStateInt() local
51 std::vector<float>& store = mGlobals[name].floats; in getGlobalStateFloat() local
58 std::vector<uint64_t>& store = mGlobals[name].int64s; in getGlobalStateInt64() local
/device/generic/goldfish-opengl/system/codecs/c2/service/
Dservice.cpp38 android::sp<IComponentStore> store(new utils::ComponentStore( in main() local
/device/google/cuttlefish/guest/hals/identity/
Dservice.cpp42 std::shared_ptr<IdentityCredentialStore> store = in main() local
/device/google/trout/hal/vehicle/2.0/
DVirtualizedVehicleService.cpp41 auto store = std::make_unique<VehiclePropertyStore>(); in main() local
/device/generic/car/emulator/vhal_v2_0/
DVehicleService.cpp34 auto store = std::make_unique<VehiclePropertyStore>(); in main() local
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dastcenc_vecmathlib_none_4.h639 ASTCENC_SIMD_INLINE void store(vint4 a, int* p) in store() function
931 ASTCENC_SIMD_INLINE void store(vfloat4 a, float* ptr) in store() function
Dastcenc_vecmathlib_neon_4.h583 ASTCENC_SIMD_INLINE void store(vint4 a, int* p) in store() function
827 ASTCENC_SIMD_INLINE void store(vfloat4 a, float* p) in store() function
Dastcenc_vecmathlib_sse_4.h630 ASTCENC_SIMD_INLINE void store(vint4 a, int* p) in store() function
911 ASTCENC_SIMD_INLINE void store(vfloat4 a, float* p) in store() function
Dastcenc_vecmathlib_avx2_8.h549 ASTCENC_SIMD_INLINE void store(vint8 a, int* p) in store() function
977 ASTCENC_SIMD_INLINE void store(vfloat8 a, float* p) in store() function
/device/generic/goldfish-opengl/system/codecs/c2/store/
DGoldfishComponentStore.cpp38 std::shared_ptr<C2ComponentStore> store = platformStore.lock(); in Create() local
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp943 TEST(vfloat4, store) in TEST() argument
1738 TEST(vint4, store) in TEST() argument
2683 TEST(vfloat8, store) in TEST() argument
3277 TEST(vint8, store) in TEST() argument
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkDecoderGlobalState.cpp180 mutable Store store; member in gfxstream::vk::BoxedHandleManager