Searched refs:m_useAtomic (Results 1 – 1 of 1) sorted by relevance
148 const bool m_useAtomic; member in deqp::gles31::Functional::__anon47cb6be90111::InterInvocationTestCase167 , 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 …]