Home
last modified time | relevance | path

Searched defs:Fragment (Results 1 – 17 of 17) sorted by relevance

/external/gemmlowp/internal/
Doutput.h57 struct Fragment { struct
63 Fragment() {} in Fragment() argument
64 Fragment(const DataType& d) : data(d) {} in Fragment() function
70 typedef Fragment<std::int32_t, 1, 1, MapOrder::ColMajor> FragmentInt32x1x1; argument
/external/deqp/framework/referencerenderer/
DrrFragmentOperations.hpp46 struct Fragment struct
48 tcu::IVec2 pixelCoord;
49 GenericVec4 value;
50 GenericVec4 value1;
51 deUint32 coverage;
52 const float* sampleDepths;
54Fragment (const tcu::IVec2& pixelCoord_, const GenericVec4& value_, deUint32 coverage_, const floa… in Fragment() argument
63Fragment (const tcu::IVec2& pixelCoord_, const GenericVec4& value_, const GenericVec4& value1_, de… in Fragment() argument
72 Fragment (void) in Fragment() function
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp61 const MCAsmLayout &Layout, const MCFragment *Fragment, in recordRelocation()
99 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordX86_64Relocation()
363 const MCFragment *Fragment, in recordScatteredRelocation()
463 const MCFragment *Fragment, in recordTLVPRelocation()
505 const MCFragment *Fragment, in RecordX86Relocation()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp142 const MCFragment *Fragment, in RecordARMScatteredHalfRelocation()
246 const MCFragment *Fragment, in RecordARMScatteredRelocation()
312 const MCFragment &Fragment, in requiresExternRelocation()
351 const MCFragment *Fragment, in recordRelocation()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp44 const MCAsmLayout &Layout, const MCFragment *Fragment, in recordRelocation()
177 const MCFragment *Fragment, in getFixupOffset()
193 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in recordScatteredRelocation()
303 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordPPCRelocation()
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
DAMDGPUAsmBackend.cpp31 const MCFragment *Fragment, in RecordRelocation()
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCAsmBackend.cpp57 const MCRelaxableFragment *Fragment, in fixupNeedsRelaxation()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp146 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in recordRelocation()
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUAsmBackend.cpp33 const MCFragment *Fragment, const MCFixup &Fixup, in recordRelocation()
/external/llvm/lib/MC/
DWinCOFFStreamer.cpp260 MCFillFragment *Fragment = new MCFillFragment( in EmitLocalCommonSymbol() local
DMachObjectWriter.cpp67 uint64_t MachObjectWriter::getFragmentAddress(const MCFragment *Fragment, in getFragmentAddress()
435 const MCFragment *Fragment, in recordRelocation()
DWinCOFFObjectWriter.cpp649 MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, in recordRelocation()
DELFObjectWriter.cpp615 const MCFragment *Fragment, in recordRelocation()
DMCStreamer.cpp191 void MCStreamer::AssignFragment(MCSymbol *Symbol, MCFragment *Fragment) { in AssignFragment()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp4307 std::string Fragment = "struct A { int i; }; int A::* ptr = &A::i;"; in TEST() local
4361 std::string Fragment = "auto a = 1;" in TEST() local
4575 std::string Fragment = in TEST() local
4604 std::string Fragment = in TEST() local
4620 std::string Fragment = in TEST() local
4647 std::string Fragment = in TEST() local
/external/clang/lib/Lex/
DLiteralSupport.cpp1559 StringRef Fragment) { in CopyStringFragment()
/external/llvm/lib/Transforms/IPO/
DLowerBitSets.cpp148 std::vector<uint64_t> &Fragment = Fragments.back(); in addFragment() local