Home
last modified time | relevance | path

Searched refs:Fragments (Results 1 – 25 of 134) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSection.h85 FragmentListType Fragments;
152 MCSection::FragmentListType &getFragmentList() { return Fragments; }
159 return &MCSection::Fragments;
165 iterator begin() { return Fragments.begin(); }
166 const_iterator begin() const { return Fragments.begin(); }
168 iterator end() { return Fragments.end(); }
169 const_iterator end() const { return Fragments.end(); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DAppendingTypeTableBuilder.cpp90 auto Fragments = Builder.end(nextTypeIndex()); in insertRecord() local
91 assert(!Fragments.empty()); in insertRecord()
92 for (auto C : Fragments) in insertRecord()
DGlobalTypeTableBuilder.cpp101 auto Fragments = Builder.end(nextTypeIndex()); in insertRecord() local
102 assert(!Fragments.empty()); in insertRecord()
103 for (auto C : Fragments) in insertRecord()
DMergingTypeTableBuilder.cpp118 auto Fragments = Builder.end(nextTypeIndex()); in insertRecord() local
119 assert(!Fragments.empty()); in insertRecord()
120 for (auto C : Fragments) in insertRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DLowerTypeTests.h129 std::vector<std::vector<uint64_t>> Fragments; member
135 : Fragments(1), FragmentMap(NumObjects) {} in GlobalLayoutBuilder()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonAsmBackend.cpp709 auto &Fragments = I->getFragmentList(); in finishLayout() local
710 for (auto &J : Fragments) { in finishLayout()
717 K != Fragments.begin() && Size >= HEXAGON_PACKET_SIZE;) { in finishLayout()
/third_party/openGLES/extensions/SGIX/
DSGIX_line_quality_hint.txt56 Additions to Chapter 4 of the 1.1 Specification (Fragments and the
DSGIX_scalebias_hint.txt57 Additions to Chapter 4 of the 1.1 Specification (Fragments and the
DSGIX_color_matrix_accuracy.txt47 Additions to Chapter 4 of the 1.1 Specification (Fragments and the
DSGIX_convolution_accuracy.txt55 Additions to Chapter 4 of the 1.1 Specification (Fragments and the
DSGIX_async_histogram.txt74 Additions to Chapter 4 of the 1.1 Specification (Fragments and the
DSGIX_impact_pixel_texture.txt52 "Conversion to Fragments" subsection of section 3.6.3 (Rasterization
DSGIX_pixel_texture_lod.txt74 "Conversion to Fragments" subsection of section 3.6.3 (Rasterization
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_line_quality_hint.txt56 Additions to Chapter 4 of the 1.1 Specification (Fragments and the
DSGIX_color_matrix_accuracy.txt47 Additions to Chapter 4 of the 1.1 Specification (Fragments and the
DSGIX_scalebias_hint.txt57 Additions to Chapter 4 of the 1.1 Specification (Fragments and the
DSGIX_convolution_accuracy.txt55 Additions to Chapter 4 of the 1.1 Specification (Fragments and the
DSGIX_async_histogram.txt74 Additions to Chapter 4 of the 1.1 Specification (Fragments and the
DSGIX_impact_pixel_texture.txt52 "Conversion to Fragments" subsection of section 3.6.3 (Rasterization
DSGIX_pixel_texture_lod.txt74 "Conversion to Fragments" subsection of section 3.6.3 (Rasterization
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenRegisterBank.inc3 |* Register Bank Source Fragments *|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenRegisterBank.inc3 |* Register Bank Source Fragments *|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenRegisterBank.inc3 |* Register Bank Source Fragments *|
/third_party/e2fsprogs/
D0010-tests-update-expect-file-for-u_direct_io.patch34 Fragments per group: 32768
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenRegisterBank.inc3 |* Register Bank Source Fragments *|

123456