Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c499 struct rc_pair_instruction * dst_full, in merge_presub_sources() argument
507 assert(dst_full->Alpha.Opcode == RC_OPCODE_NOP); in merge_presub_sources()
513 dst_sub = &dst_full->RGB; in merge_presub_sources()
518 dst_sub = &dst_full->Alpha; in merge_presub_sources()
525 info = rc_get_opcode_info(dst_full->RGB.Opcode); in merge_presub_sources()
539 free_source = rc_pair_alloc_source(dst_full, is_rgb, is_alpha, in merge_presub_sources()
554 free_source = rc_pair_alloc_source(dst_full, is_rgb, in merge_presub_sources()
573 if (!(rc_source_type_swz(dst_full->RGB.Arg[arg].Swizzle) in merge_presub_sources()
578 if (dst_full->RGB.Arg[arg].Source == srcp_src) in merge_presub_sources()
579 dst_full->RGB.Arg[arg].Source = free_source; in merge_presub_sources()
[all …]
/third_party/flutter/engine/flutter/tools/fuchsia/
Dgather_flutter_runner_artifacts.py63 dst_full = os.path.join(dst_root, dst_rel)
67 CopyPath(src_full, dst_full)
/third_party/ffmpeg/tests/checkasm/
Dh264dsp.c233 LOCAL_ALIGNED_16(uint8_t, dst_full, [16 * 16 * 2]); in check_idct_multiple()
286 memcpy(&dst_full[offset + y * 16 * SIZEOF_PIXEL], in check_idct_multiple()
304 memcpy(dst0, dst_full, 16 * 16 * SIZEOF_PIXEL); in check_idct_multiple()
305 memcpy(dst1, dst_full, 16 * 16 * SIZEOF_PIXEL); in check_idct_multiple()
/third_party/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()