Lines Matching defs:attrib
6065 const VkVertexInputAttributeDescription2EXT *attrib = &pVertexAttributeDescriptions[i];
6066 const VkVertexInputBindingDescription2EXT *binding = bindings[attrib->binding];
6067 unsigned loc = attrib->location;
6070 state->bindings[loc] = attrib->binding;
6071 if (attrib->binding != loc)
6082 cmd_buffer->vertex_bindings[attrib->binding].stride = binding->stride;
6083 state->offsets[loc] = attrib->offset;
6089 if (vf->format == attrib->format) {
6098 const struct util_format_description *format_desc = vk_format_description(attrib->format);
6102 radv_translate_vertex_format(cmd_buffer->device->physical_device, attrib->format, format_desc,
6104 found->format = attrib->format;
6124 cmd_buffer->state.vbo_bound_mask & BITFIELD_BIT(attrib->binding)) {
6127 } else if ((cmd_buffer->vertex_bindings[attrib->binding].offset + state->offsets[loc]) &