Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_nir_lower_fog.c98 color = nir_resize_vector(b, color, 4); in st_nir_lower_fog_instr()
106 nir_resize_vector(b, color, intr->num_components)); in st_nir_lower_fog_instr()
H A Dst_atifs_to_nir.c521 nir_resize_vector(b, coords, coord_components)); in st_nir_lower_atifs_samplers_instr()
/aosp_15_r20/external/mesa3d/src/panfrost/util/
H A Dpan_lower_framebuffer.c556 unpacked = nir_resize_vector(b, unpacked, intr->def.num_components); in pan_lower_fb_load()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_builder.h1459 nir_resize_vector(nir_builder *b, nir_def *src, unsigned num_components) in nir_resize_vector() function
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D22.2.0.rst2760 - nir/builder: Add a nir_resize_vector helper