Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fSynchronizationTests.cpp164 const bool m_aliasingStorages; member in deqp::gles31::Functional::__anon1d296c8a0111::InterInvocationTestCase
183 , m_aliasingStorages ((flags & FLAG_ALIASING_STORAGES) != 0) in InterInvocationTestCase()
336 if (m_storage == STORAGE_BUFFER && !m_aliasingStorages) in runCompute()
341 else if (m_storage == STORAGE_BUFFER && m_aliasingStorages) in runCompute()
349 else if (m_storage == STORAGE_IMAGE && !m_aliasingStorages) in runCompute()
354 else if (m_storage == STORAGE_IMAGE && m_aliasingStorages) in runCompute()