Home
last modified time | relevance | path

Searched refs:replicated (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/panfrost/util/
H A Dpan_lower_framebuffer.c107 * suitable for storing (with components replicated to fill). Unpacks do the
113 nir_ssa_def *replicated[4]; in pan_replicate() local
116 replicated[i] = nir_channel(b, v, i % num_components); in pan_replicate()
118 return nir_vec(b, replicated, 4); in pan_replicate()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c2445 * if the source is replicated the MKVEC.v2i16 can be optimized out. in bi_emit_alu()
2493 * If the source condition vector is replicated, we can use in bi_emit_alu()
2497 * booleans are 16-bit replicated). in bi_emit_alu()
2499 * If we're not replicated, we use the same trick but must in bi_emit_alu()
4412 nir_ssa_def *replicated = in bifrost_nir_lower_blend_components() local
4418 /* Rewrite to use our replicated version */ in bifrost_nir_lower_blend_components()
4419 nir_instr_rewrite_src_ssa(instr, &intr->src[0], replicated); in bifrost_nir_lower_blend_components()

Completed in 9 milliseconds