~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/drivers/r300/compiler/radeon_program_alu.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:
40
40
        struct rc_instruction * inst,
41
41
        void*);
42
42
 
43
 
int r300_transform_trig_simple(
44
 
        struct radeon_compiler * c,
45
 
        struct rc_instruction * inst,
46
 
        void*);
47
 
 
48
 
int radeonTransformTrigScale(
49
 
        struct radeon_compiler * c,
50
 
        struct rc_instruction * inst,
51
 
        void*);
52
 
 
53
 
int r300_transform_trig_scale_vertex(
54
 
        struct radeon_compiler *c,
55
 
        struct rc_instruction *inst,
56
 
        void*);
57
 
 
58
43
int radeonStubDeriv(
59
44
        struct radeon_compiler * c,
60
45
        struct rc_instruction * inst,