OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TBasicType
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/translator/
LoopInfo.h
24
TBasicType
getType() const { return mType; }
25
void setType(
TBasicType
type) { mType = type; }
35
TBasicType
mType; // Either EbtInt or EbtFloat
BaseTypes.h
38
enum
TBasicType
75
inline const char* getBasicString(
TBasicType
t)
107
inline bool IsSampler(
TBasicType
type)
112
inline bool IsIntegerSampler(
TBasicType
type)
142
inline bool IsSampler2D(
TBasicType
type)
172
inline bool IsSamplerCube(
TBasicType
type)
202
inline bool IsSampler3D(
TBasicType
type)
232
inline bool IsSamplerArray(
TBasicType
type)
262
inline bool IsShadowSampler(
TBasicType
type)
292
inline bool SupportsPrecision(
TBasicType
type
[
all
...]
Types.h
221
TType(
TBasicType
t, unsigned char ps = 1, unsigned char ss = 1)
228
TType(
TBasicType
t, TPrecision p, TQualifier q = EvqTemporary,
253
TBasicType
getBasicType() const
257
void setBasicType(
TBasicType
t)
471
TBasicType
type;
500
TBasicType
type;
511
void setBasic(
TBasicType
bt, TQualifier q, const TSourceLoc &ln)
localintermediate.h
39
TIntermTyped* promoteConstantUnion(
TBasicType
, TIntermConstantUnion*) ;
ConstantUnion.h
269
TBasicType
getType() const { return type; }
279
TBasicType
type;
SymbolTable.cpp
218
TPrecision TSymbolTable::getDefaultPrecision(
TBasicType
type)
224
TBasicType
baseType = (type == EbtUInt) ? EbtInt : type;
SymbolTable.h
410
// for the specified
TBasicType
411
TPrecision getDefaultPrecision(
TBasicType
type);
425
typedef TMap<
TBasicType
, TPrecision> PrecisionStackLevel;
RewriteElseBlocks.cpp
17
TIntermSymbol *MakeNewTemporary(const TString &name,
TBasicType
type)
OutputHLSL.h
111
TBasicType
sampler;
Intermediate.cpp
319
TBasicType
newType = EbtVoid;
449
TBasicType
promoteTo;
1109
TBasicType
basicType = left->getBasicType();
[
all
...]
ParseContext.h
87
bool precisionErrorCheck(const TSourceLoc& line, TPrecision precision,
TBasicType
type);
ValidateLimitations.cpp
207
TBasicType
type = symbol->getBasicType();
Compiler.cpp
312
sampler.type = static_cast<
TBasicType
>(samplerType);
intermediate.h
279
TBasicType
getBasicType() const { return type.getBasicType(); }
OutputHLSL.cpp
[
all
...]
ParseContext.cpp
240
bool TParseContext::precisionErrorCheck(const TSourceLoc& line, TPrecision precision,
TBasicType
type){
[
all
...]
Completed in 295 milliseconds