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