Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fSynchronizationTests.cpp148 const bool m_useAtomic; member in deqp::gles31::Functional::__anon47cb6be90111::InterInvocationTestCase
167 , m_useAtomic ((flags & FLAG_ATOMIC) != 0) in InterInvocationTestCase()
195 …if (m_useAtomic && m_storage == STORAGE_IMAGE && !m_context.getContextInfo().isExtensionSupported(… in init()
457 const bool useImageAtomics = m_useAtomic && m_storage == STORAGE_IMAGE; in genShaderSource()
525 if (m_storage == STORAGE_BUFFER && m_useAtomic) in genShaderMainBlock()
527 else if (m_storage == STORAGE_BUFFER && !m_useAtomic) in genShaderMainBlock()
529 else if (m_storage == STORAGE_IMAGE && m_useAtomic) in genShaderMainBlock()
531 else if (m_storage == STORAGE_IMAGE && !m_useAtomic) in genShaderMainBlock()
547 if (m_storage == STORAGE_BUFFER && m_useAtomic) in genShaderMainBlock()
549 else if (m_storage == STORAGE_BUFFER && !m_useAtomic) in genShaderMainBlock()
[all …]