Searched refs:nir_pad_vector (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_blend.c | 356 nir_pad_vector(b, nir_ssa_for_src(b, intr->src[1], src_num_comps), 4);
|
| H A D | nir_builder.h | 1172 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 D | pan_lower_framebuffer.c | 583 unpacked = nir_pad_vector(b, unpacked, nir_dest_num_components(intr->dest));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_compiler.c | 1107 nir_ssa_def *def = nir_pad_vector(b, tex->src[c].src.ssa, needed_components);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.2.0.rst | 3852 - nir/builder: add nir_pad_vector and nir_pad_vec4 util functions
|
Completed in 15 milliseconds