Lines Matching refs:sharingMode
402 const VkSharingMode sharingMode,
418 if (writeFamily != readFamily && VK_SHARING_MODE_EXCLUSIVE == sharingMode)
444 if (writeFamily != readFamily && VK_SHARING_MODE_EXCLUSIVE == sharingMode)
481 BinarySemaphoreTestInstance (Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, PipelineCacheData& pipelineCacheData, const VkSharingMode sharingMode)
483 , m_sharingMode (sharingMode)
602 TimelineSemaphoreTestInstance (Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const SharedPtr<OperationSupport>& writeOp, const SharedPtr<OperationSupport>& readOp, PipelineCacheData& pipelineCacheData, const VkSharingMode sharingMode)
604 , m_sharingMode (sharingMode)
779 FenceTestInstance (Context& context, SynchronizationType type, const ResourceDescription& resourceDesc, const OperationSupport& writeOp, const OperationSupport& readOp, PipelineCacheData& pipelineCacheData, const VkSharingMode sharingMode)
781 , m_sharingMode (sharingMode)
876 const VkSharingMode sharingMode,
884 , m_sharingMode (sharingMode)
1004 VkSharingMode sharingMode = VK_SHARING_MODE_EXCLUSIVE;
1010 sharingMode = VK_SHARING_MODE_CONCURRENT;
1015 opGroup->addChild(new BaseTestCase(testCtx, name, data.type, groups[groupNdx].syncPrimitive, resource, writeOp, readOp, sharingMode, *data.pipelineCacheData));