Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_lower_image_casts.c94 src_as_vec = nir_u2uN(b, value, from_desc->channel[0].size); in convert_value()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c2428 deref = nir_build_deref_array(b, deref, nir_u2uN(b, tex->src[idx].src.ssa, 32)); in lower_bindless_instr()
2495 deref = nir_build_deref_array(b, deref, nir_u2uN(b, instr->src[0].ssa, 32)); in lower_bindless_instr()
2876 src = nir_u2uN(b, src, instr->dest.ssa.bit_size); in lower_sparse_instr()
2937 dest = nir_u2uN(b, &tex->dest.ssa, dest_size); in match_tex_dests_instr()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_meta_copy.c945 texel = nir_u2uN(&b, texel, imgcompsz * 8); in panvk_meta_copy_buf2img_shader()
1423 texel = nir_u2uN(&b, texel, bufcompsz * 8); in panvk_meta_copy_img2buf_shader()
/third_party/mesa3d/src/compiler/nir/
Dnir_builder.h1674 nir_u2uN(nir_builder *b, nir_ssa_def *src, unsigned bit_size) in nir_u2uN() function