HomeSort by relevance Sort by last modified time
    Searched refs:util_hash_table (Results 1 - 25 of 25) sorted by null

  /external/libdrm/amdgpu/
util_hash_table.h 46 struct util_hash_table;
54 drm_private struct util_hash_table *
59 util_hash_table_set(struct util_hash_table *ht, void *key, void *value);
61 drm_private void *util_hash_table_get(struct util_hash_table *ht, void *key);
63 drm_private void util_hash_table_remove(struct util_hash_table *ht, void *key);
65 drm_private void util_hash_table_clear(struct util_hash_table *ht);
67 drm_private void util_hash_table_foreach(struct util_hash_table *ht,
71 drm_private void util_hash_table_destroy(struct util_hash_table *ht);
util_hash_table.c 45 #include "util_hash_table.h"
51 struct util_hash_table struct
75 drm_private struct util_hash_table *
79 struct util_hash_table *ht;
81 ht = malloc(sizeof(struct util_hash_table));
98 util_hash_table_find_iter(struct util_hash_table *ht,
116 util_hash_table_find_item(struct util_hash_table *ht,
134 util_hash_table_set(struct util_hash_table *ht, void *key, void *value)
167 drm_private void *util_hash_table_get(struct util_hash_table *ht, void *key)
185 drm_private void util_hash_table_remove(struct util_hash_table *ht, void *key
    [all...]
amdgpu_internal.h 80 struct util_hash_table *bo_handles;
82 struct util_hash_table *bo_flink_names;
amdgpu_device.c 45 #include "util_hash_table.h"
53 static struct util_hash_table *fd_tab;
  /external/mesa3d/src/gallium/auxiliary/util/
u_hash_table.h 49 struct util_hash_table;
58 struct util_hash_table *
64 util_hash_table_set(struct util_hash_table *ht,
69 util_hash_table_get(struct util_hash_table *ht,
74 util_hash_table_remove(struct util_hash_table *ht,
79 util_hash_table_clear(struct util_hash_table *ht);
83 util_hash_table_foreach(struct util_hash_table *ht,
89 util_hash_table_destroy(struct util_hash_table *ht);
u_hash_table.c 50 struct util_hash_table struct
78 struct util_hash_table *
82 struct util_hash_table *ht;
84 ht = MALLOC_STRUCT(util_hash_table);
102 util_hash_table_find_iter(struct util_hash_table *ht,
122 util_hash_table_find_item(struct util_hash_table *ht,
142 util_hash_table_set(struct util_hash_table *ht,
181 util_hash_table_get(struct util_hash_table *ht,
202 util_hash_table_remove(struct util_hash_table *ht,
228 util_hash_table_clear(struct util_hash_table *ht
    [all...]
u_debug_refcnt.c 57 static struct util_hash_table *serials_hash;
u_debug_flush.c 76 struct util_hash_table *ref_hash;
u_debug_symbol.c 273 struct util_hash_table* symbols_hash;
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_winsys.h 93 struct util_hash_table *bo_names;
95 struct util_hash_table *bo_handles;
97 struct util_hash_table *bo_vas;
radeon_drm_winsys.c 66 static struct util_hash_table *fd_tab = NULL;
  /external/mesa3d/src/gallium/winsys/virgl/drm/
virgl_drm_winsys.h 34 struct util_hash_table;
64 struct util_hash_table *bo_handles;
65 struct util_hash_table *bo_names;
virgl_drm_winsys.c 808 static struct util_hash_table *fd_tab = NULL;
  /external/mesa3d/src/gallium/state_trackers/nine/
resource9.h 30 struct util_hash_table;
volume9.h 31 struct util_hash_table;
iunknown.h 63 struct util_hash_table *pdata;
device9.h 35 struct util_hash_table;
105 struct util_hash_table *ht_vs;
106 struct util_hash_table *ht_ps;
114 struct util_hash_table *ht_fvf;
  /external/mesa3d/src/gallium/drivers/ilo/shader/
toy_tgsi.h 37 struct util_hash_table;
49 struct util_hash_table *reg_mapping;
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_screen.h 86 struct util_hash_table *bo_handles;
  /external/mesa3d/src/gallium/winsys/freedreno/drm/
freedreno_drm_winsys.c 43 static struct util_hash_table *fd_tab = NULL;
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen.c 44 static struct util_hash_table *dev_hash = NULL;
vmw_context.c 98 struct util_hash_table *hash;
  /external/mesa3d/src/gallium/winsys/etnaviv/drm/
etnaviv_drm_winsys.c 70 static struct util_hash_table *etna_tab = NULL;
  /external/mesa3d/src/gallium/winsys/nouveau/drm/
nouveau_drm_winsys.c 20 static struct util_hash_table *fd_tab = NULL;
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_winsys.c 66 static struct util_hash_table *dev_tab = NULL;

Completed in 318 milliseconds