Searched refs:final_dst (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c465 struct nvfx_reg final_dst; local in function:nvfx_vertprog_parse_instruction
541 final_dst = dst = tgsi_dst(vpc, &finst->Dst[0]);
790 nvfx_vp_emit(vpc, arith(0, VEC, MIN, final_dst, mask, nvfx_src(dst), swz(nvfx_src(vpc->r_0_1), Y, Y, Y, Y), none));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c466 struct nvfx_reg final_dst; local in function:nvfx_vertprog_parse_instruction
542 final_dst = dst = tgsi_dst(vpc, &finst->Dst[0]);
791 nvfx_vp_emit(vpc, arith(0, VEC, MIN, final_dst, mask, nvfx_src(dst), swz(nvfx_src(vpc->r_0_1), Y, Y, Y, Y), none));
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_compile.c216 bi_make_vec_to(bi_builder *b, bi_index final_dst,
363 bi_make_vec_to(bi_builder *b, bi_index final_dst, argument
375 reads_self |= bi_is_equiv(final_dst, src[i]);
378 assert(!reads_self || final_dst.reg);
380 bi_index dst = reads_self ? bi_temp(b->shader) : final_dst;
398 if (!bi_is_equiv(dst, final_dst)) {
403 bi_mov_i32_to(b, bi_word(final_dst, i >> shift),

Completed in 13 milliseconds