Home
last modified time | relevance | path

Searched defs:Indirect (Results 1 – 20 of 20) sorted by relevance

/third_party/flatbuffers/lua/flatbuffers/
Dview.lua53 function mt:Indirect(off) function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFVisitor.cpp63 bool Indirect; in traverseDebugInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp111 bool Indirect = false; in skipValue() local
244 bool Indirect = false; in extractValue() local
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.h47 struct tgsi_ind_register Indirect; member
55 struct tgsi_ind_register Indirect; member
Dtgsi_ureg.h56 unsigned Indirect : 1; /* BOOL */ member
81 unsigned Indirect : 1; /* BOOL */ member
/third_party/flatbuffers/python/flatbuffers/
Dtable.py43 def Indirect(self, off): member in Table
Dflexbuffers.py315 def Indirect(self, offset, byte_width): member in Buf
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc.h219 unsigned Indirect : 1; /* BOOL */ member
237 unsigned Indirect : 1; /* BOOL */ member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DStackMaps.h200 Indirect, enumerator
DCallingConvLower.h52 Indirect // The location contains pointer to the value. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBreakCriticalEdges.cpp434 BasicBlock::iterator Indirect = Target->begin(), in SplitIndirectBrCriticalEdges() local
/third_party/flatbuffers/go/
Dtable.go23 func (t *Table) Indirect(off UOffsetT) UOffsetT { func
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DStackMapParser.h104 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 enumerator
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h175 inline const uint8_t *Indirect(const uint8_t *offset, uint8_t byte_width) { in Indirect() function
179 template<typename T> const uint8_t *Indirect(const uint8_t *offset) { in Indirect() function
732 const uint8_t *Indirect() const { in Indirect() function
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h744 unsigned Indirect : 1; /* BOOL */ member
779 unsigned Indirect : 1; /* BOOL */ member
789 unsigned Indirect : 1; /* BOOL */ member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp662 bool Indirect = STI.isGVIndirectSymbol(GV); in selectGlobal() local
/third_party/flatbuffers/src/
Didl_gen_kotlin.cpp1486 static std::string Indirect(const std::string &index, bool fixed) { in Indirect() function in flatbuffers::kotlin::KotlinGenerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugValues.cpp286 bool Indirect = MI.isIndirectDebugValue(); in BuildDbgValue() local
/third_party/flutter/skia/src/core/
DSkVM.cpp230 enum class Mod { Indirect, OneByteImm, FourByteImm, Direct }; enumerator
/third_party/skia/src/core/
DSkVM.cpp1811 enum class Mod { Indirect, OneByteImm, FourByteImm, Direct }; enumerator