Searched defs:basicType (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DIntermediate.cpp939 TBasicType basicType = left->getBasicType(); local
947 setType(TType(basicType, higherPrecision, EvqTemporary, size, true));
952 setType(TType(basicType, higherPrecision, EvqTemporary, size, false));
963 setType(TType(basicType, higherPrecision, EvqTemporary, size, false));
992 setType(TType(basicType, higherPrecision, EvqTemporary, size, false));
1011 setType(TType(basicType, higherPrecision, EvqTemporary, size, left->isMatrix() || right->isMatrix()));
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DType.java247 private final int basicType; field in class:Type
425 * @param basicType basic type corresponding to this type; one of the
429 private Type(String descriptor, int basicType, int newAt) { argument
434 if ((basicType < 0) || (basicType >= BT_COUNT)) {
435 throw new IllegalArgumentException("bad basicType");
443 this.basicType = basicType;
456 * @param basicType basic type corresponding to this type; one of the
459 private Type(String descriptor, int basicType) { argument
[all...]

Completed in 58 milliseconds