Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DConstantUnion.h55 type = EbtInt8; in setI8Const()
247 case EbtInt8:
348 case EbtInt8:
388 case EbtInt8:
446 case EbtInt8: returnValue.setI8Const(i8Const + constant.i8Const); break;
466 case EbtInt8: returnValue.setI8Const(i8Const - constant.i8Const); break;
486 case EbtInt8: returnValue.setI8Const(i8Const * constant.i8Const); break;
505 case EbtInt8: returnValue.setI8Const(i8Const % constant.i8Const); break;
521 case EbtInt8:
523 case EbtInt8: returnValue.setI8Const(i8Const >> constant.i8Const); break;
[all …]
DBaseTypes.h52 EbtInt8, enumerator
553 case EbtInt8: in isTypeSignedInt()
597 case EbtInt8: in getTypeRank()
DTypes.h249 case EbtInt8: s.append("i8"); break; in getString()
1605 basicType = EbtInt8; in TType()
1839 case EbtInt8: in isIntegerDomain()
1936 case EbtInt8: in containsNonOpaque()
1978 return containsBasicType(EbtInt8) || containsBasicType(EbtUint8); in contains8BitInt()
2085 case EbtInt8: return "int8_t"; in getBasicString()
2725 … else if (getBasicType() == EbtInt || getBasicType() == EbtInt8 || getBasicType() == EbtInt16) in sameCoopMatBaseType()
2726 …rv = right.getBasicType() == EbtInt || right.getBasicType() == EbtInt8 || right.getBasicType() == … in sameCoopMatBaseType()
2734 … else if (getBasicType() == EbtInt || getBasicType() == EbtInt8 || getBasicType() == EbtInt16) in sameCoopMatBaseType()
2735 …rv = right.getBasicType() == EbtInt || right.getBasicType() == EbtInt8 || right.getBasicType() == … in sameCoopMatBaseType()
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp391 case EOpConstructInt8: newType = EbtInt8; break; in addUnaryMath()
576 case EbtInt8: newOp = EOpConvInt8ToDouble; break; in buildConvertOp()
593 case EbtInt8: newOp = EOpConvInt8ToFloat; break; in buildConvertOp()
606 case EbtInt8: newOp = EOpConvInt8ToFloat16; break; in buildConvertOp()
627 case EbtInt8: newOp = EOpConvInt8ToBool; break; in buildConvertOp()
638 case EbtInt8: in buildConvertOp()
657 case EbtInt8: newOp = EOpConvInt8ToUint8; break; in buildConvertOp()
676 case EbtInt8: newOp = EOpConvInt8ToInt16; break; in buildConvertOp()
692 case EbtInt8: newOp = EOpConvInt8ToUint16; break; in buildConvertOp()
713 case EbtInt8: newOp = EOpConvInt8ToInt; break; in buildConvertOp()
[all …]
DConstant.cpp180 case EbtInt8: in fold()
506 case EbtInt8: newConstArray[i].setI8Const(-unionArray[i].getI8Const()); break; in fold()
1061 case EbtInt8: in fold()
1095 case EbtInt8: in fold()
1128 case EbtInt8: in fold()
DSymbolTable.cpp70 case EbtInt8: mangledName += "i8"; break; in buildMangledName()
DParseHelper.cpp2781 case EbtInt8: in builtInOpCheck()
5311 if (type.getBasicType() == EbtStruct && containsFieldWithBasicType(type, EbtInt8)) in storage16BitAssignmentCheck()
5314 if (type.isArray() && type.getBasicType() == EbtInt8) in storage16BitAssignmentCheck()
6664 case EbtInt8: in layoutTypeCheck()
7348 case EbtInt8: in coopMatTypeParametersCheck()
8461 newNode = intermediate.addConversion(EbtInt8, newNode); in constructBuiltIn()
8603 case EbtInt8: op = EOpConvInt8ToInt; break; in constructBuiltIn()
8615 case EbtInt8: op = EOpConvInt8ToUint; break; in constructBuiltIn()
8627 case EbtInt8: op = EOpConvInt8ToInt16; break; in constructBuiltIn()
8639 case EbtInt8: op = EOpConvInt8ToUint16; break; in constructBuiltIn()
[all …]
DlinkValidate.cpp2020 } else if (type.getBasicType() == EbtInt8 || type.getBasicType() == EbtUint8) in computeTypeXfbSize()
2040 case EbtInt8: in getBaseAlignmentScalar()
Dglslang.y1942 $$.basicType = EbtInt8;
2060 $$.basicType = EbtInt8;
2066 $$.basicType = EbtInt8;
2072 $$.basicType = EbtInt8;
DintermOut.cpp1283 case EbtInt8: in OutputConstantUnion()
Dglslang_tab.cpp7870 (yyval.interm.type).basicType = EbtInt8; in yyparse()
8088 (yyval.interm.type).basicType = EbtInt8; in yyparse()
8099 (yyval.interm.type).basicType = EbtInt8; in yyparse()
8110 (yyval.interm.type).basicType = EbtInt8; in yyparse()
DInitialize.cpp486 prefixes[EbtInt8] = "i8"; in TBuiltIns()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp2732 … else if (node->getBasicType() == glslang::EbtInt8 || node->getBasicType() == glslang::EbtUint8) in visitUnary()
4427 case glslang::EbtInt8: in convertGlslangToSpvType()
4631 type.getBasicType() == glslang::EbtInt8) { in convertGlslangToSpvType()
4648 if (type.getBasicType() == glslang::EbtUint8 || type.getBasicType() == glslang::EbtInt8) { in convertGlslangToSpvType()
9828 case glslang::EbtInt8: in createSpvConstantFromConstUnionArray()
9880 case glslang::EbtInt8: in createSpvConstantFromConstUnionArray()