HomeSort by: relevance | last modified time | path
    Searched defs:cache_entry (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_cache.c 56 struct pb_cache_entry cache_entry; member in struct:pb_cache_buffer
119 pb_cache_add_buffer(&buf->cache_entry);
245 pb_cache_init_entry(&mgr->cache, &buf->cache_entry, &buf->base, 0);
  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/radeon/drm/
radeon_drm_bo.h 39 struct pb_cache_entry cache_entry; member in struct:radeon_bo::__anon2267::__anon2268
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_cache.c 56 struct pb_cache_entry cache_entry; member in struct:pb_cache_buffer
119 pb_cache_add_buffer(&buf->cache_entry);
245 pb_cache_init_entry(&mgr->cache, &buf->cache_entry, &buf->base, 0);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/radeon/drm/
radeon_drm_bo.h 39 struct pb_cache_entry cache_entry; member in struct:radeon_bo::__anon4602::__anon4603
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_pipeline_cache.c 36 struct cache_entry struct
82 entry_size(struct cache_entry *entry)
92 static struct cache_entry *
104 struct cache_entry *entry = cache->hash_table[index];
117 static struct cache_entry *
121 struct cache_entry *entry;
134 struct cache_entry *entry)
160 struct cache_entry **table;
161 struct cache_entry **old_table = cache->hash_table;
174 struct cache_entry *entry = old_table[i]
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/vtest/
virgl_vtest_winsys.h 72 struct virgl_resource_cache_entry cache_entry; member in struct:virgl_hw_res
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_pipeline_cache.c 34 struct cache_entry { struct
106 entry_size(struct cache_entry *entry)
113 ret = align(ret, alignof(struct cache_entry));
181 static struct cache_entry *
192 struct cache_entry *entry = cache->hash_table[index];
205 static struct cache_entry *
208 struct cache_entry *entry;
220 radv_pipeline_cache_set_entry(struct radv_pipeline_cache *cache, struct cache_entry *entry)
246 struct cache_entry **table;
247 struct cache_entry **old_table = cache->hash_table
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_bo.h 100 struct pb_cache_entry cache_entry[]; member in struct:zink_bo
zink_program.c 720 struct gfx_pipeline_cache_entry *cache_entry = entry->data; local
721 state->pipeline = cache_entry->pipeline;
759 struct compute_pipeline_cache_entry *cache_entry = entry->data; local
760 state->pipeline = cache_entry->pipeline;
  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/
amdgpu_bo.h 110 struct pb_cache_entry cache_entry[]; member in struct:amdgpu_winsys_bo
  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/drm/
virgl_drm_winsys.h 46 struct virgl_resource_cache_entry cache_entry; member in struct:virgl_hw_res
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_pipeline_cache.c 40 struct cache_entry { struct
92 entry_size(struct cache_entry *entry)
135 static struct cache_entry *
147 struct cache_entry *entry = cache->hash_table[index];
160 static struct cache_entry *
164 struct cache_entry *entry;
177 struct cache_entry *entry)
204 struct cache_entry **table;
205 struct cache_entry **old_table = cache->hash_table;
218 struct cache_entry *entry = old_table[i]
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_pipeline_cache.c 35 struct cache_entry struct
81 entry_size(struct cache_entry *entry)
126 static struct cache_entry *
138 struct cache_entry *entry = cache->hash_table[index];
151 static struct cache_entry *
155 struct cache_entry *entry;
168 struct cache_entry *entry)
194 struct cache_entry **table;
195 struct cache_entry **old_table = cache->hash_table;
208 struct cache_entry *entry = old_table[i]
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/
amdgpu_bo.h 62 struct pb_cache_entry cache_entry; member in struct:amdgpu_winsys_bo::__anon4595::__anon4596
  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_pipeline_cache.c 240 v3dv_pipeline_shared_data_write_to_blob(const struct v3dv_pipeline_shared_data *cache_entry,
269 struct v3dv_pipeline_shared_data *cache_entry = local
271 assert(cache_entry);
276 fprintf(stderr, "\tcache hit: %p\n", cache_entry);
282 v3dv_pipeline_shared_data_ref(cache_entry);
286 return cache_entry;
665 struct v3dv_pipeline_shared_data *cache_entry = local
667 if (!cache_entry)
670 _mesa_hash_table_insert(cache->cache, cache_entry->sha1_key, cache_entry);
731 struct v3dv_pipeline_shared_data *cache_entry = entry->data; local
806 struct v3dv_pipeline_shared_data *cache_entry = entry->data; local
987 struct v3dv_pipeline_shared_data *cache_entry = entry->data; local
    [all...]

Completed in 33 milliseconds