Home
last modified time | relevance | path

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

/external/mesa3d/src/virtio/vulkan/
Dvn_feedback.c317 bool sync2) in vn_cmd_buffer_memory_barrier()
339 bool sync2) in vn_event_feedback_cmd_record()
/external/deqp/external/vulkancts/framework/vulkan/
DvkPipelineConstructionUtil.hpp305 bool sync2; member
DvkPipelineConstructionUtil.cpp1006 …ecordImageBarrier(const DeviceInterface &vk, const VkCommandBuffer commandBuffer, const bool sync2, in recordImageBarrier()
1052 bool sync2 = false; in transitionLayouts() local
1363 bool sync2 = false; in end() local
/external/angle/src/tests/egl_tests/
DEGLSyncTest.cpp702 EGLSyncKHR sync2 = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, nullptr); in TEST_P() local
/external/rust/android-crates-io/crates/crossbeam-channel/tests/
Dmpsc.rs2087 fn sync2() { in sync2() function