MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / IsOwnershipTransfer

Function IsOwnershipTransfer

layers/utils/sync_utils.h:189–191  ·  view source on GitHub ↗

Types to store queue family ownership (QFO) Transfers

Source from the content-addressed store, hash-verified

187// Types to store queue family ownership (QFO) Transfers
188//
189static inline bool IsOwnershipTransfer(const OwnershipTransferBarrier& barrier) {
190 return barrier.srcQueueFamilyIndex != barrier.dstQueueFamilyIndex;
191}
192
193static inline bool IsQueueFamilyExternal(const uint32_t queue_family_index) {
194 return (queue_family_index == VK_QUEUE_FAMILY_EXTERNAL) || (queue_family_index == VK_QUEUE_FAMILY_FOREIGN_EXT);

Callers 4

IsReleaseOpMethod · 0.85
IsAcquireOpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected