Home
last modified time | relevance | path

Searched refs:nir_udiv_imm (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_ubo_vec4.c139 nir_udiv_imm(b, byte_offset, chan_size_bytes), in nir_lower_ubo_vec4_lower()
175 nir_udiv_imm(b, chan_byte_offset, chan_size_bytes), in nir_lower_ubo_vec4_lower()
Dnir_builder.h871 nir_udiv_imm(nir_builder *build, nir_ssa_def *x, uint64_t y) in nir_udiv_imm() function
/external/mesa3d/docs/relnotes/
D20.3.0.rst1471 - nir: Add nir_[iu]shr_imm and nir_udiv_imm helpers and use them.