Home
last modified time | relevance | path

Searched refs:dst_mask (Results 1 – 15 of 15) sorted by relevance

/third_party/iptables/extensions/
Dlibxt_HMARK.c86 .flags = XTOPT_PUT, XTOPT_POINTER(hi, dst_mask)
154 memset(&info->dst_mask, 0xff, sizeof(info->dst_mask)); in hmark_parse()
328 xtables_ip6mask_to_numeric(&info->dst_mask.in6) + 1); in HMARK_ip6_print()
349 xtables_ipmask_to_cidr(&info->dst_mask.in)); in HMARK_ip4_print()
395 ret = xtables_ip6mask_to_cidr(&info->dst_mask.in6); in HMARK_ip6_save()
412 ret = xtables_ipmask_to_cidr(&info->dst_mask.in); in HMARK_ip4_save()
Dlibxt_devgroup.c56 info->dst_mask = mask; in devgroup_parse()
79 xtables_print_val_mask(info->dst_group, info->dst_mask, in devgroup_show()
148 info->dst_mask, xl, numeric); in devgroup_show_xlate()
/third_party/libunwind/src/ia64/
DGrbs.c203 unw_word_t n, src_mask, dst_mask, bsp, *dst, src_rnat, dst_rnat = 0; in rbs_cover_and_flush() local
290 dst_mask = ((unw_word_t) 1) << rse_slot_num ((unw_word_t) dst); in rbs_cover_and_flush()
293 dst_rnat |= dst_mask; in rbs_cover_and_flush()
295 dst_rnat &= ~dst_mask; in rbs_cover_and_flush()
/third_party/mesa3d/src/mesa/program/
Dprog_optimize.c55 GLuint arg, GLuint dst_mask) in get_src_arg_mask() argument
79 channel_mask = inst->DstReg.WriteMask & dst_mask; in get_src_arg_mask()
487 GLuint dst_mask, src_mask; in _mesa_remove_extra_move_use() local
494 dst_mask = mov->DstReg.WriteMask; in _mesa_remove_extra_move_use()
522 (read_mask & dst_mask) == read_mask) { in _mesa_remove_extra_move_use()
543 dst_mask &= ~inst2->DstReg.WriteMask; in _mesa_remove_extra_move_use()
544 src_mask = get_src_arg_mask(mov, 0, dst_mask); in _mesa_remove_extra_move_use()
552 dst_mask &= get_dst_mask_for_mov(mov, src_mask); in _mesa_remove_extra_move_use()
554 if (dst_mask == 0) in _mesa_remove_extra_move_use()
765 const GLuint dst_mask = prevInst->DstReg.WriteMask; in _mesa_remove_extra_moves() local
[all …]
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_surface.c503 uint32_t dst_mask; in util_fill_zs_rect() local
505 dst_mask = 0x00ffffff; in util_fill_zs_rect()
508 dst_mask = 0xffffff00; in util_fill_zs_rect()
511 dst_mask = ~dst_mask; in util_fill_zs_rect()
515 uint32_t tmp = *row & dst_mask; in util_fill_zs_rect()
516 *row++ = tmp | ((uint32_t) zstencil & ~dst_mask); in util_fill_zs_rect()
/third_party/iptables/include/linux/netfilter/
Dxt_devgroup.h18 __u32 dst_mask; member
Dxt_HMARK.h40 union nf_inet_addr dst_mask; member
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.h83 unsigned int dst_mask);
Dradeon_dataflow.c685 unsigned int dst_mask) in get_readers_for_single_write() argument
700 d->DstMask = dst_mask; in get_readers_for_single_write()
701 d->AliveWriteMask = dst_mask; in get_readers_for_single_write()
704 if (!dst_mask) in get_readers_for_single_write()
Dradeon_compiler_util.c318 unsigned int dst_mask) in rc_src_reads_dst_mask() argument
323 return dst_mask & rc_swizzle_to_writemask(src_swz); in rc_src_reads_dst_mask()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c165 LLVMValueRef dst_mask; in scale_bits_up() local
167 dst_mask = lp_build_const_int_vec(gallivm, src_type, in scale_bits_up()
171 result = lp_build_andnot(&bld, dst_mask, result); in scale_bits_up()
/third_party/mesa3d/src/intel/vulkan/
Danv_blorp.c354 dst_mask = region->dstSubresource.aspectMask; in copy_image() local
356 assert(anv_image_aspects_compatible(src_mask, dst_mask)); in copy_image()
404 get_blorp_surf_for_anv_image(cmd_buffer->device, dst_image, dst_mask, in copy_image()
408 anv_cmd_buffer_mark_image_written(cmd_buffer, dst_image, dst_mask, in copy_image()
422 dst_image, dst_mask, in copy_image()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpulpfecenc.c182 (GstRtpUlpFecEncStreamCtx * ctx, guint16 * dst_seq_base, guint64 * dst_mask, in gst_rtp_ulpfec_enc_stream_ctx_get_protection_parameters() argument
217 *dst_mask = mask; in gst_rtp_ulpfec_enc_stream_ctx_get_protection_parameters()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_lowering.c113 aliases(const struct tgsi_full_dst_register *dst, unsigned dst_mask, in aliases() argument
124 if (actual_mask & dst_mask) in aliases()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.c2648 enum tu_cmd_access_mask dst_mask) in tu_flush_for_access() argument
2691 if (dst_mask & (TU_ACCESS_SYSMEM_READ | TU_ACCESS_SYSMEM_WRITE)) { in tu_flush_for_access()
2696 if (dst_mask & (TU_ACCESS_##domain##_READ | \ in tu_flush_for_access()
2710 if (dst_mask & (TU_ACCESS_##domain##_INCOHERENT_READ | \ in tu_flush_for_access()