mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 19:58:09 +02:00
anv: remove unused item_count parameter
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Ivan Briano <ivan.briano@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20497>
This commit is contained in:
parent
ec66054426
commit
3ac7d5f258
3 changed files with 0 additions and 3 deletions
|
|
@ -38,7 +38,6 @@ struct anv_generated_indirect_draw_params {
|
|||
uint32_t indirect_data_stride;
|
||||
uint32_t flags; /* 0-7: bits, 8-15: mocs, 16-23: cmd_dws */
|
||||
uint32_t draw_base;
|
||||
uint32_t item_count;
|
||||
uint32_t draw_count;
|
||||
uint32_t max_draw_count;
|
||||
uint32_t instance_multiplier;
|
||||
|
|
|
|||
|
|
@ -369,7 +369,6 @@ genX(cmd_buffer_emit_generate_draws)(struct anv_cmd_buffer *cmd_buffer,
|
|||
ISL_SURF_USAGE_VERTEX_BUFFER_BIT) << 8) |
|
||||
((generated_cmd_stride / 4) << 16),
|
||||
.draw_base = item_base,
|
||||
.item_count = item_count,
|
||||
/* If count_addr is not NULL, we'll edit it through a the command
|
||||
* streamer.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@ layout(set = 0, binding = 2) uniform block {
|
|||
uint indirect_data_stride;
|
||||
uint flags;
|
||||
uint draw_base;
|
||||
uint item_count;
|
||||
uint draw_count;
|
||||
uint max_draw_count;
|
||||
uint instance_multiplier;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue