Searched refs:nr_attributes (Results 1 – 1 of 1) sorted by relevance
763 uint32_t nr_attributes, nr_relocs, packet_size; in validate_gl_shader_rec() local766 nr_attributes = state->addr & 0x7; in validate_gl_shader_rec()767 if (nr_attributes == 0) in validate_gl_shader_rec()768 nr_attributes = 8; in validate_gl_shader_rec()771 nr_relocs = ARRAY_SIZE(shader_reloc_offsets) + nr_attributes; in validate_gl_shader_rec()892 for (i = 0; i < nr_attributes; i++) { in validate_gl_shader_rec()