~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/drivers/r300/r300_state_inlines.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:
39
39
/* Blend state. */
40
40
 
41
41
static inline uint32_t r300_translate_blend_function(int blend_func,
42
 
                                                     boolean clamp)
 
42
                                                     bool clamp)
43
43
{
44
44
    switch (blend_func) {
45
45
    case PIPE_BLEND_ADD:
260
260
}
261
261
 
262
262
static inline uint32_t r300_translate_tex_filters(int min, int mag, int mip,
263
 
                                                  boolean is_anisotropic)
 
263
                                                  bool is_anisotropic)
264
264
{
265
265
    uint32_t retval = 0;
266
266