| /kernel/linux/linux-5.10/drivers/gpu/drm/virtio/ |
| H A D | virtgpu_drv.h | 111 struct list_head fences; member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_cs.c | 1715 struct drm_amdgpu_fence *fences; in amdgpu_cs_wait_fences_ioctl() local 1599 amdgpu_cs_wait_all_fences(struct amdgpu_device *adev, struct drm_file *filp, union drm_amdgpu_wait_fences *wait, struct drm_amdgpu_fence *fences) amdgpu_cs_wait_all_fences() argument 1644 amdgpu_cs_wait_any_fence(struct amdgpu_device *adev, struct drm_file *filp, union drm_amdgpu_wait_fences *wait, struct drm_amdgpu_fence *fences) amdgpu_cs_wait_any_fence() argument [all...] |
| H A D | gfx_v9_4_2.c | 497 struct dma_fence *fences[3]; in gfx_v9_4_2_do_sgprs_init() local [all...] |
| H A D | amdgpu_debugfs.c | 1832 static void amdgpu_ib_preempt_signal_fences(struct dma_fence **fences, in amdgpu_ib_preempt_signal_fences() argument 1904 struct dma_fence **fences = NULL; in amdgpu_debugfs_ib_preempt() local 1802 amdgpu_ib_preempt_fences_swap(struct amdgpu_ring *ring, struct dma_fence **fences) amdgpu_ib_preempt_fences_swap() argument [all...] |
| H A D | amdgpu_uvd.c | 1259 unsigned int fences = 0, i, j; in amdgpu_uvd_idle_work_handler() local
|
| H A D | amdgpu_vcn.c | 372 unsigned int fences = 0, fence[AMDGPU_MAX_VCN_INSTANCES] = {0}; in amdgpu_vcn_idle_work_handler() local 436 unsigned int fences = 0; in amdgpu_vcn_ring_begin_use() local
|
| H A D | vcn_v1_0.c | 1792 unsigned int fences = 0, i; in vcn_v1_0_idle_work_handler() local 1857 unsigned int fences = 0, i; in vcn_v1_0_set_pg_for_begin_use() local
|
| H A D | amdgpu_ring.h | 123 struct dma_fence **fences; member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/virtio/ |
| H A D | virtgpu_drv.h | 135 struct list_head fences; member
|
| /third_party/libdrm/amdgpu/ |
| H A D | amdgpu_cs.c | 498 static int amdgpu_ioctl_wait_fences(struct amdgpu_cs_fence *fences, in amdgpu_ioctl_wait_fences() argument 538 drm_public int amdgpu_cs_wait_fences(struct amdgpu_cs_fence *fences, in amdgpu_cs_wait_fences() argument [all...] |
| /third_party/mesa3d/src/virtio/vulkan/ |
| H A D | vn_queue.c | 771 vn_remove_signaled_fences(VkDevice device, VkFence *fences, uint32_t *count) in vn_remove_signaled_fences() argument 822 VkFence *fences = local_fences; in vn_WaitForFences() local 758 vn_find_first_signaled_fence(VkDevice device, const VkFence *fences, uint32_t count) vn_find_first_signaled_fence() argument [all...] |
| /third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_cs.c | 912 static void cleanup_fence_list(struct amdgpu_fence_list *fences) in cleanup_fence_list() argument 1196 static void add_fence_to_list(struct amdgpu_fence_list *fences, in add_fence_to_list() argument 1288 amdgpu_add_fences(struct amdgpu_winsys_bo *bo, unsigned num_fences, struct pipe_fence_handle **fences) amdgpu_add_fences() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
| H A D | vktVideoDecodeTests.cpp | 602 VkFence fences[] = {*decodeFence, *transferFence}; in getDecodedImage() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
| H A D | vktVideoDecodeTests.cpp | 201 VkFence fences[] = { *decodeFence, *transferFence }; in getDecodedImage() local
|
| /foundation/graphic/graphic_surface/surface/src/ |
| H A D | buffer_queue_producer.cpp | 321 std::vector<sptr<SyncFence>> fences; in FlushBuffersRemote() local 984 FlushBuffers(const std::vector<uint32_t> &sequences, const std::vector<sptr<BufferExtraData>> &bedata, const std::vector<sptr<SyncFence>> &fences, const std::vector<BufferFlushConfigWithDamages> &configs) FlushBuffers() argument
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ring.h | 106 struct dma_fence **fences; member
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_execbuffer.c | 302 struct eb_fence *fences; member 2670 __free_fence_array(struct eb_fence *fences, unsigned int n) in __free_fence_array() argument 2883 put_fence_array(struct eb_fence *fences, int num_fences) put_fence_array() argument [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_execbuffer.c | 312 struct eb_fence *fences; member 2796 __free_fence_array(struct eb_fence *fences, unsigned int n) in __free_fence_array() argument 3014 put_fence_array(struct eb_fence *fences, int num_fences) put_fence_array() argument 3209 struct dma_fence **fences; eb_composite_fence_create() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
| H A D | vktDeviceObjectReservationTests.cpp | 1434 std::fill(begin(fences) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(fences), FenceSp()); variable [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktSynchronizationSmokeTests.cpp | 620 VkFence fences[2]; member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
| H A D | vktWsiDisplayControlTests.cpp | 1056 std::vector<VkFence> fences = std::vector<VkFence>(availableDisplays.size(), (VkFence)0); in testDisplayEvent() local 1088 std::vector<VkFence> fences = std::vector<VkFence>(1, (VkFence)0); in testDeviceEvent() local 295 initFences(const DeviceInterface& vkd, VkDevice device, std::vector<VkFence>& fences) initFences() argument 303 deinitFences(const DeviceInterface& vkd, VkDevice device, std::vector<VkFence>& fences) deinitFences() argument [all...] |
| H A D | vktWsiDisplayTimingTests.cpp | 215 initFences(const vk::DeviceInterface& vkd, vk::VkDevice device, std::vector<vk::VkFence>& fences) initFences() argument 223 deinitFences(const vk::DeviceInterface& vkd, vk::VkDevice device, std::vector<vk::VkFence>& fences) deinitFences() argument
|
| H A D | vktWsiIncrementalPresentTests.cpp | 217 initFences(const vk::DeviceInterface& vkd, vk::VkDevice device, std::vector<vk::VkFence>& fences) initFences() argument 225 deinitFences(const vk::DeviceInterface& vkd, vk::VkDevice device, std::vector<vk::VkFence>& fences) deinitFences() argument
|
| H A D | vktWsiMaintenance1Tests.cpp | 725 verifyFenceSignalOrdering(const DeviceInterface& vkd, const VkDevice device, const std::vector<FenceSp> &fences, const deUint32 stride, const deUint32 offset, const deUint32 lastKnownSignaled, const deUint32 maxIndex, tcu::ResultCollector* results) verifyFenceSignalOrdering() argument
|
| H A D | vktWsiSharedPresentableImageTests.cpp | 229 initFences(const vk::DeviceInterface& vkd, vk::VkDevice device, std::vector<vk::VkFence>& fences) initFences() argument 237 deinitFences(const vk::DeviceInterface& vkd, vk::VkDevice device, std::vector<vk::VkFence>& fences) deinitFences() argument
|