mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
v3d: Remove some dead members of struct v3d_compile.
These are more vc4 leftovers.
This commit is contained in:
parent
16f2770eb4
commit
bfed0a7099
1 changed files with 0 additions and 12 deletions
|
|
@ -609,18 +609,6 @@ struct v3d_compile {
|
|||
*/
|
||||
uint32_t num_inputs;
|
||||
|
||||
/**
|
||||
* Number of inputs from num_inputs remaining to be queued to the read
|
||||
* FIFO in the VS/CS.
|
||||
*/
|
||||
uint32_t num_inputs_remaining;
|
||||
|
||||
/* Number of inputs currently in the read FIFO for the VS/CS */
|
||||
uint32_t num_inputs_in_fifo;
|
||||
|
||||
/** Next offset in the VPM to read from in the VS/CS */
|
||||
uint32_t vpm_read_offset;
|
||||
|
||||
uint32_t program_id;
|
||||
uint32_t variant_id;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue