Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_bo.h52 struct radeon_bo **fences; member
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_private.h49 VkFence fences[3]; member
/external/libdrm/amdgpu/
Damdgpu_cs.c441 static int amdgpu_ioctl_wait_fences(struct amdgpu_cs_fence *fences, in amdgpu_ioctl_wait_fences()
481 int amdgpu_cs_wait_fences(struct amdgpu_cs_fence *fences, in amdgpu_cs_wait_fences()
/external/mesa3d/src/util/
Du_queue.c530 struct util_queue_fence *fences = malloc(queue->num_threads * sizeof(*fences)); in util_queue_finish() 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/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.h113 struct pipe_fence_handle **fences; member
Damdgpu_cs.c1108 struct pipe_fence_handle **fences) in amdgpu_add_fences()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp259 std::vector<vk::VkFence>& fences) in initFences()
267 std::vector<vk::VkFence>& fences) in deinitFences()
DvktWsiDisplayTimingTests.cpp246 std::vector<vk::VkFence>& fences) in initFences()
254 std::vector<vk::VkFence>& fences) in deinitFences()
DvktWsiIncrementalPresentTests.cpp248 std::vector<vk::VkFence>& fences) in initFences()
256 std::vector<vk::VkFence>& fences) in deinitFences()
DvktWsiColorSpaceTests.cpp761 vector<FenceSp> fences(numFences); in createFences() local
DvktWsiSwapchainTests.cpp1148 vector<FenceSp> fences(numFences); in createFences() local
/external/drm_hwcomposer/
Ddrmhwctwo.cpp468 int32_t *fences) { in GetReleaseFences()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp1071 std::vector<FenceSp> fences(numFences); in createFences() local
/external/mesa3d/src/intel/vulkan/
Danv_batch_chain.c963 struct drm_i915_gem_exec_fence * fences; member
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp384 VkResult Device::wait(const std::vector<const Fence *> &fences, bool wait_all, uint64_t timeout) { in wait()
Dlayer_validation_tests.cpp30077 VkFence fences[1] = {testFence.handle()}; in TEST_F() local
30158 VkFence fences[] = {f1, f2}; in TEST_F() local
31033 VkFence fences[NUM_OBJECTS] = {}; in TEST_F() local
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp545 VkFence fences[2]; member
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.cpp1158 void DeleteFencesNV(GLsizei n, const GLuint* fences) in DeleteFencesNV()
2151 void GenFencesNV(GLsizei n, GLuint* fences) in GenFencesNV()
Dentry_points.cpp190 GL_APICALL void GL_APIENTRY glDeleteFencesNV(GLsizei n, const GLuint* fences) in glDeleteFencesNV()
375 GL_APICALL void GL_APIENTRY glGenFencesNV(GLsizei n, GLuint* fences) in glGenFencesNV()
/external/libdrm/include/drm/
Damdgpu_drm.h393 __u64 fences; member
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp2717 const VkFence fences[] = in submitBufferCountEqualZero() local
/external/kernel-headers/original/uapi/drm/
Damdgpu_drm.h432 __u64 fences; member
/external/virglrenderer/src/
Dvrend_renderer.c71 struct list_head fences; member
/external/swiftshader/include/vulkan/
Dvulkan.hpp41851 …VULKAN_HPP_INLINE ResultValueType<void>::type Device::resetFences( ArrayProxy<const Fence> fences,… in resetFences()
41880 …VULKAN_HPP_INLINE Result Device::waitForFences( ArrayProxy<const Fence> fences, Bool32 waitAll, ui… in waitForFences()

12