~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/auxiliary/util/u_gen_mipmap.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:
38
38
 
39
39
struct pipe_context;
40
40
 
41
 
extern boolean
 
41
extern bool
42
42
util_gen_mipmap(struct pipe_context *pipe, struct pipe_resource *pt,
43
 
                enum pipe_format format, uint base_level, uint last_level,
44
 
                uint first_layer, uint last_layer, uint filter);
 
43
                enum pipe_format format,
 
44
                unsigned base_level, unsigned last_level,
 
45
                unsigned first_layer, unsigned last_layer,
 
46
                unsigned filter);
45
47
 
46
48
 
47
49
#ifdef __cplusplus