Home
last modified time | relevance | path

Searched refs:nir_schedule_options (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_schedule.h50 typedef struct nir_schedule_options { struct
76 } nir_schedule_options; typedef
78 void nir_schedule(nir_shader *shader, const nir_schedule_options *options);
Dnir_schedule.c114 const nir_schedule_options *options;
332 const nir_schedule_options *options = state->scoreboard->options; in nir_schedule_intrinsic_deps()
1080 const nir_schedule_options *options) in nir_schedule_get_scoreboard()
1165 const nir_schedule_options *options) in nir_schedule()
/external/mesa3d/src/broadcom/compiler/
Dvir.c1156 struct nir_schedule_options schedule_options = { in v3d_attempt_compile()