Searched refs:boolCompareGroup (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 2018 …tcu::TestCaseGroup* const boolCompareGroup = new tcu::TestCaseGroup(m_testCtx, "bool_compare", … in init() local 2027 addChild(boolCompareGroup); in init() 2117 …{ boolCompareGroup, "equal", "equal", { BV, BV, BV, N }, attrNegPos, -1, false, true, PRE… in init() 2118 …{ boolCompareGroup, "notEqual", "notEqual", { BV, BV, BV, N }, attrNegPos, -1, false, tru… in init() 2119 …{ boolCompareGroup, "any", "any", { B, BV, N, N }, attrNegPos, -1, false, true, PRECM… in init() 2120 …{ boolCompareGroup, "all", "all", { B, BV, N, N }, attrNegPos, -1, false, true, PRECM… in init() 2121 …{ boolCompareGroup, "not", "not", { BV, BV, N, N }, attrNegPos, -1, false, true, PRECM… in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 2030 …tcu::TestCaseGroup* const boolCompareGroup = new tcu::TestCaseGroup(m_testCtx, "bool_compare", … in init() local 2039 addChild(boolCompareGroup); in init() 2160 …{ boolCompareGroup, "equal", "equal", { BV, BV, BV, N }, attrNegPos, -1, false, true, PRE… in init() 2161 …{ boolCompareGroup, "notEqual", "notEqual", { BV, BV, BV, N }, attrNegPos, -1, false, tru… in init() 2162 …{ boolCompareGroup, "any", "any", { B, BV, N, N }, attrNegPos, -1, false, true, PRECM… in init() 2163 …{ boolCompareGroup, "all", "all", { B, BV, N, N }, attrNegPos, -1, false, true, PRECM… in init() 2164 …{ boolCompareGroup, "not", "not", { BV, BV, N, N }, attrNegPos, -1, false, true, PRECM… in init()
|