Lines Matching refs:EbtInt
83 case EbtInt: in glVariableType()
190 else if(type.getBasicType() == EbtInt) in glVariablePrecision()
250 …Constant(int i) : TIntermConstantUnion(constants, TType(EbtInt, EbpHigh, EvqConstExpr, 1, 1, false… in Constant()
562 case EbtInt: in getOpcode()
572 case EbtInt: in getOpcode()
581 case EbtInt: in getOpcode()
590 case EbtInt: in getOpcode()
600 case EbtInt: in getOpcode()
610 case EbtInt: in getOpcode()
620 case EbtInt: in getOpcode()
635 case EbtInt: in getOpcode()
646 case EbtInt: in getOpcode()
1061 if(basicType == EbtInt || basicType == EbtUInt) in visitUnary()
2093 case EbtInt: return emit(sw::Shader::OPCODE_B2I, dst, dstIndex, src, srcIndex); in emitCast()
2099 case EbtInt: in emitCast()
2119 case EbtInt: return emit(sw::Shader::OPCODE_F2I, dst, dstIndex, src, srcIndex); in emitCast()
2129 ((src->getBasicType() == EbtInt) && (dst->getBasicType() == EbtUInt)) || in emitCast()
2130 ((src->getBasicType() == EbtUInt) && (dst->getBasicType() == EbtInt))); in emitCast()
2155 case EbtInt: in emitCmp()
3282 case EbtInt: in attributeRegister()
3729 if(variable && variable->getQualifier() == EvqTemporary && variable->getBasicType() == EbtInt) in loopCount()
3740 if(constant->getBasicType() == EbtInt && constant->getNominalSize() == 1) in loopCount()
3763 if(constant->getBasicType() == EbtInt && constant->getNominalSize() == 1) in loopCount()
3785 if(constant->getBasicType() == EbtInt && constant->getNominalSize() == 1) in loopCount()