| /xsrc/external/mit/pixman/dist/test/ |
| H A D | alphamap.c | 182 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 D | gen_common.py | 112 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 D | gen_common.py | 111 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 D | st_tgsi_lower_yuv.c | 64 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 D | st_tgsi_lower_yuv.c | 63 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 D | tgsi_lowering.c | 68 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 D | tgsi_lowering.c | 69 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 D | brw_fs.cpp | 3991 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 D | brw_fs_nir.cpp | 2686 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 D | brw_fs.cpp | 4133 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));
|