~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/drivers/llvmpipe/lp_setup.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:
27
27
#ifndef LP_SETUP_H
28
28
#define LP_SETUP_H
29
29
 
30
 
#include "pipe/p_compiler.h"
 
30
#include "util/compiler.h"
31
31
#include "lp_jit.h"
32
32
 
33
33
struct draw_context;
101
101
 
102
102
void
103
103
lp_setup_set_stencil_ref_values(struct lp_setup_context *setup,
104
 
                                const ubyte refs[2]);
 
104
                                const uint8_t refs[2]);
105
105
 
106
106
void
107
107
lp_setup_set_blend_color(struct lp_setup_context *setup,
136
136
 
137
137
void
138
138
lp_setup_set_rasterizer_discard(struct lp_setup_context *setup,
139
 
                                boolean rasterizer_discard);
 
139
                                bool rasterizer_discard);
140
140
 
141
141
void
142
142
lp_setup_set_vertex_info(struct lp_setup_context *setup,
144
144
 
145
145
void
146
146
lp_setup_set_linear_mode(struct lp_setup_context *setup,
147
 
                         boolean permit_linear_rasterizer);
 
147
                         bool permit_linear_rasterizer);
148
148
 
149
149
void
150
150
lp_setup_begin_query(struct lp_setup_context *setup,