Searched refs:m_syncWithGroup (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fSynchronizationTests.cpp150 const bool m_syncWithGroup; member in class:deqp::gles31::Functional::__anon3696::InterInvocationTestCase
169 , m_syncWithGroup ((flags & FLAG_IN_GROUP) != 0)
407 if (m_syncWithGroup)
419 DE_ASSERT(!m_syncWithGroup);
427 DE_ASSERT(!m_syncWithGroup);
545 const std::string localID = (m_syncWithGroup) ? ("(gl_LocalInvocationID.xy + uvec2(" + de::toString(ndx+1) + ", " + de::toString(2*ndx) + ")) % gl_WorkGroupSize.xy") : ("gl_LocalInvocationID.xy");
583 const std::string localID = (m_syncWithGroup) ? ("(gl_LocalInvocationID.xy + uvec2(" + de::toString(ndx+1) + ", " + de::toString(2*ndx) + ")) % gl_WorkGroupSize.xy") : ("gl_LocalInvocationID.xy");
662 const std::string localID = (m_syncWithGroup) ? ("(gl_LocalInvocationID.xy + uvec2(" + de::toString(ndx+4) + ", " + de::toString(3*ndx) + ")) % gl_WorkGroupSize.xy") : ("gl_LocalInvocationID.xy");
685 const std::string localID = (m_syncWithGroup) ? ("(gl_LocalInvocationID.xy + uvec2(" + de::toString(ndx+1) + ", " + de::toString(2*ndx) + ")) % gl_WorkGroupSize.xy") : ("gl_LocalInvocationID.xy");
803 const std::string localID = (m_syncWithGroup)
[all...]

Completed in 4371 milliseconds