Home
last modified time | relevance | path

Searched refs:nir_lower_idiv (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir.c421 const bool idiv_progress = OPT(s, nir_lower_idiv, &idiv_options); in ir3_finalize_nir()
565 NIR_PASS_V(s, nir_lower_idiv, &idiv_options); /* idiv generated by cube lowering */ in ir3_nir_post_finalize()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_idiv.c284 nir_lower_idiv(nir_shader *shader, const nir_lower_idiv_options *options) in nir_lower_idiv() function
Dmeson.build159 'nir_lower_idiv.c',
Dnir.h5303 bool nir_lower_idiv(nir_shader *shader, const nir_lower_idiv_options *options);
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp823 NIR_PASS_V(sel->nir, nir_lower_idiv, &idiv_options); in r600_shader_from_nir()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir.c1074 OPT(nir_lower_idiv, &options); in brw_postprocess_nir()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.c1126 NIR_PASS_V(s, nir_lower_idiv, &idiv_options); in etna_compile_shader_nir()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c1211 NIR_PASS_V(nir, nir_lower_idiv, &idiv_options); in agx_optimize_nir()
/third_party/mesa3d/src/broadcom/compiler/
Dvir.c1493 NIR_PASS_V(c->s, nir_lower_idiv, &idiv_options); in v3d_attempt_compile()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c307 NIR_PASS(progress, nir, nir_lower_idiv, &idiv_options); in optimise_nir()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c2323 NIR_PASS_V(c->s, nir_lower_idiv, &idiv_options); in vc4_shader_ntq()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp3154 NIR_PASS(progress, nir, nir_lower_idiv, &idiv_options); in run()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c3352 NIR_PASS(progress, nir, nir_lower_idiv, &idiv_options); in bi_optimize_nir()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c3526 nir_lower_idiv(nir[i], in radv_create_shaders()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst1264 - etnaviv: use nir_lower_idiv(..) before opt loop
4818 - radv: remove second nir_lower_idiv
D19.3.0.rst2798 - aco: run nir_lower_int64() before nir_lower_idiv()
D20.2.0.rst953 - nvir/nir: use nir_lower_idiv
/third_party/mesa3d/ohos/
Ddependency_inputs.gni988 ../src/compiler/nir/nir_lower_idiv.c