Searched refs:isIntCase (Results 1 – 4 of 4) sorted by relevance
161 bool isIntCase = glu::isDataTypeIntOrIVec(m_rgbAttrType); in pushVarCompAttrib() local167 else if (isIntCase) in pushVarCompAttrib()178 bool isIntCase = glu::isDataTypeIntOrIVec(m_rgbAttrType); in init() local191 DE_ASSERT(isFloatCase || isIntCase || isUintCase || isMatCase); in init()230 else if (isIntCase) in init()248 else if (isIntCase) in init()474 bool isIntCase = glu::isDataTypeIntOrIVec(m_rgbAttrType); in setupVarAttribPointer() local489 else if (isIntCase) in setupVarAttribPointer()
2294 bool isIntCase = isDataTypeIntOrIVec(curType); local2298 DE_ASSERT(isBoolCase || isFloatCase || isIntCase || isUintCase);2299 DE_UNREF(isIntCase);
1239 …bool isIntCase = (funcInfo.input0.valueType & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)… local1240 bool isFloatCase = !isBoolCase && !isIntCase; // \todo [petri] Better check.1322 : isIntCase ? s_intTypes[curInScalarSize - 1]1418 bool isIntCase = isDataTypeIntOrIVec(curType); local1421 DE_ASSERT(isBoolCase || isFloatCase || isIntCase);1422 DE_UNREF(isIntCase);
1895 const bool isIntCase = isDataTypeIntOrIVec(curType); in init() local1899 DE_ASSERT(isBoolCase || isFloatCase || isIntCase || isUintCase); in init()1900 DE_UNREF(isIntCase); in init()