Searched refs:m_useAtomic (Results 1 – 1 of 1) sorted by relevance
163 const bool m_useAtomic; member in deqp::gles31::Functional::__anon1d296c8a0111::InterInvocationTestCase182 , m_useAtomic ((flags & FLAG_ATOMIC) != 0) in InterInvocationTestCase()211 …if (m_useAtomic && m_storage == STORAGE_IMAGE && !supportsES32 && !m_context.getContextInfo().isEx… in init()474 const bool useImageAtomics = m_useAtomic && m_storage == STORAGE_IMAGE; in genShaderSource()542 if (m_storage == STORAGE_BUFFER && m_useAtomic) in genShaderMainBlock()544 else if (m_storage == STORAGE_BUFFER && !m_useAtomic) in genShaderMainBlock()546 else if (m_storage == STORAGE_IMAGE && m_useAtomic) in genShaderMainBlock()548 else if (m_storage == STORAGE_IMAGE && !m_useAtomic) in genShaderMainBlock()564 if (m_storage == STORAGE_BUFFER && m_useAtomic) in genShaderMainBlock()566 else if (m_storage == STORAGE_BUFFER && !m_useAtomic) in genShaderMainBlock()[all …]