/device/linaro/dragonboard/qcom/qrtr/src/ |
D | map.c | 37 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 …]
|
D | map.h | 10 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/ |
D | Lookup.h | 63 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/ |
D | Lookup.h | 66 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/ |
D | quantization.cc | 412 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/ |
D | AttributeMap.cpp | 84 AttributeMap map; in CreateFromIntArray() local 98 AttributeMap map; in CreateFromAttribArray() local
|
D | formatutils.cpp | 590 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/ |
D | AVDVirglRenderer.cpp | 97 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
|
D | EglSync.h | 25 static std::map<uint64_t, EglSync*> map; member
|
D | EglImage.h | 28 static std::map<uint32_t, EglImage*> map; member
|
D | Resource.h | 36 static std::map<uint32_t, Resource*> map; member
|
D | EglContext.h | 32 static std::map<uint32_t, EglContext*> map; member
|
D | EglSurface.h | 27 static std::map<uint32_t, EglSurface*> map; member
|
D | Context.h | 40 static std::map<uint32_t, Context*> map; member
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | MappedSubresourceVerifier11.h | 52 inline bool MappedSubresourceVerifier11::wrap(D3D11_MAP mapType, D3D11_MAPPED_SUBRESOURCE *map) in wrap()
|
D | MappedSubresourceVerifier11.cpp | 82 bool MappedSubresourceVerifier11::wrap(D3D11_MAP mapType, D3D11_MAPPED_SUBRESOURCE *map) in wrap()
|
D | Buffer11.cpp | 538 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/ |
D | Sensor.cpp | 156 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/ |
D | Buffer9.cpp | 113 angle::Result Buffer9::map(const gl::Context *context, GLenum access, void **mapPtr) in map() function in rx::Buffer9
|
D | formatutils9.cpp | 225 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/ |
D | BufferNULL.cpp | 77 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/ |
D | formatutilsgl.cpp | 116 static inline void InsertFormatMapping(InternalFormatInfoMap *map, in InsertFormatMapping() 168 InternalFormatInfoMap map; in BuildInternalFormatInfoMap() local
|
D | BufferGL.cpp | 125 angle::Result BufferGL::map(const gl::Context *context, GLenum access, void **mapPtr) in map() function in rx::BufferGL
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | TextureSharedData.h | 58 MapType map; member
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | VirtioGpuStream.cpp | 153 drm_virtgpu_map map; in connect() local
|