Searched refs:syncs (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_renderer.h | 87 /* syncs to update when the virtual sync queue is signaled */ 88 struct vn_renderer_sync *const *syncs; member in struct:vn_renderer_submit_batch 89 /* TODO allow NULL when syncs are all binary? */ 112 struct vn_renderer_sync *const *syncs; member in struct:vn_renderer_wait 113 /* TODO allow NULL when syncs are all binary? */ 485 .syncs = &sync, 493 .syncs = &sync,
|
| H A D | vn_renderer_vtest.c | 447 struct vn_renderer_sync *const *syncs, 465 syncs[i]->sync_id, 560 /* write syncs */ 567 batch->syncs[j]->sync_id, 873 * is set to non-zero by GPU after the syncs signal. That would allow us 878 vtest_vcmd_sync_wait(vtest, flags, poll_timeout, wait->syncs, 444 vtest_vcmd_sync_wait(struct vtest * vtest,uint32_t flags,int poll_timeout,struct vn_renderer_sync * const * syncs,const uint64_t * vals,uint32_t count) argument
|
| H A D | vn_renderer_virtgpu.c | 390 struct virtgpu_sync *sync = (struct virtgpu_sync *)wait->syncs[i]; 463 struct vn_renderer_sync *const *syncs, 469 struct virtgpu_sync *sync = (struct virtgpu_sync *)syncs[i]; 535 ret = sim_submit_signal_syncs(gpu, args.fence_fd, batch->syncs, 871 /* TODO replace wait->syncs by wait->sync_handles to avoid malloc/loop */ 877 struct virtgpu_sync *sync = (struct virtgpu_sync *)wait->syncs[i]; 461 sim_submit_signal_syncs(struct virtgpu * gpu,int sync_fd,struct vn_renderer_sync * const * syncs,const uint64_t * sync_values,uint32_t sync_count,bool cpu) argument
|
| H A D | vn_queue.c | 682 .syncs = &sync,
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 18.0.0.rst | 168 - Unreal segfault since gallium/u_threaded: avoid syncs for
|
| H A D | 21.3.0.rst | 3705 - freedreno: Disable TC syncs for get_device_reset_status() 3706 - zink: Disable TC syncs for get_device_reset_status()
|
| H A D | 20.2.0.rst | 4009 - freedreno/ir3/postsched: try to avoid (sy) syncs 4011 - freedreno/ir3/sched: try to avoid syncs
|
| H A D | 20.1.0.rst | 3684 - freedreno/ir3: try to avoid syncs
|
| H A D | 21.1.0.rst | 868 - st/nine: detect worker threads syncs for systemmem
|
Completed in 142 milliseconds