Home
last modified time | relevance | path

Searched refs:nir_opt_idiv_const (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/compiler/nir/tests/
H A Dalgebraic_tests.cpp115 nir_opt_idiv_const(b->shader, 8); in run_pass()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_idiv_const.c251 nir_opt_idiv_const(nir_shader *shader, unsigned min_bit_size) in nir_opt_idiv_const() function
H A Dnir.h5504 bool nir_opt_idiv_const(nir_shader *shader, unsigned min_bit_size);
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir.c601 OPT(nir_opt_idiv_const, 32); in brw_nir_optimize()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline.c313 OPT(nir_opt_idiv_const, 32); in nir_optimize()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c4849 NIR_PASS(_, stages[i].nir, nir_opt_idiv_const, 8); in radv_create_shaders()

Completed in 26 milliseconds