Home
last modified time | relevance | path

Searched refs:EbtUint64 (Results 1 – 15 of 15) sorted by relevance

/external/deqp-deps/glslang/glslang/Include/
DConstantUnion.h97 type = EbtUint64; in setU64Const()
251 case EbtUint64:
367 case EbtUint64:
422 case EbtUint64:
450 case EbtUint64: returnValue.setU64Const(u64Const + constant.u64Const); break;
470 case EbtUint64: returnValue.setU64Const(u64Const - constant.u64Const); break;
490 case EbtUint64: returnValue.setU64Const(u64Const * constant.u64Const); break;
510 case EbtUint64: returnValue.setU64Const(u64Const % constant.u64Const); break;
530 case EbtUint64: returnValue.setI8Const(i8Const >> constant.u64Const); break;
543 case EbtUint64: returnValue.setU8Const(u8Const >> constant.u64Const); break;
[all …]
DBaseTypes.h58 EbtUint64, enumerator
493 case EbtUint64: in isTypeUnsignedInt()
533 case EbtUint64: in getTypeRank()
DTypes.h219 case EbtUint64: s.append("u64"); break; in getString()
1517 case EbtUint64: in isIntegerDomain()
1599 case EbtUint64: in containsNonOpaque()
1716 case EbtUint64: return "uint64_t"; in getBasicString()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp317 case EOpConstructUint64: newType = EbtUint64; break; in addUnaryMath()
514 case EbtUint64: newOp = EOpConvUint64ToDouble; break; in createConversion()
531 case EbtUint64: newOp = EOpConvUint64ToFloat; break; in createConversion()
548 case EbtUint64: newOp = EOpConvUint64ToFloat16; break; in createConversion()
565 case EbtUint64: newOp = EOpConvUint64ToBool; break; in createConversion()
578 case EbtUint64: newOp = EOpConvUint64ToInt8; break; in createConversion()
595 case EbtUint64: newOp = EOpConvUint64ToUint8; break; in createConversion()
613 case EbtUint64: newOp = EOpConvUint64ToInt16; break; in createConversion()
630 case EbtUint64: newOp = EOpConvUint64ToUint16; break; in createConversion()
652 case EbtUint64: newOp = EOpConvUint64ToInt; break; in createConversion()
[all …]
DConstant.cpp249 case EbtUint64: in fold()
539 …case EbtUint64: newConstArray[i].setU64Const(static_cast<unsigned long long>(-static_cast<long lon… in fold()
1098 case EbtUint64: in fold()
1132 case EbtUint64: in fold()
1174 case EbtUint64: in fold()
Dreflection.cpp601 case EbtUint64: return GL_UNSIGNED_INT64_ARB + offset; in mapToGlType()
697 case EbtUint64: return GL_UNSIGNED_INT64_ARB; in mapToGlType()
DSymbolTable.cpp73 case EbtUint64: mangledName += "u64"; break; in buildMangledName()
Dglslang.y1604 $$.basicType = EbtUint64;
1874 $$.basicType = EbtUint64;
1880 $$.basicType = EbtUint64;
1886 $$.basicType = EbtUint64;
DlinkValidate.cpp1352 case EbtUint64: in getBaseAlignmentScalar()
DParseHelper.cpp1947 …se if (arg0->getType().getBasicType() == EbtInt64 || arg0->getType().getBasicType() == EbtUint64) { in builtInOpCheck()
3158 publicType.userDef->containsBasicType(EbtUint64) || in globalQualifierTypeCheck()
3262 …pe.basicType == EbtDouble || publicType.basicType == EbtInt64 || publicType.basicType == EbtUint64) in globalQualifierTypeCheck()
5599 case EbtUint64: in layoutTypeCheck()
6759 } else if (node->getType().isScalar() && node->getType().getBasicType() == EbtUint64) { in constructBuiltIn()
DintermOut.cpp1261 case EbtUint64: in OutputConstantUnion()
Dglslang_tab.cpp6306 (yyval.interm.type).basicType = EbtUint64; in yyparse()
6811 (yyval.interm.type).basicType = EbtUint64; in yyparse()
6822 (yyval.interm.type).basicType = EbtUint64; in yyparse()
6833 (yyval.interm.type).basicType = EbtUint64; in yyparse()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp1958 … else if (node->getBasicType() == glslang::EbtInt64 || node->getBasicType() == glslang::EbtUint64) in visitUnary()
3015 case glslang::EbtUint64: in convertGlslangToSpvType()
5941 …opCode = (typeProxy == glslang::EbtUint || typeProxy == glslang::EbtUint64) ? spv::OpAtomicUMin : …
5946 …opCode = (typeProxy == glslang::EbtUint || typeProxy == glslang::EbtUint64) ? spv::OpAtomicUMax : …
5993 if (typeProxy == glslang::EbtInt64 || typeProxy == glslang::EbtUint64)
6461 const bool isUnsigned = typeProxy == glslang::EbtUint || typeProxy == glslang::EbtUint64;
7518 case glslang::EbtUint64:
7565 case glslang::EbtUint64:
/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp1636 new(&type) TType(EbtUint64); in acceptType()
DhlslParseHelper.cpp786 indexBasicType == EbtInt64 || indexBasicType == EbtUint64) in makeIntegerIndex()
2202 type.containsBasicType(EbtUint64) || in remapEntryPointIO()
7452 case EbtUint64: return 21; in findFunction()