Searched refs:dst_mask (Results 1 - 25 of 27) sorted by relevance

12

/external/iptables/include/linux/netfilter/
H A Dxt_devgroup.h18 __u32 dst_mask; member in struct:xt_devgroup_info
H A Dxt_HMARK.h40 union nf_inet_addr dst_mask; member in struct:xt_hmark_info
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_devgroup.h18 __u32 dst_mask; member in struct:xt_devgroup_info
H A Dxt_HMARK.h40 union nf_inet_addr dst_mask; member in struct:xt_hmark_info
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm_fp.c147 static struct prog_dst_register dst_mask( struct prog_dst_register reg, int mask ) function
272 dst_mask(inst0->DstReg, other_channel_mask),
300 dst_mask(pixel_xy, WRITEMASK_XY),
323 dst_mask(delta_xy, WRITEMASK_XY),
354 dst_mask(pixel_w, WRITEMASK_W),
386 dst_mask(dst, WRITEMASK_XY),
392 dst = dst_mask(dst, WRITEMASK_ZW);
430 dst_mask(dst, WRITEMASK_X),
438 dst_mask(dst, WRITEMASK_YZW),
452 dst_mask(ds
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_fp.c147 static struct prog_dst_register dst_mask( struct prog_dst_register reg, int mask ) function
272 dst_mask(inst0->DstReg, other_channel_mask),
300 dst_mask(pixel_xy, WRITEMASK_XY),
323 dst_mask(delta_xy, WRITEMASK_XY),
354 dst_mask(pixel_w, WRITEMASK_W),
386 dst_mask(dst, WRITEMASK_XY),
392 dst = dst_mask(dst, WRITEMASK_ZW);
430 dst_mask(dst, WRITEMASK_X),
438 dst_mask(dst, WRITEMASK_YZW),
452 dst_mask(ds
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_surface.c346 uint32_t dst_mask; local
348 dst_mask = 0xffffff00;
351 dst_mask = 0xffffff;
354 dst_mask = ~dst_mask;
358 uint32_t tmp = *row & dst_mask;
359 *row++ = tmp | (zstencil & ~dst_mask);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_surface.c346 uint32_t dst_mask; local
348 dst_mask = 0xffffff00;
351 dst_mask = 0xffffff;
354 dst_mask = ~dst_mask;
358 uint32_t tmp = *row & dst_mask;
359 *row++ = tmp | (zstencil & ~dst_mask);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.h56 unsigned int dst_mask);
H A Dradeon_dataflow.c685 unsigned int dst_mask)
700 d->DstMask = dst_mask;
701 d->AliveWriteMask = dst_mask;
704 if (!dst_mask)
680 get_readers_for_single_write( void * userdata, struct rc_instruction * writer, rc_register_file dst_file, unsigned int dst_index, unsigned int dst_mask) argument
H A Dradeon_compiler_util.c318 unsigned int dst_mask)
323 return dst_mask & rc_swizzle_to_writemask(src_swz);
312 rc_src_reads_dst_mask( rc_register_file src_file, unsigned int src_idx, unsigned int src_swz, rc_register_file dst_file, unsigned int dst_idx, unsigned int dst_mask) argument
/external/libunwind/src/ia64/
H A DGrbs.c203 unw_word_t n, src_mask, dst_mask, bsp, *dst, src_rnat, dst_rnat = 0; local
290 dst_mask = ((unw_word_t) 1) << rse_slot_num ((unw_word_t) dst);
293 dst_rnat |= dst_mask;
295 dst_rnat &= ~dst_mask;
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.h56 unsigned int dst_mask);
H A Dradeon_dataflow.c685 unsigned int dst_mask)
700 d->DstMask = dst_mask;
701 d->AliveWriteMask = dst_mask;
704 if (!dst_mask)
680 get_readers_for_single_write( void * userdata, struct rc_instruction * writer, rc_register_file dst_file, unsigned int dst_index, unsigned int dst_mask) argument
H A Dradeon_compiler_util.c318 unsigned int dst_mask)
323 return dst_mask & rc_swizzle_to_writemask(src_swz);
312 rc_src_reads_dst_mask( rc_register_file src_file, unsigned int src_idx, unsigned int src_swz, rc_register_file dst_file, unsigned int dst_idx, unsigned int dst_mask) argument
/external/iptables/extensions/
H A Dlibxt_HMARK.c86 .flags = XTOPT_PUT, XTOPT_POINTER(hi, dst_mask)
154 memset(&info->dst_mask, 0xff, sizeof(info->dst_mask));
328 xtables_ip6mask_to_numeric(&info->dst_mask.in6) + 1);
349 xtables_ipmask_to_cidr(&info->dst_mask.in));
395 ret = xtables_ip6mask_to_cidr(&info->dst_mask.in6);
412 ret = xtables_ipmask_to_cidr(&info->dst_mask.in);
H A Dlibxt_devgroup.c88 info->dst_mask = mask;
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_optimize.c56 GLuint arg, GLuint dst_mask)
88 channel_mask = inst->DstReg.WriteMask & dst_mask;
516 GLuint dst_mask, src_mask; local
523 dst_mask = mov->DstReg.WriteMask;
552 (read_mask & dst_mask) == read_mask) {
573 dst_mask &= ~inst2->DstReg.WriteMask;
574 src_mask = get_src_arg_mask(mov, 0, dst_mask);
582 dst_mask &= get_dst_mask_for_mov(mov, src_mask);
584 if (dst_mask == 0)
797 const GLuint dst_mask local
55 get_src_arg_mask(const struct prog_instruction *inst, GLuint arg, GLuint dst_mask) argument
[all...]
/external/mesa3d/src/mesa/program/
H A Dprog_optimize.c56 GLuint arg, GLuint dst_mask)
88 channel_mask = inst->DstReg.WriteMask & dst_mask;
516 GLuint dst_mask, src_mask; local
523 dst_mask = mov->DstReg.WriteMask;
552 (read_mask & dst_mask) == read_mask) {
573 dst_mask &= ~inst2->DstReg.WriteMask;
574 src_mask = get_src_arg_mask(mov, 0, dst_mask);
582 dst_mask &= get_dst_mask_for_mov(mov, src_mask);
584 if (dst_mask == 0)
797 const GLuint dst_mask local
55 get_src_arg_mask(const struct prog_instruction *inst, GLuint arg, GLuint dst_mask) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state_emit.c424 int dst_mask,
431 dst_mask |
446 int dst_mask = program[0] & A0_DEST_CHANNEL_ALL; local
461 emit_instruction(i915, A0_EXP, dst_mask & A0_DEST_CHANNEL_X, dst_reg, t1x_reg, 0, 0);
462 emit_instruction(i915, A0_EXP, dst_mask & A0_DEST_CHANNEL_Y, dst_reg, t1y_reg, 0, 0);
463 emit_instruction(i915, A0_EXP, dst_mask & A0_DEST_CHANNEL_Z, dst_reg, t1z_reg, 0, 0);
422 emit_instruction(struct i915_context *i915, int op, int dst_mask, int dst_reg, int src0_reg, int src1_reg, int src2_reg) argument
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_emit.c424 int dst_mask,
431 dst_mask |
446 int dst_mask = program[0] & A0_DEST_CHANNEL_ALL; local
461 emit_instruction(i915, A0_EXP, dst_mask & A0_DEST_CHANNEL_X, dst_reg, t1x_reg, 0, 0);
462 emit_instruction(i915, A0_EXP, dst_mask & A0_DEST_CHANNEL_Y, dst_reg, t1y_reg, 0, 0);
463 emit_instruction(i915, A0_EXP, dst_mask & A0_DEST_CHANNEL_Z, dst_reg, t1z_reg, 0, 0);
422 emit_instruction(struct i915_context *i915, int op, int dst_mask, int dst_reg, int src0_reg, int src1_reg, int src2_reg) argument
/external/lldb/include/lldb/Interpreter/
H A DOptions.h426 /// options definitions in this class, set the usage_mask to "dst_mask".
439 /// @param[in] dst_mask
440 /// Set the usage mask for any copied options to \a dst_mask after
446 uint32_t dst_mask);
/external/opencv/ml/src/
H A Dmlboost.cpp1335 uchar* dst_mask; local
1348 dst_mask = (uchar*)(buf + var_count);
1397 dst_mask[i] = m;
1405 missing = cvMat( 1, var_count, CV_8UC1, dst_mask );
/external/lldb/source/Interpreter/
H A DOptions.cpp998 uint32_t dst_mask)
1008 m_option_defs.back().usage_mask = dst_mask;
996 Append(OptionGroup* group, uint32_t src_mask, uint32_t dst_mask) argument
/external/qemu/
H A Dvl-android.c1723 * dst_net:dst_mask:dst_port:redirect_ip:redirect_port OR
1724 * dst_net:dst_mask:[dp_range_start-dp_range_end]:redirect_ip:redirect_port
1727 char *dst_net, *dst_mask, *dst_port; local
1734 dst_mask = strtok(NULL, ":");
1739 if (dst_net == NULL || dst_mask == NULL || dst_port == NULL ||
1743 "dst_net:dst_mask:dst_port:redirect_ip:redirect_port or "
1744 "dst_net:dst_mask:[dp_range_start-dp_range_end]"
1755 if (inet_strtoip(dst_mask, &dmask) == -1) {
1756 fprintf(stderr, "Invalid destination IP mask: %s\n", dst_mask);

Completed in 8649 milliseconds

12