Searched refs:nir_lower_idiv (Results 1 - 13 of 13) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_idiv.c | 278 nir_lower_idiv(nir_shader *shader, const nir_lower_idiv_options *options) in nir_lower_idiv() function
|
H A D | nir.h | 5222 bool nir_lower_idiv(nir_shader *shader, const nir_lower_idiv_options *options);
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir.c | 359 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 D | sfn_nir.cpp | 669 NIR_PASS_V(sel->nir, nir_lower_idiv, &idiv_options); in r600_shader_from_nir()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_nir.c | 1164 OPT(nir_lower_idiv, &options); in brw_postprocess_nir()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler_nir.c | 1135 NIR_PASS_V(s, nir_lower_idiv, &idiv_options); in etna_compile_shader()
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_compile.c | 1452 NIR_PASS_V(nir, nir_lower_idiv, &idiv_options); in agx_optimize_nir()
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | vir.c | 1569 NIR_PASS(_, c->s, nir_lower_idiv, &idiv_options); in v3d_attempt_compile()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_program.c | 2307 NIR_PASS_V(c->s, nir_lower_idiv, &idiv_options); in vc4_shader_ntq()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_nir.cpp | 3227 NIR_PASS(progress, nir, nir_lower_idiv, &idiv_options);
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_compile.c | 339 NIR_PASS(progress, nir, nir_lower_idiv, &idiv_options); in optimise_nir()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bifrost_compile.c | 4452 NIR_PASS(progress, nir, nir_lower_idiv, &idiv_options); in bi_optimize_nir()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline.c | 4851 NIR_PASS(_, stages[i].nir, nir_lower_idiv, in radv_create_shaders()
|
Completed in 46 milliseconds