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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCSection.h 66 unsigned LayoutOrder;
123 unsigned getLayoutOrder() const { return LayoutOrder; }
124 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
MCFragment.h 59 /// LayoutOrder - The layout order of this fragment.
60 unsigned LayoutOrder;
105 unsigned getLayoutOrder() const { return LayoutOrder; }
106 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
  /external/llvm/include/llvm/MC/
MCSection.h 78 unsigned LayoutOrder;
131 unsigned getLayoutOrder() const { return LayoutOrder; }
132 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
MCFragment.h 60 /// LayoutOrder - The layout order of this fragment.
61 unsigned LayoutOrder;
107 unsigned getLayoutOrder() const { return LayoutOrder; }
108 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h 79 /// LayoutOrder - The layout order of this fragment.
80 unsigned LayoutOrder;
100 unsigned getLayoutOrder() const { return LayoutOrder; }
101 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
448 /// LayoutOrder - The index of this section in the layout order.
449 unsigned LayoutOrder;
481 unsigned getLayoutOrder() const { return LayoutOrder; }
482 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; }
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexInputTests.cpp 172 enum LayoutOrder
202 LayoutOrder layoutOrder = LAYOUT_ORDER_IN_ORDER);
342 LayoutOrder layoutOrder)
384 if (layoutOrder == LAYOUT_ORDER_IN_ORDER)
    [all...]
  /external/llvm/lib/MC/
MCFragment.cpp 340 OS << "<MCFragment " << (void*) this << " LayoutOrder:" << LayoutOrder
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCFragment.cpp 335 OS << "<MCFragment " << (const void *)this << " LayoutOrder:" << LayoutOrder
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 853 OS << "<MCFragment " << (void*) this << " LayoutOrder:" << LayoutOrder

Completed in 524 milliseconds