Lines Matching refs:EbtUInt
102 case EbtUInt: in glVariableType()
565 case EbtUInt: in getOpcode()
593 case EbtUInt: in getOpcode()
603 case EbtUInt: in getOpcode()
613 case EbtUInt: in getOpcode()
624 case EbtUInt: in getOpcode()
631 return baseType == EbtUInt ? sw::Shader::OPCODE_UMOD : op; in getOpcode()
633 return baseType == EbtUInt ? sw::Shader::OPCODE_USHR : op; in getOpcode()
639 case EbtUInt: in getOpcode()
650 case EbtUInt: in getOpcode()
1068 if(basicType == EbtInt || basicType == EbtUInt) in visitUnary()
2131 case EbtUInt: return emit(sw::Shader::OPCODE_B2I, dst, dstIndex, src, srcIndex); in emitCast()
2144 case EbtUInt: in emitCast()
2157 case EbtUInt: return emit(sw::Shader::OPCODE_F2U, dst, dstIndex, src, srcIndex); in emitCast()
2166 ((src->getBasicType() == EbtInt) && (dst->getBasicType() == EbtUInt)) || in emitCast()
2167 ((src->getBasicType() == EbtUInt) && (dst->getBasicType() == EbtInt))); in emitCast()
2195 case EbtUInt: in emitCmp()
3376 case EbtUInt: in attributeRegister()