Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_validate.c757 uint32_t nr_attributes, nr_relocs, packet_size; in validate_gl_shader_rec() local
760 nr_attributes = state->addr & 0x7; in validate_gl_shader_rec()
761 if (nr_attributes == 0) in validate_gl_shader_rec()
762 nr_attributes = 8; in validate_gl_shader_rec()
765 nr_relocs = ARRAY_SIZE(shader_reloc_offsets) + nr_attributes; in validate_gl_shader_rec()
886 for (i = 0; i < nr_attributes; i++) { in validate_gl_shader_rec()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds