summaryrefslogtreecommitdiff
path: root/src/gallium/frontends/rusticl/rusticl_nir.h
blob: 227ffe54e1630c785b06a8f6900dc7ae475d7d41 (plain)
1
2
3
4
5
6
7
8
9
10
11
struct rusticl_lower_state {
    nir_variable *base_global_invoc_id;
    nir_variable *const_buf;
    nir_variable *printf_buf;
    nir_variable *format_arr;
    nir_variable *order_arr;
    nir_variable *work_dim;
};

bool rusticl_lower_intrinsics(nir_shader *nir, struct rusticl_lower_state *state);
bool rusticl_lower_inputs(nir_shader *nir);