Searched refs:nir_resize_vector (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_nir_lower_fog.c | 98 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 D | st_atifs_to_nir.c | 521 nir_resize_vector(b, coords, coord_components)); in st_nir_lower_atifs_samplers_instr()
|
/aosp_15_r20/external/mesa3d/src/panfrost/util/ |
H A D | pan_lower_framebuffer.c | 556 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 D | nir_builder.h | 1459 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 D | 22.2.0.rst | 2760 - nir/builder: Add a nir_resize_vector helper
|