Searched refs:TType (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/angle/src/compiler/
H A DBuiltInFunctionEmulator.h28 bool SetFunctionCalled(TOperator op, const TType& param);
30 TOperator op, const TType& param1, const TType& param2);
81 TBuiltInFunction IdentifyFunction(TOperator op, const TType& param);
83 TOperator op, const TType& param1, const TType& param2);
H A DOutputHLSL.h36 TString typeString(const TType &type);
37 TString textureString(const TType &type);
39 static TString arrayString(const TType &type);
40 static TString initializer(const TType &type);
42 static TString decorateUniform(const TString &string, const TType &type);
43 static TString decorateField(const TString &string, const TType &structure);
64 int vectorSize(const TType &type) const;
66 void addConstructor(const TType &type, const TString &name, const TIntermSequence *parameters);
67 const ConstantUnion *writeConstantUnion(const TType &type, const ConstantUnion *constUnion);
159 void declareUniform(const TType
[all...]
H A DTypes.h17 class TType;
23 TField(TType* type, TString* name) : mType(type), mName(name) {}
27 TType* type() { return mType; }
28 const TType* type() const { return mType; }
34 TType* mType;
93 class TType class
97 TType() {} function in class:TType
98 TType(TBasicType t, TPrecision p, TQualifier q = EvqTemporary, unsigned char s = 1, bool m = false, bool a = false) : function in class:TType
102 explicit TType(const TPublicType &p);
103 TType(TStructur function in class:TType
[all...]
H A DInitialize.cpp19 TType *float1 = new TType(EbtFloat, EbpUndefined, EvqGlobal, 1);
20 TType *float2 = new TType(EbtFloat, EbpUndefined, EvqGlobal, 2);
21 TType *float3 = new TType(EbtFloat, EbpUndefined, EvqGlobal, 3);
22 TType *float4 = new TType(EbtFloat, EbpUndefined, EvqGlobal, 4);
24 TType *int2 = new TType(EbtIn
[all...]
H A DUnfoldShortCircuitAST.cpp15 const TType boolType(EbtBool, EbpUndefined);
19 u, TType(EbtBool, EbpUndefined, EvqConst, 1));
26 const TType boolType(EbtBool, EbpUndefined);
30 u, TType(EbtBool, EbpUndefined, EvqConst, 1));
H A Dlocalintermediate.h28 TIntermSymbol* addSymbol(int Id, const TString&, const TType&, const TSourceLoc&);
29 TIntermTyped* addConversion(TOperator, const TType&, TIntermTyped*);
40 TIntermConstantUnion* addConstantUnion(ConstantUnion*, const TType&, const TSourceLoc&);
42 bool parseConstTree(const TSourceLoc&, TIntermNode*, ConstantUnion*, TOperator, TSymbolTable&, TType, bool singleConstantParam = false);
H A DSymbolTable.h78 TVariable(const TString *name, const TType& t, bool uT = false ) : TSymbol(name), type(t), userType(uT), unionArray(0) { }
81 TType& getType() { return type; }
82 const TType& getType() const { return type; }
110 TType type;
123 TType* type;
133 returnType(TType(EbtVoid, EbpUndefined)),
136 TFunction(const TString *name, TType& retType, TOperator tOp = EOpNull) :
158 const TType& getReturnType() const { return returnType; }
176 TType returnType;
278 TVariable *constant = new TVariable(NewPoolTString(name), TType(EbtIn
[all...]
H A DBuiltInFunctionEmulator.cpp280 TOperator op, const TType& param)
287 TOperator op, const TType& param1, const TType& param2)
328 TOperator op, const TType& param)
355 TOperator op, const TType& param1, const TType& param2)
H A DOutputGLSLBase.h28 void writeVariableType(const TType& type);
31 const ConstantUnion* writeConstantUnion(const TType& type, const ConstantUnion* pConstUnion);
32 TString getTypeName(const TType& type);
H A DParseContext.h54 const TType* currentFunctionType; // the return type of the function that's currently being parsed
85 bool constructorErrorCheck(const TSourceLoc& line, TIntermNode*, TFunction&, TOperator, TType*);
95 bool parameterSamplerErrorCheck(const TSourceLoc& line, TQualifier qualifier, const TType& type);
98 bool paramErrorCheck(const TSourceLoc& line, TQualifier qualifier, TQualifier paramQualifier, TType* type);
106 bool containsSampler(TType& type);
112 TIntermTyped* addConstructor(TIntermNode*, const TType*, TOperator, TFunction*, const TSourceLoc&);
113 TIntermTyped* foldConstConstructor(TIntermAggregate* aggrNode, const TType& type);
114 TIntermTyped* constructStruct(TIntermNode*, TType*, int, const TSourceLoc&, bool subset);
115 TIntermTyped* constructBuiltIn(const TType*, TOperator, TIntermNode*, const TSourceLoc&, bool subset);
H A DInitializeGLPosition.cpp51 0, "gl_Position", TType(EbtFloat, EbpUndefined, EvqPosition, 4));
59 u, TType(EbtFloat, EbpUndefined, EvqConst, 4));
H A DVariableInfo.cpp19 ShDataType getVariableDataType(const TType& type)
75 void getBuiltInVariableInfo(const TType& type,
79 void getUserDefinedVariableInfo(const TType& type,
86 void getVariableInfo(const TType& type,
107 void getBuiltInVariableInfo(const TType& type,
129 void getUserDefinedVariableInfo(const TType& type,
139 const TType& fieldType = *(fields[i]->type());
149 TVariableInfo* findVariable(const TType& type,
H A Dglslang.y191 TType type(EbtFloat, EbpUndefined);
216 TType t(variable->getType());
233 $$ = context->intermediate.addConstantUnion(unionArray, TType(EbtInt, EbpUndefined, EvqConst), @1);
238 $$ = context->intermediate.addConstantUnion(unionArray, TType(EbtFloat, EbpUndefined, EvqConst), @1);
243 $$ = context->intermediate.addConstantUnion(unionArray, TType(EbtBool, EbpUndefined, EvqConst), @1);
281 $$->setType(TType($1->getBasicType(), $1->getPrecision(), EvqConst, (int) (*$3.string).size()));
286 $$->setType(TType($1->getBasicType(), $1->getPrecision(), EvqTemporary, (int) vectorString.size()));
303 TIntermTyped* index = context->intermediate.addConstantUnion(unionArray, TType(EbtInt, EbpUndefined, EvqConst), @3);
305 $$->setType(TType($1->getBasicType(), $1->getPrecision(),EvqTemporary, $1->getNominalSize()));
309 TIntermTyped* index = context->intermediate.addConstantUnion(unionArray, TType(EbtIn
[all...]
H A DIntermediate.cpp20 bool CompareStructure(const TType& leftNodeType, ConstantUnion* rightUnionArray, ConstantUnion* leftUnionArray);
136 TIntermSymbol* TIntermediate::addSymbol(int id, const TString& name, const TType& type, const TSourceLoc& line)
319 child = addConversion(op, TType(newType, child->getPrecision(), EvqTemporary,
409 TIntermTyped* TIntermediate::addConversion(TOperator op, const TType& type, TIntermTyped* node)
512 TType type(promoteTo, node->getPrecision(), EvqTemporary, node->getNominalSize(), node->isMatrix(), node->isArray());
658 TIntermConstantUnion* TIntermediate::addConstantUnion(ConstantUnion* unionArrayPointer, const TType& t, const TSourceLoc& line)
679 constIntNode = addConstantUnion(unionArray, TType(EbtInt, EbpUndefined, EvqConst), line);
947 setType(TType(EbtBool, EbpUndefined));
958 setType(TType(EbtBool, EbpUndefined));
992 setType(TType(basicTyp
[all...]
H A DSymbolTable.cpp22 TType::TType(const TPublicType &p) : function in class:TType
32 TString TType::buildMangledName() const
61 size_t TType::getObjectSize() const
86 const TType* fieldType = (*mFields)[i]->type();
H A Dintermediate.h252 TIntermTyped(const TType& t) : type(t) { }
257 void setType(const TType& t) { type = t; }
258 const TType& getType() const { return type; }
259 TType* getTypePointer() { return &type; }
279 TType type;
356 TIntermSymbol(int i, const TString& sym, const TType& t) :
381 TIntermConstantUnion(ConstantUnion *unionPointer, const TType& t) : TIntermTyped(t), unionArrayPointer(unionPointer) { }
415 TIntermOperator(TOperator o) : TIntermTyped(TType(EbtFloat, EbpUndefined)), op(o) {}
416 TIntermOperator(TOperator o, TType& t) : TIntermTyped(t), op(o) {}
456 TIntermUnary(TOperator o, TType
[all...]
H A DParseContext.cpp470 bool TParseContext::constructorErrorCheck(const TSourceLoc& line, TIntermNode* node, TFunction& function, TOperator op, TType* type)
644 bool TParseContext::parameterSamplerErrorCheck(const TSourceLoc& line, TQualifier qualifier, const TType& type)
655 bool TParseContext::containsSampler(TType& type)
703 error(line, "cannot declare arrays of this qualifier", TType(type).getCompleteString().c_str());
721 error(line, "cannot declare arrays of arrays", TType(type).getCompleteString().c_str());
750 variable = new TVariable(&identifier, TType(type));
776 if (! variable->getType().sameElementType(TType(type))) {
833 variable = new TVariable(&identifier, TType(type));
848 bool TParseContext::paramErrorCheck(const TSourceLoc& line, TQualifier qualifier, TQualifier paramQualifier, TType* type)
949 TType typ
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRMap.h79 - (void)putName:(NSString *)name TType:(NSInteger)ttype;
H A DANTLRParser.h50 TType:(NSInteger)expectedTokenType
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRMap.h79 - (void)putName:(NSString *)name TType:(NSInteger)ttype;
H A DANTLRParser.h50 TType:(NSInteger)expectedTokenType
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRMap.h79 - (void)putName:(NSString *)name TType:(NSInteger)ttype;
H A DANTLRParser.h50 TType:(NSInteger)expectedTokenType
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRMap.h79 - (void)putName:(NSString *)name TType:(NSInteger)ttype;
H A DANTLRParser.h50 TType:(NSInteger)expectedTokenType

Completed in 296 milliseconds

12