Home
last modified time | relevance | path

Searched refs:EbtUint8 (Results 1 – 13 of 13) sorted by relevance

/third_party/glslang/glslang/Include/
DConstantUnion.h61 type = EbtUint8; in setU8Const()
252 case EbtUint8:
353 case EbtUint8:
393 case EbtUint8:
449 case EbtUint8: returnValue.setU8Const(u8Const + constant.u8Const); break;
469 case EbtUint8: returnValue.setU8Const(u8Const - constant.u8Const); break;
489 case EbtUint8: returnValue.setU8Const(u8Const * constant.u8Const); break;
508 case EbtUint8: returnValue.setU8Const(u8Const % constant.u8Const); break;
524 case EbtUint8: returnValue.setI8Const(i8Const >> constant.u8Const); break;
534 case EbtUint8:
[all …]
DBaseTypes.h53 EbtUint8, enumerator
566 case EbtUint8: in isTypeUnsignedInt()
598 case EbtUint8: in getTypeRank()
DTypes.h252 case EbtUint8: s.append("u16"); break; in getString()
1599 basicType = EbtUint8; in TType()
1840 case EbtUint8: in isIntegerDomain()
1937 case EbtUint8: in containsNonOpaque()
1978 return containsBasicType(EbtInt8) || containsBasicType(EbtUint8); in contains8BitInt()
2086 case EbtUint8: return "uint8_t"; in getBasicString()
2723 … else if (getBasicType() == EbtUint || getBasicType() == EbtUint8 || getBasicType() == EbtUint16) in sameCoopMatBaseType()
2724 …rv = right.getBasicType() == EbtUint || right.getBasicType() == EbtUint8 || right.getBasicType() =… in sameCoopMatBaseType()
2732 … else if (getBasicType() == EbtUint || getBasicType() == EbtUint8 || getBasicType() == EbtUint16) in sameCoopMatBaseType()
2733 …rv = right.getBasicType() == EbtUint || right.getBasicType() == EbtUint8 || right.getBasicType() =… in sameCoopMatBaseType()
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp392 case EOpConstructUint8: newType = EbtUint8; break; in addUnaryMath()
577 case EbtUint8: newOp = EOpConvUint8ToDouble; break; in buildConvertOp()
594 case EbtUint8: newOp = EOpConvUint8ToFloat; break; in buildConvertOp()
607 case EbtUint8: newOp = EOpConvUint8ToFloat16; break; in buildConvertOp()
628 case EbtUint8: newOp = EOpConvUint8ToBool; break; in buildConvertOp()
640 case EbtUint8: newOp = EOpConvUint8ToInt8; break; in buildConvertOp()
655 case EbtUint8: in buildConvertOp()
675 case EbtUint8: newOp = EOpConvUint8ToInt16; break; in buildConvertOp()
693 case EbtUint8: newOp = EOpConvUint8ToUint16; break; in buildConvertOp()
714 case EbtUint8: newOp = EOpConvUint8ToInt; break; in buildConvertOp()
[all …]
DConstant.cpp189 case EbtUint8: in fold()
507 …case EbtUint8: newConstArray[i].setU8Const(static_cast<unsigned int>(-static_cast<signed int>(unio… in fold()
1064 case EbtUint8: in fold()
1098 case EbtUint8: in fold()
1132 case EbtUint8: in fold()
DSymbolTable.cpp71 case EbtUint8: mangledName += "u8"; break; in buildMangledName()
DParseHelper.cpp2782 case EbtUint8: in builtInOpCheck()
5317 if (type.getBasicType() == EbtStruct && containsFieldWithBasicType(type, EbtUint8)) in storage16BitAssignmentCheck()
5320 if (type.isArray() && type.getBasicType() == EbtUint8) in storage16BitAssignmentCheck()
6665 case EbtUint8: in layoutTypeCheck()
7351 case EbtUint8: in coopMatTypeParametersCheck()
8484 newNode = intermediate.addConversion(EbtUint8, newNode); in constructBuiltIn()
8602 case EbtUint8: op = EOpConvUint8ToInt; break; in constructBuiltIn()
8614 case EbtUint8: op = EOpConvUint8ToUint; break; in constructBuiltIn()
8626 case EbtUint8: op = EOpConvUint8ToInt16; break; in constructBuiltIn()
8638 case EbtUint8: op = EOpConvUint8ToUint16; break; in constructBuiltIn()
[all …]
DlinkValidate.cpp2020 } else if (type.getBasicType() == EbtInt8 || type.getBasicType() == EbtUint8) in computeTypeXfbSize()
2041 case EbtUint8: size = 1; return 1; in getBaseAlignmentScalar()
Dglslang.y1947 $$.basicType = EbtUint8;
2132 $$.basicType = EbtUint8;
2138 $$.basicType = EbtUint8;
2144 $$.basicType = EbtUint8;
DintermOut.cpp1292 case EbtUint8: in OutputConstantUnion()
Dglslang_tab.cpp7880 (yyval.interm.type).basicType = EbtUint8; in yyparse()
8220 (yyval.interm.type).basicType = EbtUint8; in yyparse()
8231 (yyval.interm.type).basicType = EbtUint8; in yyparse()
8242 (yyval.interm.type).basicType = EbtUint8; in yyparse()
DInitialize.cpp487 prefixes[EbtUint8] = "u8"; in TBuiltIns()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp2732 … else if (node->getBasicType() == glslang::EbtInt8 || node->getBasicType() == glslang::EbtUint8) in visitUnary()
4430 case glslang::EbtUint8: in convertGlslangToSpvType()
4630 if (type.getBasicType() == glslang::EbtUint8 || in convertGlslangToSpvType()
4648 if (type.getBasicType() == glslang::EbtUint8 || type.getBasicType() == glslang::EbtInt8) { in convertGlslangToSpvType()
9832 case glslang::EbtUint8: in createSpvConstantFromConstUnionArray()
9884 case glslang::EbtUint8: in createSpvConstantFromConstUnionArray()