Lines Matching defs:binding
1712 /* The descriptors below can be indexed (set/binding) using the set_layout
1720 /* Number of array elements in this binding */
1767 struct v3dv_descriptor_set_binding_layout binding[0];
1825 int binding[DESCRIPTOR_MAP_SIZE];
1855 uint32_t binding;
1857 /* Offset at which to write into the descriptor set binding */
1860 /* Number of elements to write into the descriptor set binding */
2010 /* Accessed by binding. So vb[binding]->stride is the stride of the vertex
2011 * array with such binding
2025 uint32_t binding;
2219 const struct v3dv_descriptor_set_binding_layout *binding)
2221 assert(binding->immutable_samplers_offset);
2222 return (const struct v3dv_sampler *) ((const char *) set + binding->immutable_samplers_offset);