Home
last modified time | relevance | path

Searched defs:sync2 (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/virtio/vulkan/
Dvn_feedback.c315 bool sync2) in vn_cmd_buffer_memory_barrier()
337 bool sync2) in vn_event_feedback_cmd_record()
/external/angle/src/tests/egl_tests/
DEGLSyncTest.cpp685 EGLSyncKHR sync2 = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, nullptr); in TEST_P() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkPipelineConstructionUtil.hpp300 bool sync2; member
DvkPipelineConstructionUtil.cpp1009 …ecordImageBarrier(const DeviceInterface &vk, const VkCommandBuffer commandBuffer, const bool sync2, in recordImageBarrier()
1055 bool sync2 = false; in transitionLayouts() local
1357 bool sync2 = false; in end() local
/external/rust/crates/crossbeam-channel/tests/
Dmpsc.rs2086 fn sync2() { in sync2() function