~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/microsoft/compiler/nir_to_dxil.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:
101
101
            const struct dxil_logger *logger, struct blob *blob);
102
102
 
103
103
const nir_shader_compiler_options*
104
 
dxil_get_nir_compiler_options(void);
 
104
dxil_get_base_nir_compiler_options(void);
 
105
 
 
106
void
 
107
dxil_get_nir_compiler_options(nir_shader_compiler_options *options,
 
108
                              enum dxil_shader_model shader_model_max,
 
109
                              unsigned supported_int_sizes,
 
110
                              unsigned supported_float_sizes);
105
111
 
106
112
#ifdef __cplusplus
107
113
}