Home
last modified time | relevance | path

Searched defs:fences (Results 1 – 25 of 68) sorted by relevance

123

/external/rust/crates/criterion/src/stats/univariate/outliers/
Dtukey.rs62 fences: (A, A, A, A), field
101 pub fn fences(&self) -> (A, A, A, A) { in fences() function
174 fences: (A, A, A, A), field
/external/rust/crates/vulkano/src/sync/
Dfence.rs206 let fences: SmallVec<[ash::vk::Fence; 8]> = iter in multi_wait() localVariable
287 let fences: SmallVec<[ash::vk::Fence; 8]> = iter in multi_reset() localVariable
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayControlTests.cpp297 std::vector<VkFence>& fences) in initFences()
305 std::vector<VkFence>& fences) in deinitFences()
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
DvktWsiSharedPresentableImageTests.cpp231 std::vector<vk::VkFence>& fences) in initFences()
239 std::vector<vk::VkFence>& fences) in deinitFences()
DvktWsiDisplayTimingTests.cpp217 std::vector<vk::VkFence>& fences) in initFences()
225 std::vector<vk::VkFence>& fences) in deinitFences()
DvktWsiIncrementalPresentTests.cpp219 std::vector<vk::VkFence>& fences) in initFences()
227 std::vector<vk::VkFence>& fences) in deinitFences()
DvktWsiFullScreenExclusiveTests.cpp305 std::vector<FenceSp> fences(numFences); in createFences() local
/external/virglrenderer/src/proxy/
Dproxy_context.h22 struct list_head fences; member
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_bo.h52 struct radeon_bo **fences; member
/external/angle/src/tests/gl_tests/
DFenceSyncTests.cpp117 GLuint fences[kFenceCount] = {0}; in TEST_P() local
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_private.h54 VkFence* fences; member
/external/rust/crates/criterion/src/plot/plotters_backend/
Dpdf.rs202 let mut fences = [lost, lomt, himt, hist]; in pdf() localVariable
/external/rust/crates/criterion/src/plot/gnuplot_backend/
Dpdf.rs38 let mut fences = [lost, lomt, himt, hist]; in pdf() localVariable
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c897 static void cleanup_fence_list(struct amdgpu_fence_list *fences) in cleanup_fence_list()
1204 static void add_fence_to_list(struct amdgpu_fence_list *fences, in add_fence_to_list()
1314 struct pipe_fence_handle **fences) in amdgpu_add_fences()
Damdgpu_bo.h116 struct pipe_fence_handle **fences; member
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicFenceTests.cpp138 std::vector<Move<VkFence>> fences; in basicSignaledCase() local
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesQueueBindSparseTests.cpp134 …aitForFences (const DeviceInterface& vk, const VkDevice device, const std::vector<FenceSp>& fences) in waitForFences()
/external/libdrm/amdgpu/
Damdgpu_cs.c476 static int amdgpu_ioctl_wait_fences(struct amdgpu_cs_fence *fences, in amdgpu_ioctl_wait_fences()
516 drm_public int amdgpu_cs_wait_fences(struct amdgpu_cs_fence *fences, in amdgpu_cs_wait_fences()
/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.h157 std::vector<vk::Fence> fences; member
/external/mesa3d/src/util/
Du_queue.c658 struct util_queue_fence *fences; in util_queue_finish() local
/external/mesa3d/src/intel/tools/
Dintel_dump_gpu.c359 struct drm_i915_gem_exec_fence *fences = in dump_execbuffer2() local
/external/mesa3d/src/gallium/drivers/zink/
Dzink_query.c33 unsigned fences; member
/external/drm_hwcomposer/hwc2_device/
DHwcDisplay.cpp416 int32_t *fences) { in GetReleaseFences()
/external/igt-gpu-tools/tests/i915/
Dgem_eio.c680 int fences[16]; in test_inflight_internal() local
Dgem_exec_nop.c722 int *fences, n; in fence_signal() local

123