Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_validate.c745 uint32_t nr_attributes, nr_relocs, packet_size; in validate_gl_shader_rec() local
748 nr_attributes = state->addr & 0x7; in validate_gl_shader_rec()
749 if (nr_attributes == 0) in validate_gl_shader_rec()
750 nr_attributes = 8; in validate_gl_shader_rec()
753 nr_relocs = ARRAY_SIZE(shader_reloc_offsets) + nr_attributes; in validate_gl_shader_rec()
873 for (i = 0; i < nr_attributes; i++) { in validate_gl_shader_rec()