Home
last modified time | relevance | path

Searched refs:_nir_mul_imm (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_builder.h866 _nir_mul_imm(nir_builder *build, nir_ssa_def *x, uint64_t y, bool amul) in _nir_mul_imm() function
888 return _nir_mul_imm(build, x, y, false); in nir_imul_imm()
894 return _nir_mul_imm(build, x, y, true); in nir_amul_imm()
/third_party/mesa3d/docs/relnotes/
D20.0.0.rst3522 - nir: don't emit ishl in \_nir_mul_imm() if backend doesn't support