/hardware/google/gfxstream/guest/mesa/src/util/ |
D | hash_table.h | 46 struct hash_table { struct 61 struct hash_table * argument 68 _mesa_hash_table_init(struct hash_table *ht, 74 struct hash_table * 77 struct hash_table * 78 _mesa_hash_table_clone(struct hash_table *src, void *dst_mem_ctx); 79 void _mesa_hash_table_destroy(struct hash_table *ht, 81 void _mesa_hash_table_clear(struct hash_table *ht, 83 void _mesa_hash_table_set_deleted_key(struct hash_table *ht, 86 static inline uint32_t _mesa_hash_table_num_entries(struct hash_table *ht) in _mesa_hash_table_num_entries() [all …]
|
D | hash_table.c | 125 key_pointer_is_reserved(const struct hash_table *ht, const void *key) in key_pointer_is_reserved() 137 entry_is_deleted(const struct hash_table *ht, struct hash_entry *entry) in entry_is_deleted() 143 entry_is_present(const struct hash_table *ht, struct hash_entry *entry) in entry_is_present() 149 _mesa_hash_table_init(struct hash_table *ht, in _mesa_hash_table_init() 171 struct hash_table * 177 struct hash_table *ht; in _mesa_hash_table_create() 182 ht = ralloc(mem_ctx, struct hash_table); in _mesa_hash_table_create() 208 struct hash_table * 214 struct hash_table * 215 _mesa_hash_table_clone(struct hash_table *src, void *dst_mem_ctx) in _mesa_hash_table_clone() [all …]
|
D | u_hash_table.h | 48 struct hash_table * 55 struct hash_table * 60 util_hash_table_get(struct hash_table *ht, 65 util_hash_table_foreach(struct hash_table *ht,
|
D | u_hash_table.c | 51 struct hash_table * 92 struct hash_table * 100 util_hash_table_get(struct hash_table *ht, in util_hash_table_get() 110 util_hash_table_foreach(struct hash_table *ht, in util_hash_table_foreach()
|
D | u_debug_stack_android.cpp | 35 static hash_table *symbol_table;
|
D | meson.build | 70 'hash_table.c', 71 'hash_table.h', 443 subdir('tests/hash_table')
|
D | u_debug_symbol.c | 259 static struct hash_table* symbols_hash;
|
/hardware/google/gfxstream/guest/mesa/src/util/tests/hash_table/ |
D | remove_null.c | 38 struct hash_table *ht; in main()
|
D | destroy_callback.c | 54 struct hash_table *ht; in main()
|
D | insert_and_lookup.c | 38 struct hash_table *ht; in main()
|
D | replacement.c | 38 struct hash_table *ht; in main()
|
D | remove_key.c | 35 struct hash_table *ht; in main()
|
D | delete_and_lookup.c | 48 struct hash_table *ht; in main()
|
D | insert_many.c | 52 struct hash_table *ht; in main()
|
D | random_entry.c | 58 struct hash_table *ht; in main()
|
D | delete_management.c | 52 struct hash_table *ht; in main()
|
D | clear.c | 59 struct hash_table *ht; in main()
|
D | collision.c | 43 struct hash_table *ht; in main()
|
/hardware/google/gfxstream/guest/mesa-gn/src/util/ |
D | BUILD.gn | 41 "$util/hash_table.c", 42 "$util/hash_table.h",
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image_write.h | 908 …unsigned char ***hash_table = (unsigned char***) STBIW_MALLOC(stbiw__ZHASH * sizeof(unsigned char*… in stbi_zlib_compress() 909 if (hash_table == NULL) in stbi_zlib_compress() 919 hash_table[i] = NULL; in stbi_zlib_compress() 926 unsigned char **hlist = hash_table[h]; in stbi_zlib_compress() 935 if (hash_table[h] && stbiw__sbn(hash_table[h]) == 2*quality) { in stbi_zlib_compress() 936 STBIW_MEMMOVE(hash_table[h], hash_table[h]+quality, sizeof(hash_table[h][0])*quality); in stbi_zlib_compress() 937 stbiw__sbn(hash_table[h]) = quality; in stbi_zlib_compress() 939 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress() 944 hlist = hash_table[h]; in stbi_zlib_compress() 981 (void) stbiw__sbfree(hash_table[i]); in stbi_zlib_compress() [all …]
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image_write.h | 908 …unsigned char ***hash_table = (unsigned char***) STBIW_MALLOC(stbiw__ZHASH * sizeof(unsigned char*… in stbi_zlib_compress() 909 if (hash_table == NULL) in stbi_zlib_compress() 919 hash_table[i] = NULL; in stbi_zlib_compress() 926 unsigned char **hlist = hash_table[h]; in stbi_zlib_compress() 935 if (hash_table[h] && stbiw__sbn(hash_table[h]) == 2*quality) { in stbi_zlib_compress() 936 STBIW_MEMMOVE(hash_table[h], hash_table[h]+quality, sizeof(hash_table[h][0])*quality); in stbi_zlib_compress() 937 stbiw__sbn(hash_table[h]) = quality; in stbi_zlib_compress() 939 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress() 944 hlist = hash_table[h]; in stbi_zlib_compress() 981 (void) stbiw__sbfree(hash_table[i]); in stbi_zlib_compress() [all …]
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_meta.h | 36 struct hash_table; 50 struct hash_table *cache;
|
D | vk_object.h | 37 struct hash_table;
|
D | vk_device.h | 261 struct hash_table *swapchain_private;
|
/hardware/google/gfxstream/guest/mesa/src/util/perf/ |
D | u_perfetto_renderpass.h | 153 struct hash_table *debug_markers;
|