/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_cl.c | 48 list_for_each_entry_safe(struct v3dv_bo, bo, &cl->bo_list, list_link) { in v3dv_cl_destroy() function
|
H A D | v3dv_bo.c | 172 list_for_each_entry_safe(struct v3dv_bo, bo, &cache->time_list, in bo_cache_free_all() function 427 list_for_each_entry_safe(struct v3dv_bo, bo, &cache->time_list, in free_stale_bos() function
|
/third_party/mesa3d/src/gallium/winsys/virgl/common/ |
H A D | virgl_resource_cache.c | 60 list_for_each_entry_safe(struct virgl_resource_cache_entry, in virgl_resource_cache_destroy_expired() function 113 list_for_each_entry_safe(struct virgl_resource_cache_entry, in virgl_resource_cache_remove_compatible() function 151 list_for_each_entry_safe(struct virgl_resource_cache_entry, in virgl_resource_cache_flush() function
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_csb.c | 97 list_for_each_entry_safe (struct pvr_bo, pvr_bo, &csb->pvr_bo_list, link) { in pvr_csb_finish() function
|
H A D | pvr_job_transfer.c | 62 list_for_each_entry_safe (struct pvr_transfer_cmd, in pvr_transfer_job_submit() function
|
H A D | pvr_queue.c | 470 list_for_each_entry_safe (struct pvr_sub_cmd, in pvr_process_cmd_buffer() function
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_command_pool.c | 54 list_for_each_entry_safe(struct vk_command_buffer, cmd_buffer, in vk_command_pool_finish() function 122 list_for_each_entry_safe(struct vk_command_buffer, cmd_buffer, in vk_common_ResetCommandPool() function
|
H A D | vk_instance.c | 189 list_for_each_entry_safe(struct vk_debug_utils_messenger, messenger, in vk_instance_finish() function 197 list_for_each_entry_safe(struct vk_debug_utils_messenger, messenger, in vk_instance_finish() function
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_renderer_internal.c | 81 list_for_each_entry_safe(struct vn_renderer_shmem, shmem, in vn_renderer_shmem_cache_remove_expired_locked() function
|
H A D | vn_ring.c | 76 list_for_each_entry_safe(struct vn_ring_submit, submit, &ring->submits, in vn_ring_retire_submits() function
|
/third_party/alsa-utils/alsactl/ |
H A D | list.h | 283 #define list_for_each_entry_safe(pos, n, head, member) \ macro
|
/third_party/mesa3d/src/etnaviv/drm/ |
H A D | etnaviv_bo.c | 86 list_for_each_entry_safe(struct etna_bo, bo, &dev->zombie_list, list) { in etna_bo_kill_zombies() function 98 list_for_each_entry_safe(struct etna_bo, bo, &dev->zombie_list, list) { in etna_bo_cleanup_zombies() function
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_autotune.c | 128 list_for_each_entry_safe (struct fd_batch_result, result, in process_results() function
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_bo.c | 196 list_for_each_entry_safe(struct panfrost_bo, entry, bucket, in panfrost_bo_cache_fetch() function 238 list_for_each_entry_safe(struct panfrost_bo, entry, in panfrost_bo_cache_evict_stale_bos() function 316 list_for_each_entry_safe(struct panfrost_bo, entry, bucket, in panfrost_bo_cache_evict_all() function
|
/third_party/exfatprogs/include/ |
H A D | list.h | 299 #define list_for_each_entry_safe(pos, n, head, member) \ macro
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_combine_stores.c | 178 list_for_each_entry_safe(struct combined_store, combo, &state->pending, link) { in combine_stores_with_deref() function 193 list_for_each_entry_safe(struct combined_store, combo, &state->pending, link) { in combine_stores_with_modes() function
|
/third_party/mesa3d/src/broadcom/clif/ |
H A D | clif_dump.c | 200 list_for_each_entry_safe(struct reloc_worklist_entry, reloc, in clif_process_worklist() function
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_bufmgr.c | 299 list_for_each_entry_safe(struct vc4_bo, bo, &cache->time_list, in free_stale_bos() function 326 list_for_each_entry_safe(struct vc4_bo, bo, &cache->time_list, in vc4_bo_cache_free_all() function
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_bufmgr.c | 240 list_for_each_entry_safe(struct v3d_bo, bo, &cache->time_list, in free_stale_bos() function 266 list_for_each_entry_safe(struct v3d_bo, bo, &cache->time_list, in v3d_bo_cache_free_all() function
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_cmd_buffer.c | 221 list_for_each_entry_safe(struct lvp_cmd_buffer, cmd_buffer, in lvp_DestroyCommandPool() function 226 list_for_each_entry_safe(struct lvp_cmd_buffer, cmd_buffer, in lvp_DestroyCommandPool() function 262 list_for_each_entry_safe(struct lvp_cmd_buffer, cmd_buffer, in lvp_TrimCommandPool() function
|
/third_party/mesa3d/src/util/ |
H A D | list.h | 244 #define list_for_each_entry_safe(type, pos, head, member) \ macro
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_context.c | 265 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->tex_head, list) { in nvc0_destroy() function 270 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) { in nvc0_destroy() function
|
/third_party/ltp/testcases/realtime/include/ |
H A D | list.h | 345 #define list_for_each_entry_safe(pos, n, head, member) \ macro
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_bo.c | 122 list_for_each_entry_safe(struct lima_bo, entry, in lima_bo_cache_fini() function 169 list_for_each_entry_safe(struct lima_bo, entry, in lima_bo_cache_free_stale_bos() function 250 list_for_each_entry_safe(struct lima_bo, entry, bucket, size_list) { in lima_bo_cache_get() function
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_residency.cpp | 42 list_for_each_entry_safe(struct d3d12_bo, bo, &screen->residency_list, residency_list_entry) { in evict_aged_allocations() function 77 list_for_each_entry_safe(struct d3d12_bo, bo, &screen->residency_list, residency_list_entry) { in evict_to_fence_or_budget() function
|