~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/auxiliary/pipebuffer/pb_validate.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:
36
36
#define PB_VALIDATE_H_
37
37
 
38
38
 
39
 
#include "pipe/p_compiler.h"
 
39
#include "util/compiler.h"
40
40
#include "pipe/p_defines.h"
41
41
 
42
42
#ifdef __cplusplus
62
62
                       struct pb_buffer *buf,
63
63
                       enum pb_usage_flags flags,
64
64
                       struct hash_table *ht,
65
 
                       boolean *already_present);
 
65
                       bool *already_present);
66
66
 
67
67
enum pipe_error
68
68
pb_validate_foreach(struct pb_validate *vl,