Searched refs:orig_dst (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/pixman/dist/test/
H A Dalphamap.c182 pixman_image_t *src, *dst, *orig_dst, *alpha, *orig_alpha; local in function:run_test
202 orig_dst = make_image (df);
204 pixman_image_composite (PIXMAN_OP_SRC, orig_dst, NULL, dst,
215 pixman_image_set_alpha_map (orig_dst, orig_alpha, doff, doff);
249 oda = get_alpha (orig_dst, k, j, doff, doff);
280 odr = get_red (orig_dst, k, j, doff, doff);
308 pixman_image_set_alpha_map (orig_dst, NULL, 0, 0);
312 pixman_image_unref (orig_dst);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py112 def CopyDirFilesIfDifferent(src, dst, recurse = True, verbose = False, orig_dst = None):
129 if not orig_dst:
130 orig_dst = dst
137 if src_path == orig_dst:
148 rval = CopyDirFilesIfDifferent(src_path, dst_path, recurse, verbose, orig_dst)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py111 def CopyDirFilesIfDifferent(src, dst, recurse = True, verbose = False, orig_dst = None):
128 if not orig_dst:
129 orig_dst = dst
136 if src_path == orig_dst:
147 rval = CopyDirFilesIfDifferent(src_path, dst_path, recurse, verbose, orig_dst)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_tgsi_lower_yuv.c64 const struct tgsi_full_dst_register *orig_dst, unsigned wrmask)
66 *dst = *orig_dst;
63 reg_dst(struct tgsi_full_dst_register * dst,const struct tgsi_full_dst_register * orig_dst,unsigned wrmask) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_tgsi_lower_yuv.c63 const struct tgsi_full_dst_register *orig_dst, unsigned wrmask)
65 *dst = *orig_dst;
62 reg_dst(struct tgsi_full_dst_register * dst,const struct tgsi_full_dst_register * orig_dst,unsigned wrmask) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_lowering.c68 const struct tgsi_full_dst_register *orig_dst, unsigned wrmask)
70 *dst = *orig_dst;
67 reg_dst(struct tgsi_full_dst_register * dst,const struct tgsi_full_dst_register * orig_dst,unsigned wrmask) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_lowering.c69 const struct tgsi_full_dst_register *orig_dst, unsigned wrmask)
71 *dst = *orig_dst;
68 reg_dst(struct tgsi_full_dst_register * dst,const struct tgsi_full_dst_register * orig_dst,unsigned wrmask) argument
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs.cpp3991 fs_reg orig_dst = inst->dst; local in function:fs_visitor::lower_integer_multiplication
3999 if (orig_dst.is_null() || orig_dst.file == MRF ||
4047 ibld.MOV(orig_dst, low));
H A Dbrw_fs_nir.cpp2686 fs_reg orig_dst = dst; local in function:fs_visitor::nir_emit_tcs_intrinsic
2745 offset(orig_dst, bld, iter * 2),
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs.cpp4133 fs_reg orig_dst = inst->dst; local in function:fs_visitor::lower_mul_dword_inst
4141 if (orig_dst.is_null() || orig_dst.file == MRF ||
4200 set_condmod(inst->conditional_mod, ibld.MOV(orig_dst, low));

Completed in 41 milliseconds