Home
last modified time | relevance | path

Searched defs:fences (Results 1 - 25 of 55) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DFenceSyncTests.cpp117 GLuint fences[kFenceCount] = {0}; in TEST_P() local
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.h52 struct radeon_bo **fences; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationBasicFenceTests.cpp138 std::vector<Move<VkFence>> fences; in basicSignaledCase() local
[all...]
H A DvktSynchronizationSmokeTests.cpp620 VkFence fences[2]; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationBasicFenceTests.cpp138 std::vector<Move<VkFence>> fences; in basicSignaledCase() local
[all...]
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_queue_producer_test.cpp651 vector<sptr<SyncFence>> fences; in HWTEST_F() local
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_private.h107 VkFence* fences; member
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.h108 struct pipe_fence_handle **fences; member
H A Damdgpu_cs.c912 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/sparse_resources/
H A DvktSparseResourcesQueueBindSparseTests.cpp134 bool waitForFences (const DeviceInterface& vk, const VkDevice device, const std::vector<FenceSp>& fences) in waitForFences() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesQueueBindSparseTests.cpp134 bool waitForFences (const DeviceInterface& vk, const VkDevice device, const std::vector<FenceSp>& fences) in waitForFences() argument
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/
H A Dbufferqueueproducer_fuzzer.cpp183 std::vector<sptr<SyncFence>> fences; in DoSomethingInterestingWithMyAPI() local
/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp122 std::vector<sptr<SyncFence>> fences; in SurfaceFuzzTest3() local
/third_party/mesa3d/src/util/
H A Du_queue.c674 struct util_queue_fence *fences; in util_queue_finish() local
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_client_producer.cpp300 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
H A Dbuffer_queue_producer.cpp321 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
/third_party/mesa3d/src/intel/tools/
H A Dintel_dump_gpu.c361 struct drm_i915_gem_exec_fence *fences = in dump_execbuffer2() local
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_device_impl.cpp400 CommitAndGetReleaseFence(uint32_t screenId, sptr<SyncFence> &fence, int32_t &skipState, bool &needFlush, std::vector<uint32_t> &layers, std::vector<sptr<SyncFence>> &fences, bool isValidated) CommitAndGetReleaseFence() argument
/third_party/libdrm/amdgpu/
H A Damdgpu_cs.c498 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 Dvn_queue.c771 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/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoDecodeTests.cpp602 VkFence fences[] = {*decodeFence, *transferFence}; in getDecodedImage() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoDecodeTests.cpp201 VkFence fences[] = { *decodeFence, *transferFence }; in getDecodedImage() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp1434 std::fill(begin(fences) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(fences), FenceSp()); variable
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayControlTests.cpp1056 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 DvktWsiDisplayTimingTests.cpp215 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

Completed in 29 milliseconds

123