Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c1092 deref = nir_build_deref_array(b, deref, nir_u2uN(b, tex->src[idx].src.ssa, 32)); in lower_bindless_instr()
1159 deref = nir_build_deref_array(b, deref, nir_u2uN(b, instr->src[0].ssa, 32)); in lower_bindless_instr()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_meta_copy.c1045 texel = nir_u2uN(&b, texel, imgcompsz * 8); in panvk_meta_copy_buf2img_shader()
1550 texel = nir_u2uN(&b, texel, bufcompsz * 8); in panvk_meta_copy_img2buf_shader()
/third_party/mesa3d/src/compiler/nir/
Dnir_builder.h1839 nir_u2uN(nir_builder *b, nir_ssa_def *src, unsigned bit_size) in nir_u2uN() function