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

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

Completed in 15 milliseconds