Home
last modified time | relevance | path

Searched refs:OpType (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/skia/src/animator/
DSkScript2.h39 SkScriptEngine2(SkOperand2::OpType returnType);
41 bool convertTo(SkOperand2::OpType , SkScriptValue2* );
45 SkOperand2::OpType getReturnType() { return fReturnType; } in getReturnType()
53 static bool ConvertTo(SkScriptEngine2* , SkOperand2::OpType toType, SkScriptValue2* value);
218 void addTokenConst(SkScriptValue2* , AddTokenRegister , SkOperand2::OpType , TypeOp );
225 const SkOperand2::OpType* paramTypes, int paramTypeCount);
226 void convertToString(SkOperand2* operand, SkOperand2::OpType type) { in convertToString()
237 SkOperand2::OpType getUnboxType(SkOperand2 scriptValue);
263 SkOperand2::OpType fReturnType;
265 SkOperand2::OpType fAccumulatorType; // tracking for code generation
[all …]
DSkOpArray.h19 SkOpArray(SkOperand2::OpType type);
21 SkOperand2::OpType getType() { return fType; } in getType()
22 void setType(SkOperand2::OpType type) { in setType()
26 SkOperand2::OpType fType;
DSkScriptCallBack.h28 virtual SkOperand2::OpType getReturnType(size_t ref, SkOperand2*) { in getReturnType()
35 virtual bool convert(SkOperand2::OpType type, SkOperand2* operand) = 0;
40 virtual void getParamTypes(SkIntArray(SkOperand2::OpType)* types) = 0;
55 virtual void getParamTypes(SkIntArray(SkOperand2::OpType)* types) = 0;
DSkAnimatorScript2.cpp57 virtual bool convert(SkOperand2::OpType type, SkOperand2* operand) { in convert()
89 virtual SkOperand2::OpType getReturnType(int index) { in getReturnType()
133 virtual void getParamTypes(SkIntArray(SkOperand2::OpType)* types) { in getParamTypes()
135 SkOperand2::OpType* type = types->begin(); in getParamTypes()
184 virtual SkOperand2::OpType getReturnType(size_t index) { in getReturnType()
245 virtual void getParamTypes(SkIntArray(SkOperand2::OpType)* types) { in getParamTypes()
247 SkOperand2::OpType* type = types->begin(); in getParamTypes()
281 virtual void getParamTypes(SkIntArray(SkOperand2::OpType)* types) { in getParamTypes()
283 SkOperand2::OpType* type = types->begin(); in getParamTypes()
306 virtual bool convert(SkOperand2::OpType type, SkOperand2* operand) { in convert()
[all …]
DSkScriptTokenizer.cpp20 { SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar | SkOperand2::kString),
21 …SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar | SkOperand2::kString), kTowardsString, …
25 { SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar),
26 …SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar), kNoBias, kResultIsNotBoolean }, // kDi…
27 { SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar | SkOperand2::kString),
28 … SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar |SkOperand2:: kString), kTowardsNumber,
31 { SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar | SkOperand2::kString),
32 … SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar | SkOperand2::kString), kTowardsNumber,
37 { SkOperand2::kNoType, SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar), kNoBias, kResult…
38 { SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar),
[all …]
DSkScriptDecompile.cpp93 SkOperand2::OpType fType;
115 SkOperand2::OpType type = SkOperand2::kNoType; in ValidateDecompileTable()
118 type = (SkOperand2::OpType) (1 << index); in ValidateDecompileTable()
172 SkOperand2::OpType type; in decompile()
182 type = (SkOperand2::OpType) (type & ~(1 << index)); in decompile()
DSkAnimatorScript2.h35 static SkDisplayTypes ToDisplayType(SkOperand2::OpType type);
36 static SkOperand2::OpType ToOpType(SkDisplayTypes type);
DSkOperand2.h17 enum OpType { enum
43 SkOperand2::OpType fType : 8;
DSkOpArray.cpp13 SkOpArray::SkOpArray(SkOperand2::OpType type) : fType(type) { in SkOpArray()
/external/skia/src/animator/
DSkScript2.h39 SkScriptEngine2(SkOperand2::OpType returnType);
41 bool convertTo(SkOperand2::OpType , SkScriptValue2* );
45 SkOperand2::OpType getReturnType() { return fReturnType; } in getReturnType()
53 static bool ConvertTo(SkScriptEngine2* , SkOperand2::OpType toType, SkScriptValue2* value);
218 void addTokenConst(SkScriptValue2* , AddTokenRegister , SkOperand2::OpType , TypeOp );
225 const SkOperand2::OpType* paramTypes, int paramTypeCount);
226 void convertToString(SkOperand2* operand, SkOperand2::OpType type) { in convertToString()
237 SkOperand2::OpType getUnboxType(SkOperand2 scriptValue);
263 SkOperand2::OpType fReturnType;
265 SkOperand2::OpType fAccumulatorType; // tracking for code generation
[all …]
DSkOpArray.h19 SkOpArray(SkOperand2::OpType type);
21 SkOperand2::OpType getType() { return fType; } in getType()
22 void setType(SkOperand2::OpType type) { in setType()
26 SkOperand2::OpType fType;
DSkScriptCallBack.h28 virtual SkOperand2::OpType getReturnType(size_t ref, SkOperand2*) { in getReturnType()
35 virtual bool convert(SkOperand2::OpType type, SkOperand2* operand) = 0;
40 virtual void getParamTypes(SkIntArray(SkOperand2::OpType)* types) = 0;
55 virtual void getParamTypes(SkIntArray(SkOperand2::OpType)* types) = 0;
DSkAnimatorScript2.cpp57 virtual bool convert(SkOperand2::OpType type, SkOperand2* operand) { in convert()
89 virtual SkOperand2::OpType getReturnType(int index) { in getReturnType()
133 virtual void getParamTypes(SkIntArray(SkOperand2::OpType)* types) { in getParamTypes()
135 SkOperand2::OpType* type = types->begin(); in getParamTypes()
184 virtual SkOperand2::OpType getReturnType(size_t index) { in getReturnType()
245 virtual void getParamTypes(SkIntArray(SkOperand2::OpType)* types) { in getParamTypes()
247 SkOperand2::OpType* type = types->begin(); in getParamTypes()
281 virtual void getParamTypes(SkIntArray(SkOperand2::OpType)* types) { in getParamTypes()
283 SkOperand2::OpType* type = types->begin(); in getParamTypes()
306 virtual bool convert(SkOperand2::OpType type, SkOperand2* operand) { in convert()
[all …]
DSkScriptTokenizer.cpp20 { SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar | SkOperand2::kString),
21 …SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar | SkOperand2::kString), kTowardsString, …
25 { SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar),
26 …SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar), kNoBias, kResultIsNotBoolean }, // kDi…
27 { SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar | SkOperand2::kString),
28 … SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar |SkOperand2:: kString), kTowardsNumber,
31 { SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar | SkOperand2::kString),
32 … SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar | SkOperand2::kString), kTowardsNumber,
37 { SkOperand2::kNoType, SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar), kNoBias, kResult…
38 { SkOperand2::OpType(SkOperand2::kS32 | SkOperand2::kScalar),
[all …]
DSkScriptDecompile.cpp93 SkOperand2::OpType fType;
115 SkOperand2::OpType type = SkOperand2::kNoType; in ValidateDecompileTable()
118 type = (SkOperand2::OpType) (1 << index); in ValidateDecompileTable()
172 SkOperand2::OpType type; in decompile()
182 type = (SkOperand2::OpType) (type & ~(1 << index)); in decompile()
DSkAnimatorScript2.h35 static SkDisplayTypes ToDisplayType(SkOperand2::OpType type);
36 static SkOperand2::OpType ToOpType(SkDisplayTypes type);
DSkOperand2.h17 enum OpType { enum
43 SkOperand2::OpType fType : 8;
DSkOpArray.cpp13 SkOpArray::SkOpArray(SkOperand2::OpType type) : fType(type) { in SkOpArray()
DSkScriptRuntime.cpp151 SkOperand2::OpType type; in executeTokens()
/external/llvm/include/llvm/MC/
DMCWin64EH.h29 typedef Win64EH::UnwindOpcodes OpType; typedef
31 OpType Operation;
36 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg) in MCWin64EHInstruction()
43 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg, unsigned Off) in MCWin64EHInstruction()
51 MCWin64EHInstruction(OpType Op, MCSymbol *L, bool Code) in MCWin64EHInstruction()
55 OpType getOperation() const { return Operation; } in getOperation()
DMCDwarf.h279 enum OpType { OpSameValue, OpRememberState, OpRestoreState, OpOffset, enum
284 OpType Operation;
293 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V) : in MCCFIInstruction()
299 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2) : in MCCFIInstruction()
363 OpType getOperation() const { return Operation; } in getOperation()
/external/llvm/utils/TableGen/
DAsmWriterInst.h28 enum OpType { enum
57 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType()
60 OpType op = isLiteralTextOperand)
67 OpType op = isMachineInstrOperand)
/external/openfst/src/include/fst/script/
Dscript-impl.h159 typedef void (*OpType)(ArgPack *args); typedef
162 typedef GenericOperationRegister<OpType> Register;
186 typename OpReg::OpType op = reg->GetOperation(op_name, arc_type); in Apply()
/external/chromium_org/content/browser/gpu/
Dshader_disk_cache.cc42 enum OpType { enum in content::ShaderDiskCacheEntry
58 OpType op_type_;
78 enum OpType { enum in content::ShaderDiskReadHelper
97 OpType op_type_;
120 enum OpType { enum in content::ShaderClearHelper
131 OpType op_type_;
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFormats.td32 // counterpart. OpKey uniquely identifies <INSN>, while OpType is
35 string OpType = "none";
124 let ColFields = ["OpType"];
594 let OpType = "mem";
606 let OpType = "mem";
704 let OpType = "reg";
713 let OpType = "reg";
721 let OpType = "reg";
832 let OpType = "mem";
843 let OpType = "mem";
[all …]

12