Home
last modified time | relevance | path

Searched refs:nir_lower_idiv (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_idiv.c278 nir_lower_idiv(nir_shader *shader, const nir_lower_idiv_options *options) in nir_lower_idiv() function
H A Dnir.h5222 bool nir_lower_idiv(nir_shader *shader, const nir_lower_idiv_options *options);
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir.c359 const bool idiv_progress = OPT(s, nir_lower_idiv, &idiv_options); in ir3_finalize_nir()
540 NIR_PASS_V(s, nir_lower_idiv, &lower_idiv_options); /* idiv generated by cube lowering */ in ir3_nir_post_finalize()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir.cpp669 NIR_PASS_V(sel->nir, nir_lower_idiv, &idiv_options); in r600_shader_from_nir()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir.c1164 OPT(nir_lower_idiv, &options); in brw_postprocess_nir()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.c1135 NIR_PASS_V(s, nir_lower_idiv, &idiv_options); in etna_compile_shader()
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compile.c1452 NIR_PASS_V(nir, nir_lower_idiv, &idiv_options); in agx_optimize_nir()
/third_party/mesa3d/src/broadcom/compiler/
H A Dvir.c1569 NIR_PASS(_, c->s, nir_lower_idiv, &idiv_options); in v3d_attempt_compile()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_program.c2307 NIR_PASS_V(c->s, nir_lower_idiv, &idiv_options); in vc4_shader_ntq()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp3227 NIR_PASS(progress, nir, nir_lower_idiv, &idiv_options);
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c339 NIR_PASS(progress, nir, nir_lower_idiv, &idiv_options); in optimise_nir()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c4452 NIR_PASS(progress, nir, nir_lower_idiv, &idiv_options); in bi_optimize_nir()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c4851 NIR_PASS(_, stages[i].nir, nir_lower_idiv, in radv_create_shaders()

Completed in 45 milliseconds