~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/drivers/svga/svga_format.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:
92
92
const char *
93
93
svga_format_name(SVGA3dSurfaceFormat format);
94
94
 
95
 
boolean
 
95
bool
96
96
svga_format_is_integer(SVGA3dSurfaceFormat format);
97
97
 
98
 
boolean
 
98
bool
99
99
svga_format_support_gen_mips(enum pipe_format format);
100
100
 
101
101
enum tgsi_return_type
103
103
 
104
104
 
105
105
// XXX: Move this to svga_context?
106
 
boolean
 
106
bool
107
107
svga_has_any_integer_cbufs(const struct svga_context *svga);
108
108
 
109
109