Home
last modified time | relevance | path

Searched refs:pWaitDstStageMask (Results 1 – 25 of 25) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DDisplayVk.cpp313 .pWaitDstStageMask = nullptr, in postImpl()
336 .pWaitDstStageMask = nullptr, in postImpl()
519 .pWaitDstStageMask = waitStages, in postImpl()
DVkCommonOperations.cpp2534 .pWaitDstStageMask = nullptr, in readColorBufferToBytesLocked()
2776 .pWaitDstStageMask = nullptr, in updateColorBufferFromBytesLocked()
3169 .pWaitDstStageMask = nullptr, in readBufferToBytes()
3276 .pWaitDstStageMask = nullptr, in updateBufferFromBytes()
3552 .pWaitDstStageMask = nullptr, in releaseColorBufferForGuestUse()
DCompositorVk.cpp1298 .pWaitDstStageMask = submitWaitStages, in compose()
DVkDecoderGlobalState.cpp6000 currSi.pWaitDstStageMask = waitDstStageMasks.data(); in on_vkQueueBindSparse()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_android.c350 .pWaitDstStageMask = stage_flags, in vk_common_QueueSignalReleaseImageANDROID()
Dvk_synchronization2.c360 .stageMask = pSubmits[s].pWaitDstStageMask[i], in vk_common_QueueSubmit()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLogSC.adoc84 * Remove requiredbitmask VU for VkSubmitInfo->pWaitDstStageMask (!328)
DChangeLog.adoc1726 slink:VkSubmitInfo::pname:pWaitDstStageMask by adding `optional`
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_debug_utils.adoc276 .pWaitDstStageMask = NULL,
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1382 submit_info.pWaitDstStageMask = &stages_wait; in render_swapchain_display()
1391 submit_info.pWaitDstStageMask = &stages_wait; in render_swapchain_display()
1411 submit_info.pWaitDstStageMask = stages_wait; in render_swapchain_display()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.c1356 submit_info.pWaitDstStageMask = stage_flags; in wsi_common_queue_present()
1392 submit_info.pWaitDstStageMask = stage_flags; in wsi_common_queue_present()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcmdbuffers.adoc2109 Details on the interaction of pname:pWaitDstStageMask with synchronization
2159 * [[VUID-vkQueueSubmit-pWaitDstStageMask-00066]]
2160 Any stage flag included in any element of the pname:pWaitDstStageMask
2264 * pname:pWaitDstStageMask is a pointer to an array of pipeline stages at
2290 :stageMaskName: pWaitDstStageMask
2296 * [[VUID-VkSubmitInfo-pWaitDstStageMask-00078]]
2297 Each element of pname:pWaitDstStageMask must: not include
Dsynchronization.adoc4288 by the corresponding element of pname:pWaitDstStageMask.
4331 A common scenario for using pname:pWaitDstStageMask with values other than
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp529 to->pWaitDstStageMask = nullptr; in deepcopy_VkSubmitInfo()
530 if (from->pWaitDstStageMask) { in deepcopy_VkSubmitInfo()
531 to->pWaitDstStageMask = (VkPipelineStageFlags*)alloc->dupArray( in deepcopy_VkSubmitInfo()
532 from->pWaitDstStageMask, from->waitSemaphoreCount * sizeof(const VkPipelineStageFlags)); in deepcopy_VkSubmitInfo()
Dgoldfish_vk_marshaling.cpp1365 vkStream->write((const VkPipelineStageFlags*)forMarshaling->pWaitDstStageMask, in marshal_VkSubmitInfo()
1416 vkStream->alloc((void**)&forUnmarshaling->pWaitDstStageMask, in unmarshal_VkSubmitInfo()
1418 vkStream->read((VkPipelineStageFlags*)forUnmarshaling->pWaitDstStageMask, in unmarshal_VkSubmitInfo()
Dgoldfish_vk_reserved_marshaling.cpp1100 vkStream->alloc((void**)&forUnmarshaling->pWaitDstStageMask, in reservedunmarshal_VkSubmitInfo()
1102 memcpy((VkPipelineStageFlags*)forUnmarshaling->pWaitDstStageMask, *ptr, in reservedunmarshal_VkSubmitInfo()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp529 to->pWaitDstStageMask = nullptr; in deepcopy_VkSubmitInfo()
530 if (from->pWaitDstStageMask) { in deepcopy_VkSubmitInfo()
531 to->pWaitDstStageMask = (VkPipelineStageFlags*)alloc->dupArray( in deepcopy_VkSubmitInfo()
532 from->pWaitDstStageMask, from->waitSemaphoreCount * sizeof(const VkPipelineStageFlags)); in deepcopy_VkSubmitInfo()
DResourceTracker.cpp5976 .pWaitDstStageMask = nullptr, in on_vkQueueSubmitTemplate()
Dgoldfish_vk_marshaling_guest.cpp1279 vkStream->write((const VkPipelineStageFlags*)forMarshaling->pWaitDstStageMask, in marshal_VkSubmitInfo()
1316 vkStream->read((VkPipelineStageFlags*)forUnmarshaling->pWaitDstStageMask, in unmarshal_VkSubmitInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp1107 memcpy(*ptr, (const VkPipelineStageFlags*)forMarshaling->pWaitDstStageMask, in reservedmarshal_VkSubmitInfo()
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py1061pWaitDstStageMask = printer.write_int("pWaitDstStageMask", 4, indent, optional=False, count=waitSe…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_swapchain/
Dwsi.adoc1123 pname:pWaitDstStageMask including [eq]#S#.
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6663 VULKAN_HPP_HASH_COMBINE( seed, submitInfo.pWaitDstStageMask ); in operator ()()
Dvulkan_hash.hpp12842 VULKAN_HPP_HASH_COMBINE( seed, submitInfo.pWaitDstStageMask ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3255 const VkPipelineStageFlags* pWaitDstStageMask; member