Home
last modified time | relevance | path

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

123

/third_party/vk-gl-cts/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() function
63Fragment (const tcu::IVec2& pixelCoord_, const GenericVec4& value_, const GenericVec4& value1_, de… in Fragment() argument
72 Fragment (void) in Fragment() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugSubsectionVisitor.cpp34 DebugLinesSubsectionRef Fragment; in visitDebugSubsection() local
41 DebugChecksumsSubsectionRef Fragment; in visitDebugSubsection() local
48 DebugInlineeLinesSubsectionRef Fragment; in visitDebugSubsection() local
90 DebugUnknownSubsectionRef Fragment(R.kind(), R.getRecordData()); in visitDebugSubsection() local
/third_party/skia/modules/skottie/src/text/
DSkottieShaper.h25 struct Fragment { struct
38 std::vector<Fragment> fFragments; argument
/third_party/rust/crates/serde/serde_derive/src/
Dser.rs166 fn serialize_body(cont: &Container, params: &Parameters) -> Fragment { in serialize_body()
186 fn serialize_transparent(cont: &Container, params: &Parameters) -> Fragment { in serialize_transparent()
209 fn serialize_into(params: &Parameters, type_into: &syn::Type) -> Fragment { in serialize_into()
218 fn serialize_unit_struct(cattrs: &attr::Container) -> Fragment { in serialize_unit_struct()
230 ) -> Fragment { in serialize_newtype_struct()
256 ) -> Fragment { in serialize_tuple_struct()
291 fn serialize_struct(params: &Parameters, fields: &[Field], cattrs: &attr::Container) -> Fragment { in serialize_struct()
318 ) -> Fragment { in serialize_struct_as_struct()
359 ) -> Fragment { in serialize_struct_as_map()
399 fn serialize_enum(params: &Parameters, variants: &[Variant], cattrs: &attr::Container) -> Fragment { in serialize_enum()
[all …]
Dde.rs274 fn deserialize_body(cont: &Container, params: &Parameters) -> Fragment { in deserialize_body()
350 fn deserialize_transparent(cont: &Container, params: &Parameters) -> Fragment { in deserialize_transparent()
388 fn deserialize_from(type_from: &syn::Type) -> Fragment { in deserialize_from()
396 fn deserialize_try_from(type_try_from: &syn::Type) -> Fragment { in deserialize_try_from()
404 fn deserialize_unit_struct(params: &Parameters, cattrs: &attr::Container) -> Fragment { in deserialize_unit_struct()
463 ) -> Fragment { in deserialize_tuple()
581 ) -> Fragment { in deserialize_tuple_in_place()
679 ) -> Fragment { in deserialize_seq()
777 ) -> Fragment { in deserialize_seq_in_place()
914 ) -> Fragment { in deserialize_struct()
[all …]
Dfragment.rs5 pub enum Fragment { enum
67 impl AsRef<TokenStream> for Fragment { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp60 const MCAsmLayout &Layout, const MCFragment *Fragment, in recordRelocation()
104 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordX86_64Relocation()
366 const MCFragment *Fragment, in recordScatteredRelocation()
466 const MCFragment *Fragment, in recordTLVPRelocation()
506 const MCFragment *Fragment, in RecordX86Relocation()
/third_party/ffmpeg/libavformat/
Dsmoothstreamingenc.c39 typedef struct Fragment { struct
45 } Fragment; argument
Dhdsenc.c38 typedef struct Fragment { struct
42 } Fragment; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp143 const MCFragment *Fragment, in RecordARMScatteredHalfRelocation()
256 const MCFragment *Fragment, in RecordARMScatteredRelocation()
331 const MCFragment &Fragment, in requiresExternRelocation()
378 const MCFragment *Fragment, in recordRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp43 const MCAsmLayout &Layout, const MCFragment *Fragment, in recordRelocation()
176 const MCFragment *Fragment, in getFixupOffset()
192 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in recordScatteredRelocation()
302 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordPPCRelocation()
/third_party/mesa3d/src/panfrost/bifrost/
DREADME.md14 ## Fragment section in Bifrost compiler
/third_party/typescript/tests/baselines/reference/
DjsxNamespaceGlobalReexportMissingAliasTarget.js40 export const Fragment: unique symbol; constant
DjsxNamespaceGlobalReexport.js40 export const Fragment: unique symbol; constant
DjsxNamespaceImplicitImportJSXNamespace.js40 export const Fragment: unique symbol; constant
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DPerStage.h29 enum class SingleShaderStage { Vertex, Fragment, Compute }; enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DProgramPrelude.h24 Fragment, enumerator
/third_party/typescript/tests/lib/
Dreact16.d.ts338 const Fragment: ComponentType; constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp93 struct Fragment { struct
94 uint64_t Offset;
95 uint64_t Size;
96 uint32_t Type;
97 uint64_t AddrAlign;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp153 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in recordRelocation()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DOpArrayLengthTests.cpp152 TEST_P(OpArrayLengthTest, Fragment) { in TEST_P() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCAsmBackend.cpp62 const MCRelaxableFragment *Fragment, in fixupNeedsRelaxation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp241 const DIExpression *Fragment = I->getInstr()->getDebugExpression(); in beginFunction() local
DDwarfExpression.cpp222 auto Fragment = ExprCursor.getFragmentInfo(); in addMachineRegExpression() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIntrinsicInst.cpp54 if (auto Fragment = getExpression()->getFragmentInfo()) in getFragmentSizeInBits() local

123