Searched refs:EbtUint8 (Results 1 – 14 of 14) sorted by relevance
61 type = EbtUint8; in setU8Const()253 case EbtUint8:356 case EbtUint8:398 case EbtUint8:456 case EbtUint8: returnValue.setU8Const(u8Const + constant.u8Const); break;478 case EbtUint8: returnValue.setU8Const(u8Const - constant.u8Const); break;500 case EbtUint8: returnValue.setU8Const(u8Const * constant.u8Const); break;521 case EbtUint8: returnValue.setU8Const(u8Const % constant.u8Const); break;539 case EbtUint8: returnValue.setI8Const(i8Const >> constant.u8Const); break;549 case EbtUint8:[all …]
53 EbtUint8, enumerator521 case EbtUint8: in isTypeUnsignedInt()553 case EbtUint8: in getTypeRank()
256 case EbtUint8: s.append("u16"); break; in getString()1480 basicType = EbtUint8; in TType()1694 case EbtUint8: in isIntegerDomain()1788 case EbtUint8: in containsNonOpaque()1838 return containsBasicType(EbtInt8) || containsBasicType(EbtUint8); in contains8BitInt()1977 case EbtUint8: return "uint8_t"; in getBasicString()2381 else if (getBasicType() == EbtUint || getBasicType() == EbtUint8) in sameCoopMatBaseType()2382 rv = right.getBasicType() == EbtUint || right.getBasicType() == EbtUint8; in sameCoopMatBaseType()
393 case EOpConstructUint8: newType = EbtUint8; break; in addUnaryMath()576 case EbtUint8: newOp = EOpConvUint8ToDouble; break; in buildConvertOp()595 case EbtUint8: newOp = EOpConvUint8ToFloat; break; in buildConvertOp()610 case EbtUint8: newOp = EOpConvUint8ToFloat16; break; in buildConvertOp()633 case EbtUint8: newOp = EOpConvUint8ToBool; break; in buildConvertOp()647 case EbtUint8: newOp = EOpConvUint8ToInt8; break; in buildConvertOp()662 case EbtUint8: in buildConvertOp()682 case EbtUint8: newOp = EOpConvUint8ToInt16; break; in buildConvertOp()700 case EbtUint8: newOp = EOpConvUint8ToUint16; break; in buildConvertOp()723 case EbtUint8: newOp = EOpConvUint8ToInt; break; in buildConvertOp()[all …]
219 case EbtUint8: in fold()536 …case EbtUint8: newConstArray[i].setU8Const(static_cast<unsigned int>(-static_cast<signed int>(unio… in fold()1103 case EbtUint8: in fold()1139 case EbtUint8: in fold()1175 case EbtUint8: in fold()
72 case EbtUint8: mangledName += "u8"; break; in buildMangledName()
2322 case EbtUint8: in builtInOpCheck()4699 if (type.getBasicType() == EbtStruct && containsFieldWithBasicType(type, EbtUint8)) in storage16BitAssignmentCheck()4702 if (type.isArray() && type.getBasicType() == EbtUint8) in storage16BitAssignmentCheck()5971 case EbtUint8: in layoutTypeCheck()7234 newNode = intermediate.addConversion(EbtUint8, newNode); in constructBuiltIn()7348 case EbtUint8: op = EOpConvUint8ToInt; break; in constructBuiltIn()7358 case EbtUint8: op = EOpConvUint8ToUint; break; in constructBuiltIn()7369 case EbtUint8: op = EOpConvUint8ToInt8; break; in constructBuiltIn()7375 case EbtUint8: in constructBuiltIn()7389 case EbtUint8: op = EOpConvUint8ToFloat; break; in constructBuiltIn()[all …]
1430 } else if (type.getBasicType() == EbtInt8 || type.getBasicType() == EbtUint8) in computeTypeXfbSize()1457 case EbtUint8: size = 1; return 1; in getBaseAlignmentScalar()
1837 $$.basicType = EbtUint8;2022 $$.basicType = EbtUint8;2028 $$.basicType = EbtUint8;2034 $$.basicType = EbtUint8;
1261 case EbtUint8: in OutputConstantUnion()
6696 (yyval.interm.type).basicType = EbtUint8; in yyparse()7036 (yyval.interm.type).basicType = EbtUint8; in yyparse()7047 (yyval.interm.type).basicType = EbtUint8; in yyparse()7058 (yyval.interm.type).basicType = EbtUint8; in yyparse()
509 prefixes[EbtUint8] = "u8"; in TBuiltIns()
2288 … else if (node->getBasicType() == glslang::EbtInt8 || node->getBasicType() == glslang::EbtUint8) in visitUnary()3669 case glslang::EbtUint8: in convertGlslangToSpvType()3769 if (type.getBasicType() == glslang::EbtUint8 || in convertGlslangToSpvType()8430 case glslang::EbtUint8: in createSpvConstantFromConstUnionArray()8479 case glslang::EbtUint8: in createSpvConstantFromConstUnionArray()