/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/device/ |
D | queue.rs | 1422 semaphores: HashMap<ash::vk::Semaphore, MutexGuard<'a, SemaphoreState>>, field 1429 let mut semaphores = HashMap::default(); in from_bind_infos() localVariable 1484 let mut semaphores = HashMap::default(); in from_present_info() localVariable 1510 let mut semaphores = HashMap::default(); in from_submit_infos() localVariable
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 171 std::vector<VkSemaphore> semaphores; in iterate() local 228 std::vector<SharedPtr<Move<VkSemaphore>>> semaphores; in createTimelineSemaphores() local 356 std::vector<SharedPtr<Move<VkSemaphore>>> semaphores; in createTimelineSemaphores() local 410 std::vector<VkSemaphore> semaphores; in iterate() local 470 std::vector<SharedPtr<Move<VkSemaphore>>> semaphores; in createTimelineSemaphores() local 2547 void hostSignal(const vk::DeviceInterface &vkd, vk::VkDevice device, const PlainSemVec &semaphores, in hostSignal() 2557 void hostWait(const vk::DeviceInterface &vkd, vk::VkDevice device, const PlainSemVec &semaphores, in hostWait()
|
H A D | vktSynchronizationSignalOrderTests.cpp | 822 …ddSemaphore(const DeviceInterface &vk, VkDevice device, std::vector<Move<VkSemaphore>> &semaphores, in addSemaphore() 1454 …ddSemaphore(const DeviceInterface &vk, VkDevice device, std::vector<Move<VkSemaphore>> &semaphores, in addSemaphore()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | Reduce.cuh | 304 int* semaphores; member 366 int* semaphores; member 1203 at::DataPtr semaphores; in gpu_reduce_kernel() local 1313 at::DataPtr semaphores; in jitted_gpu_reduce_kernel() local
|
H A D | Normalization.cuh | 949 int* semaphores, in batch_norm_collect_statistics_channels_last_kernel() 1177 int* semaphores, in batch_norm_backward_reduce_channels_last_kernel() 1445 at::Tensor semaphores; in batch_norm_stats_channels_last_cuda_template() local 1556 at::Tensor semaphores; in batch_norm_backward_reduce_cuda_channels_last_template() local
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | SemaphoreTest.cpp | 36 GLuint semaphores[kSemaphoreCount]; in TEST_P() local
|
/aosp_15_r20/frameworks/native/libs/renderengine/skia/ |
H A D | SkiaVkRenderEngine.h | 41 DestroySemaphoreInfo(VulkanInterface& vulkanInterface, std::vector<VkSemaphore> semaphores) in DestroySemaphoreInfo()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrWaitRenderTask.h | 29 std::unique_ptr<std::unique_ptr<GrSemaphore>[]> semaphores, in GrWaitRenderTask()
|
H A D | GrDrawingManager.cpp | 790 std::unique_ptr<std::unique_ptr<GrSemaphore>[]> semaphores, in newWaitRenderTask()
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkTimelineSemaphore.hpp | 62 marl::containers::vector<TimelineSemaphore *, 16> semaphores; member in vk::TimelineSemaphore::WaitForAny
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiSharedPresentableImageTests.cpp | 184 …ores(const vk::DeviceInterface &vkd, vk::VkDevice device, std::vector<vk::VkSemaphore> &semaphores) in initSemaphores() 190 …ores(const vk::DeviceInterface &vkd, vk::VkDevice device, std::vector<vk::VkSemaphore> &semaphores) in deinitSemaphores()
|
H A D | vktWsiDisplayControlTests.cpp | 249 …d initSemaphores(const DeviceInterface &vkd, VkDevice device, std::vector<VkSemaphore> &semaphores) in initSemaphores() 255 …deinitSemaphores(const DeviceInterface &vkd, VkDevice device, std::vector<VkSemaphore> &semaphores) in deinitSemaphores()
|
H A D | vktWsiDisplayTimingTests.cpp | 169 …ores(const vk::DeviceInterface &vkd, vk::VkDevice device, std::vector<vk::VkSemaphore> &semaphores) in initSemaphores() 175 …ores(const vk::DeviceInterface &vkd, vk::VkDevice device, std::vector<vk::VkSemaphore> &semaphores) in deinitSemaphores()
|
H A D | vktWsiIncrementalPresentTests.cpp | 171 …ores(const vk::DeviceInterface &vkd, vk::VkDevice device, std::vector<vk::VkSemaphore> &semaphores) in initSemaphores() 177 …ores(const vk::DeviceInterface &vkd, vk::VkDevice device, std::vector<vk::VkSemaphore> &semaphores) in deinitSemaphores()
|
H A D | vktWsiFullScreenExclusiveTests.cpp | 279 std::vector<SemaphoreSp> semaphores(numSemaphores); in createSemaphores() local
|
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/jm/ |
H A D | panvk_vX_queue.c | 220 uint32_t semaphores[nr_semaphores]; in panvk_queue_submit() local
|
/aosp_15_r20/external/pigweed/pw_thread/ |
H A D | thread_facade_test.cc | 55 } semaphores; in TEST() local
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | externalobjects.c | 764 _mesa_GenSemaphoresEXT(GLsizei n, GLuint *semaphores) in _mesa_GenSemaphoresEXT() 798 _mesa_DeleteSemaphoresEXT(GLsizei n, const GLuint *semaphores) in _mesa_DeleteSemaphoresEXT()
|
/aosp_15_r20/external/skia/tests/ |
H A D | SurfaceSemaphoreTest.cpp | 166 AutoTArray<GrBackendSemaphore> semaphores(2); in surface_semaphore_test() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | SurfaceVk.h | 157 std::vector<vk::Semaphore> semaphores; member
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sc/ |
H A D | vktDeviceObjectReservationTests.cpp | 827 std::vector<SemaphoreSp> semaphores(2u); in performTest() local 1310 std::vector<SemaphoreSp> semaphores(VERIFYMAXVALUES_OBJECT_COUNT); in performTest() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/ |
D | shared_mutex.hpp | 68 detail::win32::handle semaphores[2]; member in boost::shared_mutex
|
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/ |
D | DisplayVk.cpp | 683 VkSemaphore semaphores[2]; in create() local
|
/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglColorClearCase.cpp | 391 vector<SemaphoreSp> semaphores(numPackets + 1); in executeForContexts() local
|
/aosp_15_r20/external/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_private.h | 191 VkSemaphore *semaphores; member
|