Searched defs:binding (Results 76 - 100 of 210) sorted by relevance

123456789

/external/mesa3d/src/compiler/glsl/
H A Dir_print_visitor.cpp168 char binding[32] = {0}; local
169 if (ir->data.binding)
170 snprintf(binding, sizeof(binding), "binding=%i ", ir->data.binding);
205 binding, loc, component, cent, samp, patc, inv, prec, mode[ir->data.mode],
/external/mesa3d/src/intel/vulkan/
H A Danv_nir_apply_pipeline_layout.c45 uint32_t set, uint32_t binding)
47 BITSET_SET(state->set[set].used, binding);
53 add_binding(state, var->data.descriptor_set, var->data.binding);
113 uint32_t binding = nir_intrinsic_binding(intrin); local
115 uint32_t surface_index = state->set[set].surface_offsets[binding];
117 state->layout->set[set].layout->binding[binding].array_size;
198 unsigned binding = tex->texture->var->data.binding; local
200 state->layout->set[set].layout->binding[bindin
44 add_binding(struct apply_pipeline_layout_state *state, uint32_t set, uint32_t binding) argument
207 unsigned binding = tex->sampler->var->data.binding; local
359 const uint32_t binding = var->data.binding; local
398 unsigned binding = var->data.binding; local
[all...]
H A Danv_descriptor_set.c52 max_binding = MAX2(max_binding, pCreateInfo->pBindings[j].binding);
58 (max_binding + 1) * sizeof(set_layout->binding[0]) +
68 (struct anv_sampler **)&set_layout->binding[max_binding + 1];
75 memset(&set_layout->binding[b], -1, sizeof(set_layout->binding[b]));
77 set_layout->binding[b].array_size = 0;
78 set_layout->binding[b].immutable_samplers = NULL;
91 const VkDescriptorSetLayoutBinding *binding = &pCreateInfo->pBindings[j]; local
92 uint32_t b = binding->binding;
101 const VkDescriptorSetLayoutBinding *binding = local
[all...]
/external/mesa3d/src/mesa/main/
H A Darrayobj.c134 * For all the vertex binding points in the array object, unbind any pointers
239 struct gl_vertex_buffer_binding *binding = &vao->BufferBinding[index]; local
254 binding->Offset = 0;
255 binding->Stride = array->_ElementSize;
256 binding->BufferObj = NULL;
257 binding->_BoundArrays = BITFIELD64_BIT(index);
260 _mesa_reference_buffer_object(ctx, &binding->BufferObj,
529 * The binding could be done more efficiently by comparing the non-NULL
564 /* If the array object is currently bound, the spec says "the binding
697 * Sets the element array buffer binding o
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_constbuf.c251 struct gl_uniform_buffer_binding *binding; local
254 binding =
256 st_obj = st_buffer_object(binding->BufferObject);
261 cb.buffer_offset = binding->Offset;
262 cb.buffer_size = cb.buffer->width0 - binding->Offset;
267 if (!binding->AutomaticSize)
268 cb.buffer_size = MIN2(cb.buffer_size, (unsigned) binding->Size);
/external/tensorflow/tensorflow/contrib/session_bundle/
H A Dsignature_test.cc579 TensorBinding binding; local
580 binding.set_tensor_name("graph_A");
581 signature_.mutable_map()->insert({"logical_A", binding});
583 binding.set_tensor_name("graph_B");
584 signature_.mutable_map()->insert({"logical_B", binding});
/external/webrtc/webrtc/p2p/base/
H A Drelayserver.h113 // Adds/Removes the a connection or binding.
116 void RemoveBinding(RelayServerBinding* binding);
122 void OnTimeout(RelayServerBinding* binding);
132 // part of one and only one binding.
135 RelayServerConnection(RelayServerBinding* binding,
140 RelayServerBinding* binding() { return binding_; } function in class:cricket::RelayServerConnection
196 // Adds/Removes a connection into the binding.
200 // We keep track of the use of each binding. If we detect that it was not
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
H A DBindingGraphValidator.java232 * @param keysInPath the binding keys corresponding to the dependency requests in
233 * {@code bindingPath}, but in reverse order: the first element is the binding key from the
257 // If request has already been resolved, avoid re-traversing the binding path.
262 validateResolvedBinding(bindingPath, resolvedRequest.binding());
264 for (Binding binding : resolvedRequest.binding().bindings()) {
265 for (DependencyRequest nextRequest : binding.implicitDependencies()) {
275 * Validates that the set of bindings resolved is consistent with the type of the binding, and
291 "contribution binding keys should never have members injection bindings");
328 "members injection binding key
406 validateMembersInjectionBinding( Binding binding, final Deque<ResolvedRequest> path) argument
1141 abstract ResolvedBindings binding(); method in class:BindingGraphValidator.ResolvedRequest
[all...]
H A DAbstractComponentWriter.java226 protected Optional<MemberSelect> getMultibindingContributionSnippet(ContributionBinding binding) { argument
227 return Optional.fromNullable(multibindingContributionSnippets.get(binding));
231 * Returns the initialization state of the factory field for a binding key in this component.
243 private InitializationState getContributionInitializationState(Binding binding) { argument
244 return contributionInitializationStates.containsKey(binding)
245 ? contributionInitializationStates.get(binding)
249 private void setContributionInitializationState(Binding binding, InitializationState state) { argument
250 contributionInitializationStates.put(binding, state);
537 * If {@code resolvedBindings} is an unscoped provision binding with no factory arguments or a
538 * no-op members injection binding, the
836 initializeDelegateFactories(Binding binding) argument
888 initializeFactoryForContributionBinding(ContributionBinding binding) argument
1038 initializeMembersInjectorForBinding(MembersInjectionBinding binding) argument
1053 getDependencyParameters(Binding binding) argument
1090 getProducerDependencyParameters(Binding binding) argument
[all...]
/external/deqp/external/openglcts/modules/gles31/
H A Des31cFramebufferNoAttachmentsTests.cpp195 GLint binding; local
306 glGetIntegerv(bindings[i], &binding);
317 if (binding == 0)
331 if (binding == 0)
350 glGetIntegerv(bindings[i], &binding);
354 if (binding == 0)
/external/deqp/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderUtil.cpp167 const VkDescriptorSetLayoutBinding binding = local
169 0u, //deUint32 binding;
182 &binding //const VkDescriptorSetLayoutBinding* pBindings;
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrFormatTests.cpp137 const VkDescriptorSetLayoutBinding binding = local
139 0u, // binding
151 &binding,
267 "layout(binding = 0, set = 1) uniform highp sampler2D u_image;\n";
H A DvktYCbCrImageQueryTests.cpp132 "layout(binding = 0, set = 1) uniform highp sampler2D u_image;\n";
240 const VkDescriptorSetLayoutBinding binding = local
242 0u, // binding
254 &binding,
702 "layout(binding = 0, set = 0) uniform highp sampler2D u_image;\n"
/external/deqp/framework/opengl/
H A DgluDrawUtil.hpp104 std::string name; //!< Input name, or empty if is not binding by name.
105 int location; //!< Input location, or offset to named location if binding by name.
145 BindingPoint binding; member in struct:glu::VertexArrayBinding
149 : binding (binding_)
H A DgluShaderProgram.hpp310 ProgramSources& operator<< (const AttribLocationBinding& binding) { attribLocationBindings.push_back(binding); return *this; } argument
/external/elfutils/libasm/
H A DlibasmP.h198 int8_t binding; member in struct:AsmSym
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
H A DFactoryProvider2.java165 .add("cached binding", cachedBinding)
201 /** The binding collector, for equality/hashing purposes. */
206 * @param collector binding configuration that maps method return types to
419 ProviderInstanceBinding<? extends T> binding) {
423 return visitor.visit(binding);
593 * optimized version caches the binding & uses a ThreadLocal Provider, so can only be applied if
637 * Returns a key similar to {@code key}, but with an {@literal @}Assisted binding annotation.
638 * This fails if another binding annotation is clobbered in the process. If the key already has
677 getBindingFromNewInjector(method, args, data); // throws if the binding isn't properly configured
682 * Creates a child injector that binds the args, and returns the binding fo
418 acceptExtensionVisitor(BindingTargetVisitor<T, V> visitor, ProviderInstanceBinding<? extends T> binding) argument
[all...]
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
H A DFactoryModuleBuilderTest.java290 "A binding to " + ColoredCarFactory.class.getName() + " was already configured");
443 Binding<?> binding = (Binding<?>) element;
444 if(binding.getKey().equals(Key.get(AnimalHouse.class))) {
446 validateDependencies(expectedKeys, binding);
454 private void validateDependencies(Set<Key<?>> expectedKeys, Binding<?> binding) { argument
455 Set<Dependency<?>> dependencies = ((HasDependencies)binding).getDependencies();
/external/guice/extensions/multibindings/src/com/google/inject/multibindings/
H A DMultibinder.java76 * <p>With this binding, a {@link Set}{@code <Snack>} can now be injected:
91 * <p>The set's iteration order is consistent with the binding order. This is
102 * injected (unless the binding is also scoped).
121 * itself bound with no binding annotation.
129 * itself bound with no binding annotation.
226 * Returns a binding builder used to add a new element in the set. Each
231 * {@code to} methods on the returned binding builder.
234 * to specify a binding scope.
242 * each of the set's elements. Each binding is given an annotation that
245 * <p>As a Module, it installs the binding t
388 acceptExtensionVisitor( BindingTargetVisitor<B, V> visitor, ProviderInstanceBinding<? extends B> binding) argument
538 newDuplicateValuesException( Map<T, Binding<T>> existingBindings, Binding<T> binding, final T newValue, Binding<T> duplicateBinding) argument
[all...]
H A DOptionalBinder.java74 * <b>Warning: Even if setBinding is called, the default binding
81 * to fall back to the setDefault binding.
84 * user-supplied binding of the same type. If no binding exists, the optionals
85 * will be absent. Otherwise, if a user-supplied binding of that type exists,
91 * is injected (unless the binding is also scoped, or an optional of provider is
95 * type. Each distinct annotation gets its own independent binding.
136 * will supply the DEFAULT_LOOKUP_URL. A user can change this value by binding
147 * It is an error for a user to specify the binding without using OptionalBinder if
260 * Returns a binding builde
433 acceptExtensionVisitor(BindingTargetVisitor visitor, ProviderInstanceBinding binding) argument
584 acceptExtensionVisitor(BindingTargetVisitor<B, R> visitor, ProviderInstanceBinding<? extends B> binding) argument
[all...]
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dsync_method_unittest.cc14 #include "mojo/public/cpp/bindings/binding.h"
133 Binding<TestSync>* binding() { return &binding_; } function in class:mojo::test::__anon11862::TestSyncImpl
161 Binding<TestSyncMaster>* binding() { return &binding_; } function in class:mojo::test::__anon11862::TestSyncMasterImpl
183 AssociatedBinding<TestSync>* binding() { return &binding_; } function in class:mojo::test::__anon11862::TestSyncAssociatedImpl
307 // An associated interface whose binding lives at the |master_impl_| side.
311 // An associated interface whose binding lives at the |master_ptr_| side.
378 // reentered by a binding serving sync methods on the same thread.
381 // The binding lives on the same thread as the interface pointer.
402 // Test that it won't result in crash or hang if a binding is
409 impl.binding()
[all...]
/external/minijail/
H A Dminijail0_cli.c101 fprintf(stderr, "Bad binding: %s %s\n", src, dest);
464 int binding = 0; local
542 binding = 1;
758 if (binding && !(chroot || pivot_root || mount_ns)) {
/external/skia/src/gpu/vk/
H A DGrVkPipelineState.cpp319 uint32_t binding) {
330 descriptorWrite->dstBinding = binding;
315 set_uniform_descriptor_writes(VkWriteDescriptorSet* descriptorWrite, VkDescriptorBufferInfo* bufferInfo, const GrVkUniformBuffer* buffer, VkDescriptorSet descriptorSet, uint32_t binding) argument
/external/skqp/src/gpu/vk/
H A DGrVkPipelineState.cpp319 uint32_t binding) {
330 descriptorWrite->dstBinding = binding;
315 set_uniform_descriptor_writes(VkWriteDescriptorSet* descriptorWrite, VkDescriptorBufferInfo* bufferInfo, const GrVkUniformBuffer* buffer, VkDescriptorSet descriptorSet, uint32_t binding) argument
/external/v8/src/compiler/
H A Dgraph-assembler.cc277 Node* binding) {
280 bindings_[phi_index * (MaxMergeCount() + 1) + merge_index] = binding;
276 SetBinding(size_t phi_index, size_t merge_index, Node* binding) argument

Completed in 513 milliseconds

123456789