HomeSort by relevance Sort by last modified time
    Searched refs:m_maskVars (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/openglcts/modules/gl/
gl4cShaderBallotTests.cpp 530 m_maskVars["gl_SubGroupEqMaskARB"] = "==";
531 m_maskVars["gl_SubGroupGeMaskARB"] = ">=";
532 m_maskVars["gl_SubGroupGtMaskARB"] = ">";
533 m_maskVars["gl_SubGroupLeMaskARB"] = "<=";
534 m_maskVars["gl_SubGroupLtMaskARB"] = "<";
545 for (MaskVarIter maskIter = m_maskVars.begin(); maskIter != m_maskVars.end(); maskIter++)
gl4cShaderBallotTests.hpp 128 std::map<std::string, std::string> m_maskVars;

Completed in 62 milliseconds