Home
last modified time | relevance | path

Searched refs:VarType (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp859 IntegerType *VarType; in transformGEPChain() local
861 VarType = Type::getInt32Ty(BB->getContext()); // 32bit return value in transformGEPChain()
863 VarType = Type::getInt64Ty(BB->getContext()); // 64bit ptr arith in transformGEPChain()
865 GV = new GlobalVariable(M, VarType, false, GlobalVariable::ExternalLinkage, in transformGEPChain()
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl.h401 enum class VarType { kIn, kOut }; enum
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl.h465 enum class VarType { kIn, kOut }; enum
/third_party/mingw-w64/mingw-w64-headers/include/
Dndr64types.h494 NDR64_FORMAT_CHAR VarType; member
/third_party/skia/src/core/
DSkVM.cpp199 struct VarType { int bits; }; argument
200 static constexpr VarType kVarTypeInt{0};
201 static constexpr VarType kVarTypeFloat{1};
202 static constexpr VarType kVarTypeBool{2};
258 static void write(SkWStream* o, VarType n) { in write()
300 case Op::trace_var: write(o, op, V{x}, VarSlot{immA}, "=", V{y}, VarType{immB}); break; in write_one_instruction()
419 case Op::trace_var: write(o, op, R{x}, VarSlot{immA}, "=", R{y}, VarType{immB}); in dump()