HomeSort by relevance Sort by last modified time
    Searched defs:dst_mask (Results 1 - 18 of 18) sorted by null

  /bionic/libc/kernel/uapi/linux/netfilter/
xt_devgroup.h 36 __u32 dst_mask; member in struct:xt_devgroup_info
xt_HMARK.h 62 union nf_inet_addr dst_mask; member in struct:xt_hmark_info
  /development/ndk/platforms/android-L/include/linux/netfilter/
xt_devgroup.h 36 __u32 dst_mask; member in struct:xt_devgroup_info
  /external/iptables/include/linux/netfilter/
xt_devgroup.h 18 __u32 dst_mask; member in struct:xt_devgroup_info
xt_HMARK.h 40 union nf_inet_addr dst_mask; member in struct:xt_hmark_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_devgroup.h 18 __u32 dst_mask; member in struct:xt_devgroup_info
xt_HMARK.h 40 union nf_inet_addr dst_mask; member in struct:xt_hmark_info
  /external/libunwind/src/ia64/
Grbs.c 203 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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_surface.c 346 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/
u_surface.c 346 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/i915/
i915_state_emit.c 424 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);
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_emit.c 424 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);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_fp.c 147 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(dst, WRITEMASK_X)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_optimize.c 56 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 = prevInst->DstReg.WriteMask local
    [all...]
  /external/chromium_org/v8/src/arm/
macro-assembler-arm.h 701 int dst_mask = 0xf << dst_reg_offset; local
703 int dst_reg = (instr & dst_mask) >> dst_reg_offset;
705 uint32_t non_register_mask = ~(dst_mask | src_mask);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_fp.c 147 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(dst, WRITEMASK_X)
    [all...]
  /external/mesa3d/src/mesa/program/
prog_optimize.c 56 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 = prevInst->DstReg.WriteMask local
    [all...]
  /external/opencv/ml/src/
mlboost.cpp 1335 uchar* dst_mask; local
    [all...]

Completed in 916 milliseconds