Home
last modified time | relevance | path

Searched defs:map (Results 1 – 25 of 53) sorted by relevance

123

/device/linaro/dragonboard/qcom/qrtr/src/
Dmap.c37 void map_destroy(struct map *map) in map_destroy()
42 void map_clear(struct map *map, void (*release)(struct map_item *)) in map_clear()
56 int map_create(struct map *map) in map_create()
64 static int map_hash(struct map *map, unsigned int key) in map_hash()
91 int map_reput(struct map *map, unsigned int key, struct map_item *value, in map_reput()
114 int map_put(struct map *map, unsigned int key, struct map_item *value) in map_put()
119 static int map_rehash(struct map *map) in map_rehash()
149 static struct map_entry *map_find(const struct map *map, unsigned int key) in map_find()
173 int map_contains(const struct map *map, unsigned int key) in map_contains()
178 struct map_item *map_get(const struct map *map, unsigned int key) in map_get()
[all …]
Dmap.h10 struct map { struct
13 struct map_entry *data; argument
16 int map_create(struct map *map); argument
32 #define map_for_each(map, iter) \ argument
/device/generic/goldfish-opengl/android-emu/android/base/containers/
DLookup.h63 const typename T::mapped_type* find(const T& map, in find()
75 typename T::mapped_type* find(T& map, const typename T::key_type& key) { in find()
107 const T& map, in findFirstOf()
119 T& map, in findFirstOf()
137 const T& map, in findFirstOfOrDefault()
/device/generic/vulkan-cereal/base/
DLookup.h66 const typename T::mapped_type* find(const T& map, in find()
78 typename T::mapped_type* find(T& map, const typename T::key_type& key) { in find()
110 const T& map, in findFirstOf()
122 T& map, in findFirstOf()
140 const T& map, in findFirstOfOrDefault()
/device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/
Dquantization.cc412 const QuantizationMap* map = GetQuantMapForValueRange(range_max_value); in QuantizeCEValueToRange() local
422 const QuantizationMap* map = GetQuantMapForValueRange(range_max_value); in UnquantizeCEValueFromRange() local
440 const QuantizationMap* map = GetQuantMapForWeightRange(range_max_value); in QuantizeWeightToRange() local
449 const QuantizationMap* map = GetQuantMapForWeightRange(range_max_value); in UnquantizeWeightFromRange() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DAttributeMap.cpp84 AttributeMap map; in CreateFromIntArray() local
98 AttributeMap map; in CreateFromAttribArray() local
Dformatutils.cpp590 void InsertFormatInfo(InternalFormatInfoMap *map, const InternalFormat &formatInfo) in InsertFormatInfo()
597 void AddRGBAFormat(InternalFormatInfoMap *map, in AddRGBAFormat()
641 static void AddLUMAFormat(InternalFormatInfoMap *map, in AddLUMAFormat()
677 void AddDepthStencilFormat(InternalFormatInfoMap *map, in AddDepthStencilFormat()
714 void AddCompressedFormat(InternalFormatInfoMap *map, in AddCompressedFormat()
763 InternalFormatInfoMap map; in BuildInternalFormatInfoMap() local
/device/generic/opengl-transport/host/libs/virglrenderer/
DAVDVirglRenderer.cpp97 std::map<uint32_t, EglContext*> EglContext::map; member in EglContext
98 std::map<uint32_t, EglSurface*> EglSurface::map; member in EglSurface
99 std::map<uint32_t, EglImage*> EglImage::map; member in EglImage
100 std::map<uint32_t, Resource*> Resource::map; member in Resource
101 std::map<uint64_t, EglSync*> EglSync::map; member in EglSync
102 std::map<uint32_t, Context*> Context::map; member in Context
DEglSync.h25 static std::map<uint64_t, EglSync*> map; member
DEglImage.h28 static std::map<uint32_t, EglImage*> map; member
DResource.h36 static std::map<uint32_t, Resource*> map; member
DEglContext.h32 static std::map<uint32_t, EglContext*> map; member
DEglSurface.h27 static std::map<uint32_t, EglSurface*> map; member
DContext.h40 static std::map<uint32_t, Context*> map; member
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DMappedSubresourceVerifier11.h52 inline bool MappedSubresourceVerifier11::wrap(D3D11_MAP mapType, D3D11_MAPPED_SUBRESOURCE *map) in wrap()
DMappedSubresourceVerifier11.cpp82 bool MappedSubresourceVerifier11::wrap(D3D11_MAP mapType, D3D11_MAPPED_SUBRESOURCE *map) in wrap()
DBuffer11.cpp538 angle::Result Buffer11::map(const gl::Context *context, GLenum access, void **mapPtr) in map() function in rx::Buffer11
1353 angle::Result Buffer11::NativeStorage::map(const gl::Context *context, in map() function in rx::Buffer11::NativeStorage
1673 angle::Result Buffer11::EmulatedIndexedStorage::map(const gl::Context *context, in map() function in rx::Buffer11::EmulatedIndexedStorage
1731 angle::Result Buffer11::PackStorage::map(const gl::Context *context, in map() function in rx::Buffer11::PackStorage
1856 angle::Result Buffer11::SystemMemoryStorage::map(const gl::Context *context, in map() function in rx::Buffer11::SystemMemoryStorage
/device/google/trout/hal/sensors/2.0/
DSensor.cpp156 static float getChannelData(const std::array<float, N>& channelData, int64_t map, bool negate) { in getChannelData()
258 static status_t checkAxis(int64_t map) { in checkAxis()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/
DBuffer9.cpp113 angle::Result Buffer9::map(const gl::Context *context, GLenum access, void **mapPtr) in map() function in rx::Buffer9
Dformatutils9.cpp225 InternalFormatInitialzerMap map; in BuildInternalFormatInitialzerMap() local
259 static inline void InsertD3D9FormatInfo(D3D9FormatMap *map, in InsertD3D9FormatInfo()
285 D3D9FormatMap map; in BuildD3D9FormatMap() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/null/
DBufferNULL.cpp77 angle::Result BufferNULL::map(const gl::Context *context, GLenum access, void **mapPtr) in map() function in rx::BufferNULL
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
Dformatutilsgl.cpp116 static inline void InsertFormatMapping(InternalFormatInfoMap *map, in InsertFormatMapping()
168 InternalFormatInfoMap map; in BuildInternalFormatInfoMap() local
DBufferGL.cpp125 angle::Result BufferGL::map(const gl::Context *context, GLenum access, void **mapPtr) in map() function in rx::BufferGL
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DTextureSharedData.h58 MapType map; member
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DVirtioGpuStream.cpp153 drm_virtgpu_map map; in connect() local

123