Home
last modified time | relevance | path

Searched refs:nr_attributes (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/vc4/
H A Dvc4_validate.c769 uint32_t nr_attributes, nr_relocs, packet_size; in validate_gl_shader_rec() local
772 nr_attributes = state->addr & 0x7; in validate_gl_shader_rec()
773 if (nr_attributes == 0) in validate_gl_shader_rec()
774 nr_attributes = 8; in validate_gl_shader_rec()
777 nr_relocs = ARRAY_SIZE(shader_reloc_offsets) + nr_attributes; in validate_gl_shader_rec()
898 for (i = 0; i < nr_attributes; i++) { in validate_gl_shader_rec()