Searched refs:fence_count (Results 1 - 6 of 6) sorted by relevance
/third_party/libdrm/amdgpu/ |
H A D | amdgpu_cs.c | 499 uint32_t fence_count, in amdgpu_ioctl_wait_fences() 511 drm_fences = alloca(sizeof(struct drm_amdgpu_fence) * fence_count); in amdgpu_ioctl_wait_fences() 512 for (i = 0; i < fence_count; i++) { in amdgpu_ioctl_wait_fences() 522 args.in.fence_count = fence_count; in amdgpu_ioctl_wait_fences() 539 uint32_t fence_count, in amdgpu_cs_wait_fences() 548 if (!fences || !status || !fence_count) in amdgpu_cs_wait_fences() 551 for (i = 0; i < fence_count; i++) { in amdgpu_cs_wait_fences() 562 return amdgpu_ioctl_wait_fences(fences, fence_count, wait_all, in amdgpu_cs_wait_fences() 498 amdgpu_ioctl_wait_fences(struct amdgpu_cs_fence *fences, uint32_t fence_count, bool wait_all, uint64_t timeout_ns, uint32_t *status, uint32_t *first) amdgpu_ioctl_wait_fences() argument 538 amdgpu_cs_wait_fences(struct amdgpu_cs_fence *fences, uint32_t fence_count, bool wait_all, uint64_t timeout_ns, uint32_t *status, uint32_t *first) amdgpu_cs_wait_fences() argument
|
H A D | amdgpu.h | 1063 * \param fence_count - \c [in] The fence count 1077 uint32_t fence_count,
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | amdgpu_drm.h | 477 __u32 fence_count; member
|
H A D | i915_drm.h | 1297 * @fence_count: Number of elements in the @handles_ptr & @value_ptr 1300 __u64 fence_count; member 1304 * of length @fence_count. 1310 * @fence_count.
|
/third_party/libdrm/include/drm/ |
H A D | amdgpu_drm.h | 473 __u32 fence_count; member
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_batch_chain.c | 2208 execbuf.timeline_fences.fence_count = execbuf.syncobj_count; in anv_queue_exec_locked()
|
Completed in 19 milliseconds