~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/drivers/r600/r600_asm.h

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include "r600_pipe.h"
27
27
#include "r600_isa.h"
28
 
#include "tgsi/tgsi_exec.h"
29
28
 
30
29
#ifdef __cplusplus
31
30
extern "C" {
279
278
        unsigned        r6xx_nop_after_rel_dst;
280
279
        bool            index_loaded[2];
281
280
        unsigned        index_reg[2]; /* indexing register CF_INDEX_[01] */
282
 
        unsigned        index_reg_chan[2]; /* indexing register chanel CF_INDEX_[01] */
 
281
        unsigned        index_reg_chan[2]; /* indexing register channel CF_INDEX_[01] */
283
282
        unsigned        debug_id;
284
283
        struct r600_isa* isa;
285
284
        struct r600_bytecode_output pending_outputs[5];
286
285
        int n_pending_outputs;
287
 
        boolean                 need_wait_ack; /* emit a pending WAIT_ACK prior to control flow */
288
 
        boolean                 precise;
 
286
        bool                    need_wait_ack; /* emit a pending WAIT_ACK prior to control flow */
 
287
        bool                    precise;
289
288
};
290
289
 
291
290
/* eg_asm.c */