Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_blend.c356 nir_pad_vector(b, nir_ssa_for_src(b, intr->src[1], src_num_comps), 4); in nir_lower_blend_instr()
Dnir_builder.h1172 nir_pad_vector(nir_builder *b, nir_ssa_def *src, unsigned num_components) in nir_pad_vector() function
1220 return nir_pad_vector(b, src, 4); in nir_pad_vec4()
/third_party/mesa3d/src/panfrost/util/
Dpan_lower_framebuffer.c583 unpacked = nir_pad_vector(b, unpacked, nir_dest_num_components(intr->dest)); in pan_lower_fb_load()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c1107 nir_ssa_def *def = nir_pad_vector(b, tex->src[c].src.ssa, needed_components); in lower_bindless_instr()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst3852 - nir/builder: add nir_pad_vector and nir_pad_vec4 util functions