Home | History | Annotate | Download | only in synchronization

Lines Matching refs:m_supportReadOp

992 	const de::UniquePtr<OperationSupport>				m_supportReadOp;
1030 , m_supportReadOp (makeOperationSupport(config.readOp, config.resource))
1031 , m_notSupportedChecker (context, m_config, *m_supportWriteOp, *m_supportReadOp)
1078 const de::UniquePtr<Resource> resourceA (createResource(m_vkdA, *m_deviceA, m_config.resource, m_queueFamilyIndicesA, *m_supportReadOp, *m_supportWriteOp, m_memoryHandleType, exportedMemoryTypeIndex, m_config.dedicated, m_getMemReq2Supported));
1083 const de::UniquePtr<Resource> resourceB (importResource(m_vkdB, *m_deviceB, m_config.resource, m_queueFamilyIndicesB, *m_supportReadOp, *m_supportWriteOp, nativeMemoryHandle, m_memoryHandleType, exportedMemoryTypeIndex, m_config.dedicated));
1103 if (!checkQueueFlags(m_queueFamiliesB[m_queueBNdx].queueFlags , m_supportReadOp->getQueueFlags(operationContextB)))
1107 const de::UniquePtr<Operation> readOp (m_supportReadOp->build(operationContextB, *resourceB));