HomeSort by relevance Sort by last modified time
    Searched refs:EbpUndefined (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/
OutputESSL.cpp 21 if (precision == EbpUndefined)
UnfoldShortCircuitAST.cpp 15 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));
Types.h 227 : type(t), precision(EbpUndefined), qualifier(EvqGlobal),
242 TType(TStructure *userDef, TPrecision p = EbpUndefined)
251 : type(EbtInterfaceBlock), precision(EbpUndefined), qualifier(qualifierIn),
517 precision = EbpUndefined;
glslang.y 240 $$ = context->intermediate.addConstantUnion(unionArray, TType(EbtInt, EbpUndefined, EvqConst), @1);
245 $$ = context->intermediate.addConstantUnion(unionArray, TType(EbtUInt, EbpUndefined, EvqConst), @1);
250 $$ = context->intermediate.addConstantUnion(unionArray, TType(EbtFloat, EbpUndefined, EvqConst), @1);
255 $$ = context->intermediate.addConstantUnion(unionArray, TType(EbtBool, EbpUndefined, EvqConst), @1);
317 TType type(EbtVoid, EbpUndefined); // use this to get the type back
397 $$ = context->intermediate.addConstantUnion(unionArray, TType(EbtFloat, EbpUndefined, EvqConst), @1);
466 TType type(EbtVoid, EbpUndefined);
576 $$ = context->intermediate.addConstantUnion(unionArray, TType(EbtBool, EbpUndefined, EvqConst), @2);
586 $$ = context->intermediate.addConstantUnion(unionArray, TType(EbtBool, EbpUndefined, EvqConst), @2);
596 $$ = context->intermediate.addConstantUnion(unionArray, TType(EbtBool, EbpUndefined, EvqConst), @2)
    [all...]
InitializeVariables.cpp 34 TType type(EbtInt, EbpUndefined, EvqConst, 1);
IntermNode.cpp 424 setType(TType(EbtBool, EbpUndefined));
437 setType(TType(EbtBool, EbpUndefined));
618 setType(TType(EbtBool, EbpUndefined));
920 returnType = TType(EbtBool, EbpUndefined, EvqConst);
927 returnType = TType(EbtBool, EbpUndefined, EvqConst);
937 returnType = TType(EbtBool, EbpUndefined, EvqConst);
948 returnType = TType(EbtBool, EbpUndefined, EvqConst);
985 tempConstArray, TType(EbtBool, EbpUndefined, EvqConst));
1023 tempConstArray, TType(EbtBool, EbpUndefined, EvqConst));
    [all...]
ScalarizeVecAndMatConstructorArgs.cpp 45 TType type(EbtInt, EbpUndefined, EvqConst, 1);
255 type.getPrecision() == EbpUndefined)
SymbolTable.cpp 218 return EbpUndefined;
226 TPrecision prec = EbpUndefined;
SymbolTable.h 183 returnType(TType(EbtVoid, EbpUndefined)),
366 NewPoolTString(name), TType(EbtInt, EbpUndefined, EvqConst, 1));
util.cpp 179 case EbpUndefined:
195 case EbpUndefined:
RewriteElseBlocks.cpp 108 TType resultType(EbtBool, EbpUndefined);
glslang_tab.cpp     [all...]
Compiler.cpp 529 "gl_Position", TType(EbtFloat, EbpUndefined, EvqPosition, 4));
545 TType type(EbtFloat, EbpUndefined, EvqVaryingOut, primarySize, secondarySize, varying.isArray());
BaseTypes.h 18 EbpUndefined,
IntermNode.h 482 : TIntermTyped(TType(EbtFloat, EbpUndefined)),
638 : TIntermTyped(TType(EbtVoid, EbpUndefined)),
Intermediate.cpp 456 unionArray, TType(EbtInt, EbpUndefined, EvqConst), line);
ParseContext.cpp 245 if( precision == EbpUndefined ){
251 if( precision == EbpUndefined ){
1051 TType type(EbtFloat, EbpUndefined);
    [all...]
Initialize.cpp     [all...]

Completed in 52 milliseconds