/external/chromium_org/third_party/angle/src/compiler/ |
D | UnfoldShortCircuitAST.cpp | 15 const TType boolType(EbtBool, EbpUndefined); in UnfoldOR() 19 u, TType(EbtBool, EbpUndefined, EvqConst, 1)); in UnfoldOR() 26 const TType boolType(EbtBool, EbpUndefined); in UnfoldAND() 30 u, TType(EbtBool, EbpUndefined, EvqConst, 1)); in UnfoldAND()
|
D | Initialize.cpp | 19 TType *float1 = new TType(EbtFloat, EbpUndefined, EvqGlobal, 1); in InsertBuiltInFunctions() 20 TType *float2 = new TType(EbtFloat, EbpUndefined, EvqGlobal, 2); in InsertBuiltInFunctions() 21 TType *float3 = new TType(EbtFloat, EbpUndefined, EvqGlobal, 3); in InsertBuiltInFunctions() 22 TType *float4 = new TType(EbtFloat, EbpUndefined, EvqGlobal, 4); in InsertBuiltInFunctions() 24 TType *int2 = new TType(EbtInt, EbpUndefined, EvqGlobal, 2); in InsertBuiltInFunctions() 25 TType *int3 = new TType(EbtInt, EbpUndefined, EvqGlobal, 3); in InsertBuiltInFunctions() 26 TType *int4 = new TType(EbtInt, EbpUndefined, EvqGlobal, 4); in InsertBuiltInFunctions() 237 TType *mat2 = new TType(EbtFloat, EbpUndefined, EvqGlobal, 2, true); in InsertBuiltInFunctions() 238 TType *mat3 = new TType(EbtFloat, EbpUndefined, EvqGlobal, 3, true); in InsertBuiltInFunctions() 239 TType *mat4 = new TType(EbtFloat, EbpUndefined, EvqGlobal, 4, true); in InsertBuiltInFunctions() [all …]
|
D | InitializeGLPosition.cpp | 51 0, "gl_Position", TType(EbtFloat, EbpUndefined, EvqPosition, 4)); in insertCode() 59 u, TType(EbtFloat, EbpUndefined, EvqConst, 4)); in insertCode()
|
D | glslang.y | 191 TType type(EbtFloat, EbpUndefined); 233 …$$ = context->intermediate.addConstantUnion(unionArray, TType(EbtInt, EbpUndefined, EvqConst), @1); 238 …$$ = context->intermediate.addConstantUnion(unionArray, TType(EbtFloat, EbpUndefined, EvqConst), @… 243 …$$ = context->intermediate.addConstantUnion(unionArray, TType(EbtBool, EbpUndefined, EvqConst), @1… 303 …ex = context->intermediate.addConstantUnion(unionArray, TType(EbtInt, EbpUndefined, EvqConst), @3); 309 …ex = context->intermediate.addConstantUnion(unionArray, TType(EbtInt, EbpUndefined, EvqConst), @3); 397 TType type(EbtVoid, EbpUndefined); // use this to get the type back 477 … = context->intermediate.addConstantUnion(unionArray, TType(EbtFloat, EbpUndefined, EvqConst), @1); 598 TType type(EbtVoid, EbpUndefined); 708 …$$ = context->intermediate.addConstantUnion(unionArray, TType(EbtBool, EbpUndefined, EvqConst), @2… [all …]
|
D | SymbolTable.h | 133 returnType(TType(EbtVoid, EbpUndefined)), in TFunction() 278 …TVariable *constant = new TVariable(NewPoolTString(name), TType(EbtInt, EbpUndefined, EvqConst, 1)… in insertConstInt() 352 return EbpUndefined; in getDefaultPrecision() 356 …TPrecision prec = EbpUndefined; // If we dont find anything we return this. Should we error check … in getDefaultPrecision()
|
D | VariableInfo.cpp | 170 precision(EbpUndefined), in TVariableInfo() 178 precision(EbpUndefined), in TVariableInfo() 237 info.precision = EbpUndefined; in visitSymbol()
|
D | Intermediate.cpp | 679 constIntNode = addConstantUnion(unionArray, TType(EbtInt, EbpUndefined, EvqConst), line); in addSwizzle() 947 setType(TType(EbtBool, EbpUndefined)); in promote() 958 setType(TType(EbtBool, EbpUndefined)); in promote() 1068 setType(TType(EbtBool, EbpUndefined)); in promote() 1296 returnType = TType(EbtBool, EbpUndefined, EvqConst); in fold() 1302 returnType = TType(EbtBool, EbpUndefined, EvqConst); in fold() 1311 returnType = TType(EbtBool, EbpUndefined, EvqConst); in fold() 1321 returnType = TType(EbtBool, EbpUndefined, EvqConst); in fold() 1346 … tempNode = new TIntermConstantUnion(tempConstArray, TType(EbtBool, EbpUndefined, EvqConst)); in fold() 1372 … tempNode = new TIntermConstantUnion(tempConstArray, TType(EbtBool, EbpUndefined, EvqConst)); in fold()
|
D | OutputESSL.cpp | 20 if (precision == EbpUndefined) in writeVariablePrecision()
|
D | BaseTypes.h | 16 EbpUndefined, enumerator
|
D | Types.h | 103 TType(TStructure* userDef, TPrecision p = EbpUndefined) : 275 precision = EbpUndefined; in setBasic()
|
D | glslang_tab.cpp | 2256 TType type(EbtFloat, EbpUndefined); 2303 …e) = context->intermediate.addConstantUnion(unionArray, TType(EbtInt, EbpUndefined, EvqConst), (yy… 2312 … = context->intermediate.addConstantUnion(unionArray, TType(EbtFloat, EbpUndefined, EvqConst), (yy… 2321 …) = context->intermediate.addConstantUnion(unionArray, TType(EbtBool, EbpUndefined, EvqConst), (yy… 2398 …ex = context->intermediate.addConstantUnion(unionArray, TType(EbtInt, EbpUndefined, EvqConst), (yy… 2404 …ex = context->intermediate.addConstantUnion(unionArray, TType(EbtInt, EbpUndefined, EvqConst), (yy… 2502 TType type(EbtVoid, EbpUndefined); // use this to get the type back 2582 … = context->intermediate.addConstantUnion(unionArray, TType(EbtFloat, EbpUndefined, EvqConst), (yy… 2727 TType type(EbtVoid, EbpUndefined); 2881 …) = context->intermediate.addConstantUnion(unionArray, TType(EbtBool, EbpUndefined, EvqConst), (yy… [all …]
|
D | intermediate.h | 415 TIntermOperator(TOperator o) : TIntermTyped(TType(EbtFloat, EbpUndefined)), op(o) {} in TIntermOperator() 538 …TIntermTyped(TType(EbtVoid, EbpUndefined)), condition(cond), trueBlock(trueB), falseBlock(falseB) … in TIntermSelection()
|
D | ParseContext.cpp | 245 if( precision == EbpUndefined ){ in precisionErrorCheck() 251 if( precision == EbpUndefined ){ in precisionErrorCheck()
|
D | OutputHLSL.cpp | 3111 case EbpUndefined: in glVariablePrecision() 3123 case EbpUndefined: in glVariablePrecision()
|