Searched refs:isIntType (Results 1 – 5 of 5) sorted by relevance
405 …const bool isIntType = de::inRange<int>(va.componentType, VTX_COMP_UNSIGNED_INT8, VTX_COMP_SIGNE… in setVertexAttribPointer() local409 DE_ASSERT(isIntType != isSpecialType); // Must be either int or special type. in setVertexAttribPointer()410 …DE_ASSERT(isIntType || va.convert == VTX_COMP_CONVERT_NONE); // Conversion allowed only for specia… in setVertexAttribPointer()415 if (isIntType && va.convert == VTX_COMP_CONVERT_NONE) in setVertexAttribPointer()
216 bool isIntType(Id typeId) const in isIntType() function
291 class isIntType<ValueType SrcVT> {2138 field bit HasSrc0IntMods = isIntType<Src0VT>.ret;2139 field bit HasSrc1IntMods = isIntType<Src1VT>.ret;2140 field bit HasSrc2IntMods = isIntType<Src2VT>.ret;
274 static inline bool isIntType (ValueType type) in isIntType() function1787 : isIntType(prevV.valueType) ? s_intTypes[prevInScalarSize - 1] in init()1794 : isIntType(v.valueType) ? s_intTypes[curInScalarSize - 1] in init()
363 static inline bool isIntType (ValueType type) in isIntType() function2186 : isIntType(prevV.valueType) ? s_intTypes[prevInScalarSize - 1]2193 : isIntType(v.valueType) ? s_intTypes[curInScalarSize - 1]