Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1886 } binaryOps[] = in init() local
1897 for (int opNdx = 0; opNdx < DE_LENGTH_OF_ARRAY(binaryOps); opNdx++) in init()
1899 tcu::TestCaseGroup* const opGroup = new tcu::TestCaseGroup(m_testCtx, binaryOps[opNdx].name, ""); in init()
1915 const char* const op = binaryOps[opNdx].op; in init()
1916 const bool useSwizzle = binaryOps[opNdx].swizzle; in init()
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp1894 } binaryOps[] = in init() local
1905 for (int opNdx = 0; opNdx < DE_LENGTH_OF_ARRAY(binaryOps); opNdx++) in init()
1907 tcu::TestCaseGroup* const opGroup = new tcu::TestCaseGroup(m_testCtx, binaryOps[opNdx].name, ""); in init()
1923 const char* const op = binaryOps[opNdx].op; in init()
1924 const bool useSwizzle = binaryOps[opNdx].swizzle; in init()