intel/fs: Break wm_prog_data setup into a helper
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5596>
This commit is contained in:

committed by
Marge Bot

parent
2687ec5ee6
commit
fc519cad57
@@ -194,6 +194,10 @@ nir_shader *brw_nir_create_passthrough_tcs(void *mem_ctx,
|
||||
|
||||
bool brw_nir_move_interpolation_to_top(nir_shader *nir);
|
||||
bool brw_nir_demote_sample_qualifiers(nir_shader *nir);
|
||||
void brw_nir_populate_wm_prog_data(const nir_shader *shader,
|
||||
const struct gen_device_info *devinfo,
|
||||
const struct brw_wm_prog_key *key,
|
||||
struct brw_wm_prog_data *prog_data);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Reference in New Issue
Block a user