| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-compiler.h | 189 static pthread_key_t tls_ ## name ## _key; \ 200 pthread_key_create (&tls_ ## name ## _key, \ 209 pthread_setspecific (tls_ ## name ## _key, value); \ 220 value = pthread_getspecific (tls_ ## name ## _key); \
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | hash_table.c | 521 _mesa_hash_string(const void *_key) argument 524 const char *key = _key; 646 struct hash_key_u64 *_key = CALLOC_STRUCT(hash_key_u64); local in function:_mesa_hash_table_u64_insert 648 if (!_key) 650 _key->value = key; 652 _mesa_hash_table_insert(ht->table, _key, data); 662 struct hash_key_u64 _key = { .value = key }; local in function:hash_table_u64_search 663 return _mesa_hash_table_search(ht->table, &_key); 699 struct hash_key *_key = (struct hash_key *)entry->key; local in function:_mesa_hash_table_u64_remove 702 free(_key); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | hash_table.c | 660 _mesa_hash_string(const void *_key) argument 663 const char *key = _key; 797 struct hash_key_u64 *_key = (struct hash_key_u64 *)entry->key; local in function:_mesa_hash_table_u64_delete_key 799 if (_key) 800 free(_key); 842 struct hash_key_u64 *_key = CALLOC_STRUCT(hash_key_u64); local in function:_mesa_hash_table_u64_insert 844 if (!_key) 846 _key->value = key; 848 _mesa_hash_table_insert(ht->table, _key, data); 858 struct hash_key_u64 _key local in function:hash_table_u64_search 903 struct hash_key *_key = (struct hash_key *)entry->key; local in function:_mesa_hash_table_u64_remove [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ir3/ |
| H A D | ir3_cache.c | 35 key_hash(const void *_key) argument 37 const struct ir3_cache_key *key = _key;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/ |
| H A D | ir3_cache.c | 36 key_hash(const void *_key) argument 38 const struct ir3_cache_key *key = _key;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_texture.c | 350 key_hash(const void *_key) argument 352 const struct fd6_texture_key *key = _key;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_batch_cache.c | 98 key_hash(const void *_key) argument 100 const struct key *key = _key;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_batch_cache.c | 103 fd_batch_key_hash(const void *_key) argument 105 const struct fd_batch_key *key = _key;
|
| H A D | freedreno_batch.h | 283 uint32_t fd_batch_key_hash(const void *_key);
|
| H A D | freedreno_gmem.c | 103 gmem_key_hash(const void *_key) argument 105 const struct gmem_key *key = _key;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_texture.c | 370 key_hash(const void *_key) argument 372 const struct fd6_texture_key *key = _key;
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.h | 1613 Pair(ImGuiID _key, int _val_i) { key = _key; val_i = _val_i; } argument 1614 Pair(ImGuiID _key, float _val_f) { key = _key; val_f = _val_f; } argument 1615 Pair(ImGuiID _key, void* _val_p) { key = _key; val_p = _val_p; } argument
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui.h | 1613 Pair(ImGuiID _key, int _val_i) { key = _key; val_i = _val_i; } argument 1614 Pair(ImGuiID _key, float _val_f) { key = _key; val_f = _val_f; } argument 1615 Pair(ImGuiID _key, void* _val_p) { key = _key; val_p = _val_p; } argument
|