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

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

Completed in 4 milliseconds