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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c1591 unsigned bufs_per_attrib = (instanced || nr_images > 0) ? 2 : 1; local in function:panfrost_emit_vertex_data
1592 unsigned nr_bufs = ((so->nr_bufs + nr_images) * bufs_per_attrib) +

Completed in 11 milliseconds