Lines Matching defs:builtins
266 // special case for builtins
399 } builtins[] =
412 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(builtins); ++ndx)
414 if (resource == builtins[ndx].name)
416 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying type, expecting " << glu::getDataTypeName(builtins[ndx].type) << tcu::TestLog::EndMessage;
418 if (glu::getDataTypeFromGLType(propValue) != builtins[ndx].type)
478 } builtins[] =
491 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(builtins); ++ndx)
493 if (resource == builtins[ndx].name)
495 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying array size, expecting " << builtins[ndx].arraySize << tcu::TestLog::EndMessage;
497 if (propValue != builtins[ndx].arraySize)
1682 } builtins[] =
1691 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(builtins); ++ndx)
1693 if (resource == builtins[ndx].name)
1695 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying if is per patch, expecting IS_PER_PATCH = " << builtins[ndx].isPerPatch << tcu::TestLog::EndMessage;
1697 if (propValue != builtins[ndx].isPerPatch)