Home
last modified time | relevance | path

Searched defs:Binding (Results 1 – 25 of 174) sorted by relevance

1234567

/external/swiftshader/src/Vulkan/
DVkPipelineLayout.hpp50 struct Binding struct in vk::PipelineLayout
52 VkDescriptorType descriptorType;
53 uint32_t offset; // Offset in bytes in the descriptor set data.
54 uint32_t dynamicOffsetIndex;
55 uint32_t descriptorCount;
DVkDescriptorSetLayout.hpp86 struct Binding struct in vk::DescriptorSetLayout
88 VkDescriptorType descriptorType;
89 uint32_t descriptorCount;
90 const vk::Sampler **immutableSamplers;
92 uint32_t offset; // Offset in bytes in the descriptor set data.
/external/starlark-go/resolve/
Dbinding.go16 type Binding struct { struct
17 Scope Scope
24 Index int
26 First *syntax.Ident // first binding use (iff Scope==Local/Free/Global)
/external/libchrome/mojo/public/cpp/bindings/
Dbinding.h80 explicit Binding(ImplPointerType impl) : internal_state_(std::move(impl)) {} in Binding() function
88 : Binding(std::move(impl)) { in Binding() function
/external/guice/core/src/com/google/inject/
DBinding.java58 public interface Binding<T> extends Element { interface
/external/dagger2/java/dagger/spi/model/
DBinding.java31 public interface Binding extends MaybeBinding { interface
/external/dagger2/java/dagger/model/
DBinding.java33 public interface Binding extends MaybeBinding { interface
/external/dagger2/java/dagger/internal/codegen/binding/
DBinding.java40 public abstract class Binding extends BindingDeclaration { class
/external/starlark-go/internal/compile/
Dcompile.go353 type Binding struct { struct
354 Name string
355 Pos syntax.Position
476 func bindings(bindings []*resolve.Binding) []Binding { func
486 func Expr(expr syntax.Expr, name string, locals []*resolve.Binding) *Program {
493 func File(stmts []syntax.Stmt, pos syntax.Position, name string, locals, globals []*resolve.Binding
/external/swiftshader/third_party/marl/docs/
Dscheduler.md23 ## Binding section in `marl::Scheduler`
/external/libchrome/mojo/public/js/
Dbindings.js183 function Binding(interfaceType, impl, requestOrHandle) { class
194 Binding.prototype.isBound = function() { class
/external/google-breakpad/src/common/
Dtest_assembler.cc127 Label::Binding::Binding() : base_(this), addend_(), reference_count_(1) { } in Binding() function in google_breakpad::test_assembler::Label::Binding
129 Label::Binding::Binding(uint64_t addend) in Binding() function in google_breakpad::test_assembler::Label::Binding
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAddressBindingTests.cpp853 struct Binding struct
855 deUint32 binding;
856 VkDescriptorType descriptorType;
857 deUint32 descriptorCount;
858 VkShaderStageFlags stageFlags;
859 bool useImmutableSampler;
861 Binding (deUint32 binding_, in Binding() function
873 Binding (void) {} in Binding() function
1267 typedef DescriptorSetLayout::Parameters::Binding Binding; in getDescriptorSetLayout() typedef
DvktMemoryDeviceMemoryReportTests.cpp832 struct Binding struct
834 deUint32 binding;
835 VkDescriptorType descriptorType;
836 deUint32 descriptorCount;
837 VkShaderStageFlags stageFlags;
838 bool useImmutableSampler;
840 Binding (deUint32 binding_, in Binding() argument
852 Binding (void) {} in Binding() argument
1246 typedef DescriptorSetLayout::Parameters::Binding Binding; in getDescriptorSetLayout() typedef
/external/python/cryptography/src/cryptography/hazmat/bindings/openssl/
Dbinding.py107 class Binding(object): class
/external/mesa3d/src/egl/main/
Deglcontext.h53 _EGLThreadInfo *Binding; member
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DStore.h219 const MemRegion* Binding; variable
/external/deqp-deps/amber/src/
Ddescriptor_set_and_binding_parser_test.cc33 TEST_F(DescriptorSetAndBindingParserTest, Binding) { in TEST_F() argument
/external/rust/crates/syn/src/
Dpath.rs431 impl Parse for Binding { implementation
794 impl ToTokens for Binding { implementation
/external/swiftshader/third_party/subzero/src/
DIceELFSection.cpp111 uint8_t Binding, in createDefinedSym()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp1589 struct Binding struct
1591 deUint32 binding;
1592 VkDescriptorType descriptorType;
1593 deUint32 descriptorCount;
1594 VkShaderStageFlags stageFlags;
1595 bool useImmutableSampler;
1597 Binding (deUint32 binding_, in Binding() argument
1609 Binding (void) {} in Binding() argument
2045 typedef DescriptorSetLayout::Parameters::Binding Binding; in getDescriptorSetLayout() typedef
/external/llvm/lib/MC/
DELFObjectWriter.cpp471 uint8_t Binding = Symbol.getBinding(); in writeSymbol() local
547 unsigned Binding = Sym->getBinding(); in shouldRelocateWithSymbol() local
/external/libchrome/mojo/public/cpp/bindings/tests/
Dvalidation_unittest.cc464 TEST_F(ValidationIntegrationTest, Binding) { in TEST_F() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp539 uint8_t Binding = Symbol.getBinding(); in writeSymbol() local
1356 unsigned Binding = Sym->getBinding(); in shouldRelocateWithSymbol() local
/external/python/apitools/samples/iam_sample/iam_v1/
Diam_v1_messages.py33 class Binding(_messages.Message): class

1234567