Searched refs:max_vbs_bound (Results 1 – 2 of 2) sorted by relevance
435 uint32_t max_vbs_bound; member
2559 cmd_buffer->state.max_vbs_bound = 0; in tu_reset_cmd_buffer()2761 cmd->state.max_vbs_bound = MAX2( in tu_CmdBindVertexBuffers2()2762 cmd->state.max_vbs_bound, firstBinding + bindingCount); in tu_CmdBindVertexBuffers2()2770 tu_cs_draw_state(&cmd->sub_cs, &cs, 4 * cmd->state.max_vbs_bound).iova; in tu_CmdBindVertexBuffers2()2784 for (uint32_t i = 0; i < cmd->state.max_vbs_bound; i++) { in tu_CmdBindVertexBuffers2()