Home
last modified time | relevance | path

Searched refs:dst_full (Results 1 – 4 of 4) 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 …]
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_asm.h99 unsigned dst_full:1; /* write to highp register */ member
Detnaviv_asm.c109 COND(inst->dst_full, VIV_ISA_WORD_3_DST_FULL); in etna_assemble()
Detnaviv_disasm.c85 uint32_t dst_full : 1; member
607 if (instr->dst_full) in print_instr()