Home
last modified time | relevance | path

Searched defs:Implicit (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSamplerCore.hpp25 Implicit, // Compute gradients (pixel shader only). enumerator
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSamplerCore.hpp29 Implicit, // Compute gradients (pixel shader only). enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.h130 enum { Unknown = 0, Register, Memory, Implicit }; enumerator
DDwarfDebug.cpp590 SmallVectorImpl<unsigned> &Implicit) { in collectCallSiteParameters()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h45 Implicit = 0x4, enumerator
/third_party/rust/crates/clap/clap_derive/src/
Ditem.rs1070 Implicit(Ident), enumerator
1102 Implicit(Ident), enumerator
/third_party/ninja/src/
Dmanifest_parser_test.cc949 TEST_F(ParserTest, Implicit) { in TEST_F() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Doptional_test.cc407 struct Implicit {}; struct
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp197 static LayoutSpecifier<T> Implicit() in Implicit() function in glcts::__anonceb556aa0111::LayoutSpecifier
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp3207 bool Implicit = GV.hasLocalLinkage() || in PrintDSOLocation() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp175072 enum class Keyword { Implicit, Explicit }; enumerator