Home
last modified time | relevance | path

Searched refs:nir_schedule (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_schedule.h86 void nir_schedule(nir_shader *shader, const nir_schedule_options *options);
H A Dnir_schedule.c24 #include "nir_schedule.h"
500 unreachable("nir_schedule() should be called after lowering from SSA"); in nir_schedule_calculate_deps()
1197 nir_schedule(nir_shader *shader, in nir_schedule() function
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_nir.c26 #include "nir/nir_schedule.h"
169 NIR_PASS_V(nir, nir_schedule, &schedule_options); in rogue_nir_passes()
/third_party/mesa3d/src/broadcom/compiler/
H A Dvir.c27 #include "compiler/nir/nir_schedule.h"
1633 NIR_PASS_V(c->s, nir_schedule, &schedule_options); in v3d_attempt_compile()

Completed in 6 milliseconds