Searched refs:pred_dst (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_compiler.c | 568 struct tgsi_dst_register pred_dst; in push_predicate() local 579 get_predicate(ctx, &pred_dst, NULL); in push_predicate() 583 add_dst_reg(ctx, alu, &pred_dst); in push_predicate() 588 get_predicate(ctx, &pred_dst, &pred_src); in push_predicate() 591 add_dst_reg(ctx, alu, &pred_dst); in push_predicate() 620 struct tgsi_dst_register pred_dst; in pop_predicate() local 623 get_predicate(ctx, &pred_dst, &pred_src); in pop_predicate() 627 add_dst_reg(ctx, alu, &pred_dst); in pop_predicate()
|