~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/panfrost/lib/pan_device.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:
222
222
 
223
223
mali_ptr panfrost_sample_positions(const struct panfrost_device *dev,
224
224
                                   enum mali_sample_pattern pattern);
225
 
void panfrost_query_sample_position(enum mali_sample_pattern pattern,
226
 
                                    unsigned sample_idx, float *out);
227
225
 
228
226
unsigned panfrost_query_l2_slices(const struct panfrost_device *dev);
229
227