~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/drivers/nouveau/nvc0/nvc0_program.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:
22
22
struct nvc0_program {
23
23
   struct pipe_shader_state pipe;
24
24
 
25
 
   ubyte type;
 
25
   uint8_t type;
26
26
   bool translated;
27
27
   bool need_tls;
28
28
   uint8_t num_gprs;