/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_android.c | 329 uint32_t waitSemaphoreCount, in vk_common_QueueSignalReleaseImageANDROID() argument 338 STACK_ARRAY(VkPipelineStageFlags, stage_flags, MAX2(1, waitSemaphoreCount)); in vk_common_QueueSignalReleaseImageANDROID() 339 for (uint32_t i = 0; i < MAX2(1, waitSemaphoreCount); i++) in vk_common_QueueSignalReleaseImageANDROID() 348 .waitSemaphoreCount = waitSemaphoreCount, in vk_common_QueueSignalReleaseImageANDROID()
|
D | vk_synchronization2.c | 304 n_wait_semaphores += pSubmits[s].waitSemaphoreCount; in vk_common_QueueSubmit() 334 assert(timeline_info->waitSemaphoreValueCount == pSubmits[s].waitSemaphoreCount); in vk_common_QueueSubmit() 355 for (uint32_t i = 0; i < pSubmits[s].waitSemaphoreCount; i++) { in vk_common_QueueSubmit() 388 .waitSemaphoreInfoCount = pSubmits[s].waitSemaphoreCount, in vk_common_QueueSubmit() 414 n_wait_semaphores += pSubmits[s].waitSemaphoreCount; in vk_common_QueueSubmit()
|
D | vk_queue.c | 1039 const uint32_t wait_count = pPresentInfo->waitSemaphoreCount; in vk_queue_wait_before_present() 1219 assert(timeline_info->waitSemaphoreValueCount == pBindInfo[i].waitSemaphoreCount); in vk_common_QueueBindSparse() 1238 pBindInfo[i].waitSemaphoreCount); in vk_common_QueueBindSparse() 1248 for (uint32_t j = 0; j < pBindInfo[i].waitSemaphoreCount; j++) { in vk_common_QueueBindSparse() 1265 .wait_count = pBindInfo[i].waitSemaphoreCount, in vk_common_QueueBindSparse()
|
/hardware/google/gfxstream/host/vulkan/ |
D | vk_android_native_buffer_gfxstream.h | 195 uint32_t waitSemaphoreCount, 237 uint32_t waitSemaphoreCount,
|
D | VkAndroidNativeBuffer.h | 167 android::base::Lock* queueLock, uint32_t waitSemaphoreCount,
|
D | DisplayVk.cpp | 311 .waitSemaphoreCount = 0, in postImpl() 334 .waitSemaphoreCount = 0, in postImpl() 517 .waitSemaphoreCount = 1, in postImpl() 547 .waitSemaphoreCount = 1, in postImpl()
|
D | vulkan_gfxstream.h | 67 …QueueSignalReleaseImageANDROIDAsyncGOOGLE)(VkQueue queue, uint32_t waitSemaphoreCount, const VkSem… 194 uint32_t waitSemaphoreCount,
|
D | VkAndroidNativeBuffer.cpp | 620 Lock* queueLock, uint32_t waitSemaphoreCount, in syncImageToColorBuffer() argument 764 pipelineStageFlags.resize(waitSemaphoreCount, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT); in syncImageToColorBuffer() 769 waitSemaphoreCount, in syncImageToColorBuffer()
|
D | VkCommonOperations.cpp | 2532 .waitSemaphoreCount = 0, in readColorBufferToBytesLocked() 2774 .waitSemaphoreCount = 0, in updateColorBufferFromBytesLocked() 3167 .waitSemaphoreCount = 0, in readBufferToBytes() 3274 .waitSemaphoreCount = 0, in updateBufferFromBytes() 3550 .waitSemaphoreCount = 0, in releaseColorBufferForGuestUse()
|
D | VkDecoderGlobalState.h | 441 uint32_t waitSemaphoreCount, 682 VkQueue queue, uint32_t waitSemaphoreCount,
|
D | VkDecoderGlobalState.cpp | 4855 uint32_t waitSemaphoreCount, in on_vkQueueSignalReleaseImageANDROID() argument 4887 waitSemaphoreCount, pWaitSemaphores, pNativeFenceFd, anbInfo); in on_vkQueueSignalReleaseImageANDROID() 5996 currSi.waitSemaphoreCount = pBindInfo[i].waitSemaphoreCount; in on_vkQueueBindSparse() 5998 waitDstStageMasks.resize(pBindInfo[i].waitSemaphoreCount, in on_vkQueueBindSparse() 6012 currBi.waitSemaphoreCount = 0; in on_vkQueueBindSparse() 6025 currSi.waitSemaphoreCount = 0; in on_vkQueueBindSparse() 8373 android::base::BumpPool* pool, VkQueue queue, uint32_t waitSemaphoreCount, in on_vkQueueSignalReleaseImageANDROID() argument 8375 return mImpl->on_vkQueueSignalReleaseImageANDROID(pool, queue, waitSemaphoreCount, in on_vkQueueSignalReleaseImageANDROID() 8785 android::base::BumpPool* pool, VkQueue queue, uint32_t waitSemaphoreCount, in on_vkQueueSignalReleaseImageANDROIDAsyncGOOGLE() argument 8788 mImpl->on_vkQueueSignalReleaseImageANDROID(pool, queue, waitSemaphoreCount, pWaitSemaphores, in on_vkQueueSignalReleaseImageANDROIDAsyncGOOGLE()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | vk_android_native_buffer_gfxstream.h | 195 uint32_t waitSemaphoreCount, 237 uint32_t waitSemaphoreCount,
|
D | vulkan_gfxstream.h | 67 …QueueSignalReleaseImageANDROIDAsyncGOOGLE)(VkQueue queue, uint32_t waitSemaphoreCount, const VkSem… 194 uint32_t waitSemaphoreCount,
|
D | func_table.cpp | 154 internal_pSubmits[i].pWaitSemaphores, internal_pSubmits[i].waitSemaphoreCount); in gfxstream_vk_QueueSubmit() 156 internal_pSubmits[i].waitSemaphoreCount = in gfxstream_vk_QueueSubmit() 376 internal_pBindInfo[i].pWaitSemaphores, internal_pBindInfo[i].waitSemaphoreCount); in gfxstream_vk_QueueBindSparse() 379 internal_pBindInfo[i].waitSemaphoreCount = in gfxstream_vk_QueueBindSparse() 3968 VkResult gfxstream_vk_QueueSignalReleaseImageANDROID(VkQueue queue, uint32_t waitSemaphoreCount, in gfxstream_vk_QueueSignalReleaseImageANDROID() argument 3977 std::vector<VkSemaphore> internal_pWaitSemaphores(waitSemaphoreCount); in gfxstream_vk_QueueSignalReleaseImageANDROID() 3978 internal_pWaitSemaphores = transformVkSemaphoreList(pWaitSemaphores, waitSemaphoreCount); in gfxstream_vk_QueueSignalReleaseImageANDROID() 3980 waitSemaphoreCount = internal_pWaitSemaphores.size(); in gfxstream_vk_QueueSignalReleaseImageANDROID() 3984 vkEnc, VK_SUCCESS, gfxstream_queue->internal_object, waitSemaphoreCount, in gfxstream_vk_QueueSignalReleaseImageANDROID() 4732 internal_pSubmits[i].pWaitSemaphores, internal_pSubmits[i].waitSemaphoreCount); in gfxstream_vk_QueueSubmitAsyncGOOGLE() [all …]
|
D | goldfish_vk_marshaling_guest.cpp | 1271 vkStream->write((uint32_t*)&forMarshaling->waitSemaphoreCount, sizeof(uint32_t)); in marshal_VkSubmitInfo() 1272 if (forMarshaling->waitSemaphoreCount) { in marshal_VkSubmitInfo() 1274 vkStream->alloc((void**)&cgen_var_0, forMarshaling->waitSemaphoreCount * 8); in marshal_VkSubmitInfo() 1276 forMarshaling->pWaitSemaphores, cgen_var_0, forMarshaling->waitSemaphoreCount); in marshal_VkSubmitInfo() 1277 vkStream->write((uint64_t*)cgen_var_0, forMarshaling->waitSemaphoreCount * 8); in marshal_VkSubmitInfo() 1280 forMarshaling->waitSemaphoreCount * sizeof(const VkPipelineStageFlags)); in marshal_VkSubmitInfo() 1307 vkStream->read((uint32_t*)&forUnmarshaling->waitSemaphoreCount, sizeof(uint32_t)); in unmarshal_VkSubmitInfo() 1308 if (forUnmarshaling->waitSemaphoreCount) { in unmarshal_VkSubmitInfo() 1310 vkStream->alloc((void**)&cgen_var_0, forUnmarshaling->waitSemaphoreCount * 8); in unmarshal_VkSubmitInfo() 1311 vkStream->read((uint64_t*)cgen_var_0, forUnmarshaling->waitSemaphoreCount * 8); in unmarshal_VkSubmitInfo() [all …]
|
D | VkEncoder.h | 888 VkResult vkQueueSignalReleaseImageANDROID(VkQueue queue, uint32_t waitSemaphoreCount, 1125 void vkQueueSignalReleaseImageANDROIDAsyncGOOGLE(VkQueue queue, uint32_t waitSemaphoreCount,
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 1095 memcpy(*ptr, (uint32_t*)&forMarshaling->waitSemaphoreCount, sizeof(uint32_t)); in reservedmarshal_VkSubmitInfo() 1097 if (forMarshaling->waitSemaphoreCount) { in reservedmarshal_VkSubmitInfo() 1100 for (uint32_t k = 0; k < forMarshaling->waitSemaphoreCount; ++k) { in reservedmarshal_VkSubmitInfo() 1105 *ptr += 8 * forMarshaling->waitSemaphoreCount; in reservedmarshal_VkSubmitInfo() 1108 forMarshaling->waitSemaphoreCount * sizeof(const VkPipelineStageFlags)); in reservedmarshal_VkSubmitInfo() 1109 *ptr += forMarshaling->waitSemaphoreCount * sizeof(const VkPipelineStageFlags); in reservedmarshal_VkSubmitInfo() 1298 memcpy(*ptr, (uint32_t*)&forMarshaling->waitSemaphoreCount, sizeof(uint32_t)); in reservedmarshal_VkBindSparseInfo() 1300 if (forMarshaling->waitSemaphoreCount) { in reservedmarshal_VkBindSparseInfo() 1303 for (uint32_t k = 0; k < forMarshaling->waitSemaphoreCount; ++k) { in reservedmarshal_VkBindSparseInfo() 1308 *ptr += 8 * forMarshaling->waitSemaphoreCount; in reservedmarshal_VkBindSparseInfo() [all …]
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vk_android_native_buffer.h | 197 uint32_t waitSemaphoreCount, 239 uint32_t waitSemaphoreCount,
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vk_android_native_buffer.h | 197 uint32_t waitSemaphoreCount, 239 uint32_t waitSemaphoreCount,
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common.c | 1286 MAX2(1, pPresentInfo->waitSemaphoreCount)); in wsi_common_queue_present() 1287 for (uint32_t s = 0; s < MAX2(1, pPresentInfo->waitSemaphoreCount); s++) in wsi_common_queue_present() 1354 submit_info.waitSemaphoreCount = pPresentInfo->waitSemaphoreCount; in wsi_common_queue_present() 1386 submit_info.waitSemaphoreCount = 1; in wsi_common_queue_present()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1383 submit_info.waitSemaphoreCount = 0; in render_swapchain_display() 1393 submit_info.waitSemaphoreCount = 1; in render_swapchain_display() 1412 submit_info.waitSemaphoreCount = n_wait_semaphores; in render_swapchain_display() 1967 pPresentInfo->waitSemaphoreCount, in overlay_QueuePresentKHR() 1996 pPresentInfo->waitSemaphoreCount, in overlay_QueuePresentKHR() 2005 present_info.waitSemaphoreCount = 1; in overlay_QueuePresentKHR()
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 478 …waitSemaphoreCount = printer.write_int("waitSemaphoreCount", 4, indent, signed=False, big_endian=F… 479 …inter.write_int("pWaitSemaphores", 8, indent, optional=True, count=waitSemaphoreCount, big_endian=… 1059 …waitSemaphoreCount = printer.write_int("waitSemaphoreCount", 4, indent, signed=False, big_endian=F… 1060 …nter.write_int("pWaitSemaphores", 8, indent, optional=False, count=waitSemaphoreCount, big_endian=… 1061 …er.write_int("pWaitDstStageMask", 4, indent, optional=False, count=waitSemaphoreCount, big_endian=…
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 1357 vkStream->write((uint32_t*)&forMarshaling->waitSemaphoreCount, sizeof(uint32_t)); in marshal_VkSubmitInfo() 1358 if (forMarshaling->waitSemaphoreCount) { in marshal_VkSubmitInfo() 1360 vkStream->alloc((void**)&cgen_var_0, forMarshaling->waitSemaphoreCount * 8); in marshal_VkSubmitInfo() 1362 forMarshaling->pWaitSemaphores, cgen_var_0, forMarshaling->waitSemaphoreCount); in marshal_VkSubmitInfo() 1363 vkStream->write((uint64_t*)cgen_var_0, forMarshaling->waitSemaphoreCount * 8); in marshal_VkSubmitInfo() 1366 forMarshaling->waitSemaphoreCount * sizeof(const VkPipelineStageFlags)); in marshal_VkSubmitInfo() 1405 vkStream->read((uint32_t*)&forUnmarshaling->waitSemaphoreCount, sizeof(uint32_t)); in unmarshal_VkSubmitInfo() 1407 forUnmarshaling->waitSemaphoreCount * sizeof(const VkSemaphore)); in unmarshal_VkSubmitInfo() 1408 if (forUnmarshaling->waitSemaphoreCount) { in unmarshal_VkSubmitInfo() 1410 vkStream->alloc((void**)&cgen_var_0, forUnmarshaling->waitSemaphoreCount * 8); in unmarshal_VkSubmitInfo() [all …]
|
D | goldfish_vk_reserved_marshaling.cpp | 1084 memcpy((uint32_t*)&forUnmarshaling->waitSemaphoreCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkSubmitInfo() 1087 forUnmarshaling->waitSemaphoreCount * sizeof(const VkSemaphore)); in reservedunmarshal_VkSubmitInfo() 1088 if (forUnmarshaling->waitSemaphoreCount) { in reservedunmarshal_VkSubmitInfo() 1090 *ptr += 8 * forUnmarshaling->waitSemaphoreCount; in reservedunmarshal_VkSubmitInfo() 1092 for (uint32_t k = 0; k < forUnmarshaling->waitSemaphoreCount; ++k) { in reservedunmarshal_VkSubmitInfo() 1101 forUnmarshaling->waitSemaphoreCount * sizeof(const VkPipelineStageFlags)); in reservedunmarshal_VkSubmitInfo() 1103 forUnmarshaling->waitSemaphoreCount * sizeof(const VkPipelineStageFlags)); in reservedunmarshal_VkSubmitInfo() 1104 *ptr += forUnmarshaling->waitSemaphoreCount * sizeof(const VkPipelineStageFlags); in reservedunmarshal_VkSubmitInfo() 1337 memcpy((uint32_t*)&forUnmarshaling->waitSemaphoreCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkBindSparseInfo() 1340 forUnmarshaling->waitSemaphoreCount * sizeof(const VkSemaphore)); in reservedunmarshal_VkBindSparseInfo() [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_debug_utils.adoc | 274 .waitSemaphoreCount = 0,
|