~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/drivers/svga/svga_tgsi.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:
26
26
#ifndef SVGA_TGSI_H
27
27
#define SVGA_TGSI_H
28
28
 
29
 
#include "pipe/p_compiler.h"
 
29
#include "util/compiler.h"
30
30
#include "svga3d_reg.h"
31
31
 
32
32
 
74
74
                           const struct svga_compile_key *key,
75
75
                           enum pipe_shader_type unit);
76
76
 
77
 
boolean svga_shader_verify(const uint32_t *tokens, unsigned nr_tokens);
 
77
bool svga_shader_verify(const uint32_t *tokens, unsigned nr_tokens);
78
78
 
79
79
void
80
80
svga_tgsi_scan_shader(struct svga_shader *shader);