Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_blend.c468 nir_ssa_def *val = nir_resize_vector(b, &intrin->dest.ssa, in nir_lower_blend_instr()
Dnir_builder.h1104 nir_resize_vector(nir_builder *b, nir_ssa_def *src, unsigned num_components) in nir_resize_vector() function
/third_party/mesa3d/src/panfrost/util/
Dpan_lower_framebuffer.c544 unpacked = nir_resize_vector(b, unpacked, intr->dest.ssa.num_components); in pan_lower_fb_load()
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst2762 - nir/builder: Add a nir_resize_vector helper