Searched refs:dst_full (Results 1 – 4 of 4) sorted by relevance
503 struct rc_pair_instruction * dst_full, in merge_presub_sources() argument511 assert(dst_full->Alpha.Opcode == RC_OPCODE_NOP); in merge_presub_sources()517 dst_sub = &dst_full->RGB; in merge_presub_sources()522 dst_sub = &dst_full->Alpha; in merge_presub_sources()529 info = rc_get_opcode_info(dst_full->RGB.Opcode); in merge_presub_sources()543 free_source = rc_pair_alloc_source(dst_full, is_rgb, is_alpha, in merge_presub_sources()558 free_source = rc_pair_alloc_source(dst_full, is_rgb, in merge_presub_sources()577 if (!(rc_source_type_swz(dst_full->RGB.Arg[arg].Swizzle) in merge_presub_sources()582 if (dst_full->RGB.Arg[arg].Source == srcp_src) in merge_presub_sources()583 dst_full->RGB.Arg[arg].Source = free_source; in merge_presub_sources()[all …]
99 unsigned dst_full:1; /* write to highp register */ member
109 COND(inst->dst_full, VIV_ISA_WORD_3_DST_FULL); in etna_assemble()
85 uint32_t dst_full : 1; member607 if (instr->dst_full) in print_instr()