Searched refs:nir_lower_int64 (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_cmdline.c405 nir_lower_int64(nir);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_cmdline.c480 nir_lower_int64(nir, ~0);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A DMakefile.sources256 nir/nir_lower_int64.c \
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir.c718 OPT(nir_lower_int64, nir->options->lower_int64_options);
858 OPT(nir_lower_int64, nir->options->lower_int64_options);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir.c808 OPT(nir_lower_int64);
1090 if (OPT(nir_lower_int64))
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/nir/
H A Dinvocation.cpp540 NIR_PASS_V(nir, nir_lower_int64);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_nir.cpp430 NIR_PASS(progress, nir, nir_lower_int64,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_nir.cpp828 NIR_PASS_V(sel->nir, nir_lower_int64);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_nir.cpp558 NIR_PASS(lowered_64bit_ops, nir, nir_lower_int64);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_int64.c899 nir_lower_int64(nir_shader *shader, nir_lower_int64_options options) function in typeref:typename:bool
H A Dnir.h3657 bool nir_lower_int64(nir_shader *shader, nir_lower_int64_options options);
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_compile.c1210 NIR_PASS_V(nir, nir_lower_int64);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_int64.c1306 nir_lower_int64(nir_shader *shader) function in typeref:typename:bool
H A Dnir.h5410 bool nir_lower_int64(nir_shader *shader);
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_compile.c3348 NIR_PASS(progress, nir, nir_lower_int64);
3405 NIR_PASS(progress, nir, nir_lower_int64);
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c4744 NIR_PASS(progress, s, nir_lower_int64);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline.c3522 nir_lower_int64(nir[i]);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst994 - nir: Stop passing an options arg to nir_lower_int64()
995 - nir: Extend nir_lower_int64() to support i2f/f2i lowering
H A D19.3.0.rst2798 - aco: run nir_lower_int64() before nir_lower_idiv()
H A D21.3.0.rst3843 - radv: call nir_lower_int64() for LLVM
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c208 NIR_PASS_V(sel->nir, nir_lower_int64);

Completed in 78 milliseconds