Searched refs:nir_udiv_imm (Results 1 – 3 of 3) sorted by relevance
139 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()
871 nir_udiv_imm(nir_builder *build, nir_ssa_def *x, uint64_t y) in nir_udiv_imm() function
1471 - nir: Add nir_[iu]shr_imm and nir_udiv_imm helpers and use them.