Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_ubo_vec4.c132 nir_udiv_imm(b, byte_offset, chan_size_bytes), in nir_lower_ubo_vec4_lower()
167 nir_udiv_imm(b, chan_byte_offset, chan_size_bytes), in nir_lower_ubo_vec4_lower()
Dnir_lower_subgroups.c663 nir_udiv_imm(b, idx, int_val->bit_size)); in lower_subgroups_instr()
Dnir_builder.h945 nir_udiv_imm(nir_builder *build, nir_ssa_def *x, uint64_t y) in nir_udiv_imm() function
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_cs_intrinsics.c134 nir_ssa_def *block = nir_udiv_imm(b, linear, height); in lower_cs_intrinsics_convert_block()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst1471 - nir: Add nir_[iu]shr_imm and nir_udiv_imm helpers and use them.