Searched refs:pSemaphore (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | ResourceTracker.h | 215 VkSemaphore* pSemaphore);
|
D | ResourceTracker.cpp | 4008 VkSemaphore* pSemaphore) { in on_vkCreateSemaphore() argument 4037 device, &finalCreateInfo, pAllocator, pSemaphore); in on_vkCreateSemaphore() 4049 auto it = info_VkSemaphore.find(*pSemaphore); in on_vkCreateSemaphore() 4066 get_host_u64_VkSemaphore(*pSemaphore) /* the handle */, in on_vkCreateSemaphore() 5374 VkSemaphore *pSemaphore) { in on_vkCreateSemaphore() argument 5377 device, pCreateInfo, pAllocator, pSemaphore); in on_vkCreateSemaphore()
|
D | VkEncoder.h | 221 VkSemaphore* pSemaphore);
|
D | VkEncoder.cpp | 3057 VkSemaphore* pSemaphore) in vkCreateSemaphore() argument 3106 countingStream->handleMapping()->mapHandles_VkSemaphore_u64(pSemaphore, &cgen_var_188, 1); in vkCreateSemaphore() 3127 stream->handleMapping()->mapHandles_VkSemaphore_u64(pSemaphore, &cgen_var_191, 1); in vkCreateSemaphore() 3134 stream->handleMapping()->mapHandles_u64_VkSemaphore(&cgen_var_192, (VkSemaphore*)pSemaphore, 1); in vkCreateSemaphore()
|
/device/generic/goldfish-opengl/system/vulkan/ |
D | func_table.cpp | 490 VkSemaphore* pSemaphore) in entry_vkCreateSemaphore() argument 496 … = resources->on_vkCreateSemaphore(vkEnc, VK_SUCCESS, device, pCreateInfo, pAllocator, pSemaphore); in entry_vkCreateSemaphore()
|