Searched refs:dstmask (Results 1 – 8 of 8) sorted by relevance
/third_party/iptables/include/linux/netfilter/ |
D | xt_hashlimit.h | 64 __u8 srcmask, dstmask; member 78 __u8 srcmask, dstmask; member 93 __u8 srcmask, dstmask; member
|
/third_party/iptables/extensions/ |
D | libxt_hashlimit.c | 258 to->dstmask = cfg->dstmask; in cfg_copy() 270 to->dstmask = cfg->dstmask; in cfg_copy() 447 info->cfg.dstmask = 32; in hashlimit_mt4_init_v1() 458 info->cfg.dstmask = 128; in hashlimit_mt6_init_v1() 469 info->cfg.dstmask = 32; in hashlimit_mt4_init_v2() 480 info->cfg.dstmask = 128; in hashlimit_mt6_init_v2() 491 info->cfg.dstmask = 32; in hashlimit_mt4_init() 503 info->cfg.dstmask = 128; in hashlimit_mt6_init() 591 info->cfg.dstmask = cb->val.hlen; in hashlimit_mt_parse_v1() 632 info->cfg.dstmask = cb->val.hlen; in hashlimit_mt_parse_v2() [all …]
|
D | libxt_hashlimit.txlate | 1 …imit-burst 1mb --hashlimit-mode dstip --hashlimit-name https --hashlimit-dstmask 24 -m state --sta…
|
D | libxt_hashlimit.man | 37 \fB\-\-hashlimit\-dstmask\fP \fIprefix\fP
|
/third_party/libdrm/intel/ |
D | intel_decode.c | 627 char dstmask[8]; in i915_get_instruction_dst() local 632 dstmask[0] = 0; in i915_get_instruction_dst() 636 dstmask[dstmask_index++] = '.'; in i915_get_instruction_dst() 638 dstmask[dstmask_index++] = 'x'; in i915_get_instruction_dst() 640 dstmask[dstmask_index++] = 'y'; in i915_get_instruction_dst() 642 dstmask[dstmask_index++] = 'z'; in i915_get_instruction_dst() 644 dstmask[dstmask_index++] = 'w'; in i915_get_instruction_dst() 645 dstmask[dstmask_index++] = 0; in i915_get_instruction_dst() 653 dstmask[0] = 0; in i915_get_instruction_dst() 661 sprintf(dstname, "R%d%s%s", dst_nr, dstmask, sat); in i915_get_instruction_dst() [all …]
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_optimize.c | 583 unsigned dstmask = inst_add->U.I.DstReg.WriteMask; in peephole_add_presub_add() local 584 unsigned src0_neg = inst_add->U.I.SrcReg[0].Negate & dstmask; in peephole_add_presub_add() 585 unsigned src1_neg = inst_add->U.I.SrcReg[1].Negate & dstmask; in peephole_add_presub_add() 599 if (inst_add->U.I.SrcReg[0].Negate && src0_neg != dstmask) in peephole_add_presub_add() 603 if (inst_add->U.I.SrcReg[1].Negate && src1_neg != dstmask) in peephole_add_presub_add()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_meta_copy.c | 394 enum pipe_format dstfmt, unsigned dstmask, in panvk_meta_copy_img2img_shader() argument 512 if (dstcompsz > 8 && dstmask != fullmask) { in panvk_meta_copy_img2img_shader() 517 if (dstmask & BITFIELD_BIT(i)) in panvk_meta_copy_img2img_shader() 589 unsigned dstmask; member 668 .dstmask = panvk_meta_copy_img_mask(dst->pimage.layout.format, in panvk_meta_copy_img2img() 825 panvk_meta_copy_img2img_fmts[i].dstmask, in panvk_meta_copy_img2img_init() 831 panvk_meta_copy_img2img_fmts[i].dstmask, in panvk_meta_copy_img2img_init() 843 panvk_meta_copy_img2img_fmts[i].dstmask, in panvk_meta_copy_img2img_init() 849 panvk_meta_copy_img2img_fmts[i].dstmask, in panvk_meta_copy_img2img_init()
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_fragshader.c | 274 GLuint dstmask = inst->DstReg[optype].dstMask; in r200UpdateFSArith() local 281 SET_INST_2(opnum, optype) |= dstmask_table[dstmask]; in r200UpdateFSArith()
|