Home
last modified time | relevance | path

Searched refs:dst_full (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c503 struct rc_pair_instruction * dst_full, in merge_presub_sources() argument
511 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 …]