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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c497 * dst_full is an rgb instruction, meaning that it has a vector instruction(rgb)
503 struct rc_pair_instruction * dst_full,
511 assert(dst_full->Alpha.Opcode == RC_OPCODE_NOP);
517 dst_sub = &dst_full->RGB;
522 dst_sub = &dst_full->Alpha;
529 info = rc_get_opcode_info(dst_full->RGB.Opcode);
543 free_source = rc_pair_alloc_source(dst_full, is_rgb, is_alpha,
558 free_source = rc_pair_alloc_source(dst_full, is_rgb,
577 if (!(rc_source_type_swz(dst_full->RGB.Arg[arg].Swizzle)
582 if (dst_full
502 merge_presub_sources(struct rc_pair_instruction * dst_full,struct rc_pair_sub_instruction src,unsigned int type) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c497 * dst_full is an rgb instruction, meaning that it has a vector instruction(rgb)
503 struct rc_pair_instruction * dst_full,
511 assert(dst_full->Alpha.Opcode == RC_OPCODE_NOP);
517 dst_sub = &dst_full->RGB;
522 dst_sub = &dst_full->Alpha;
529 info = rc_get_opcode_info(dst_full->RGB.Opcode);
543 free_source = rc_pair_alloc_source(dst_full, is_rgb, is_alpha,
558 free_source = rc_pair_alloc_source(dst_full, is_rgb,
577 if (!(rc_source_type_swz(dst_full->RGB.Arg[arg].Swizzle)
582 if (dst_full
502 merge_presub_sources(struct rc_pair_instruction * dst_full,struct rc_pair_sub_instruction src,unsigned int type) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_asm.c109 COND(inst->dst_full, VIV_ISA_WORD_3_DST_FULL);
H A Detnaviv_asm.h99 unsigned dst_full:1; /* write to highp register */ member in struct:etna_inst
H A Detnaviv_disasm.c85 uint32_t dst_full : 1; member in struct:instr::__anon21e0cc1e010a::__anon21e0cc1e0208
607 if (instr->dst_full)

Completed in 5 milliseconds