Home
last modified time | relevance | path

Searched defs:Components (Results 1 – 16 of 16) sorted by relevance

/third_party/vulkan-loader/tests/framework/
DREADME.md40 ## Components section in Loader Testing Framework
42 ### Test ICD and Layer
90 ### Shim
131 ### Utility
155 ### Test Environment
/third_party/mesa3d/docs/drivers/
Dsvga3d.rst53 Components chapter
/third_party/typescript/tests/cases/compiler/
DcomplexClassRelationships.ts19 public get Components(): ComponentCollection<any> { return null } method in Thing
/third_party/vk-gl-cts/external/amber/src/
DREADME.md196 #### DXC
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp735 SmallVector<StringRef, 4> Components; in Triple() local
804 SmallVector<StringRef, 4> Components; in normalize() local
1041 unsigned *Components[3] = {&Major, &Minor, &Micro}; in parseVersionFromName() local
DVirtualFileSystem.cpp1884 SmallVector<StringRef, 8> Components; in collectVFSFromYAML() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DProfileSummary.cpp70 Metadata *Components[] = { in getMD() local
DDebugInfoMetadata.cpp121 SmallVector<unsigned, 3> Components = {BD, DF, CI}; in encodeDiscriminator() local
DAutoUpgrade.cpp4071 SmallVector<StringRef, 5> Components; in UpgradeSectionAttributes() local
/third_party/typescript/tests/cases/user/chrome-devtools-frontend/
Ddefinitions.js14 var Components = {}; variable
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-arabic-win1256.hh159 #define OT_LIGATURE(Name, Components, LigGlyph) \ argument
/third_party/rust/crates/rustix/src/path/
Darg.rs704 impl<'a> Arg for Components<'a> { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h530 NodeArrayNode *Components = nullptr; member
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cShaderImageLoadStoreTests.cpp758 int Components(GLenum e) in Components() function
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp787 int Components(GLenum e) in Components() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp251 SmallVector<SmallPtrSet<const Value *, 8>, 8> Components; member