/external/v8/src/base/ |
D | flags.h | 28 typedef S mask_type; typedef 33 constexpr explicit Flags(mask_type mask) : mask_(static_cast<S>(mask)) {} in Flags() 81 constexpr operator mask_type() const { return mask_; } in mask_type() function 87 mask_type mask_; 104 Type::mask_type rhs)ALLOW_UNUSED_TYPE; \ 105 inline void operator&(Type::flag_type lhs, Type::mask_type rhs) {} \ 116 inline void operator|(Type::flag_type lhs, Type::mask_type rhs) \ 118 inline void operator|(Type::flag_type lhs, Type::mask_type rhs) {} \ 129 inline void operator^(Type::flag_type lhs, Type::mask_type rhs) \ 131 inline void operator^(Type::flag_type lhs, Type::mask_type rhs) {} \
|
/external/libaom/libaom/test/ |
D | reconinter_test.cc | 32 DIFFWTD_MASK_TYPE mask_type, 62 uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const CONV_BUF_TYPE *src0, 87 DIFFWTD_MASK_TYPE mask_type); 112 for (int mask_type = 0; mask_type < DIFFWTD_MASK_TYPES; mask_type++) { in RunCheckOutput() local 114 mask_ref, (DIFFWTD_MASK_TYPE)mask_type, src0, width, src1, width, in RunCheckOutput() 117 test_impl(mask_test, (DIFFWTD_MASK_TYPE)mask_type, src0, width, src1, width, in RunCheckOutput() 126 << " @ " << width << "x" << height << " inv " << mask_type; in RunCheckOutput() 133 buildcompdiffwtdmaskd16_func test_impl, DIFFWTD_MASK_TYPE mask_type) { in RunSpeedTest() argument 157 av1_build_compound_diffwtd_mask_d16_c(mask, mask_type, src0, width, src1, in RunSpeedTest() 168 test_impl(mask, mask_type, src0, width, src1, width, height, width, in RunSpeedTest()
|
/external/libaom/libaom/av1/common/x86/ |
D | reconinter_ssse3.c | 22 uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const uint8_t *src0, in av1_build_compound_diffwtd_mask_highbd_ssse3() argument 26 av1_build_compound_diffwtd_mask_highbd_c(mask, mask_type, src0, src0_stride, in av1_build_compound_diffwtd_mask_highbd_ssse3() 31 assert(mask_type == DIFFWTD_38 || mask_type == DIFFWTD_38_INV); in av1_build_compound_diffwtd_mask_highbd_ssse3() 40 if (mask_type == DIFFWTD_38_INV) { in av1_build_compound_diffwtd_mask_highbd_ssse3() 78 if (mask_type == DIFFWTD_38_INV) { in av1_build_compound_diffwtd_mask_highbd_ssse3()
|
D | reconinter_sse4.c | 27 DIFFWTD_MASK_TYPE mask_type, in av1_build_compound_diffwtd_mask_sse4_1() argument 31 const int mb = (mask_type == DIFFWTD_38_INV) ? AOM_BLEND_A64_MAX_ALPHA : 0; in av1_build_compound_diffwtd_mask_sse4_1() 98 uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const CONV_BUF_TYPE *src0, in av1_build_compound_diffwtd_mask_d16_sse4_1() argument 101 const int which_inverse = (mask_type == DIFFWTD_38) ? 0 : 1; in av1_build_compound_diffwtd_mask_d16_sse4_1()
|
D | reconinter_avx2.c | 30 DIFFWTD_MASK_TYPE mask_type, in av1_build_compound_diffwtd_mask_avx2() argument 34 const int mb = (mask_type == DIFFWTD_38_INV) ? AOM_BLEND_A64_MAX_ALPHA : 0; in av1_build_compound_diffwtd_mask_avx2() 496 uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const CONV_BUF_TYPE *src0, in av1_build_compound_diffwtd_mask_d16_avx2() argument 508 if (mask_type == DIFFWTD_38) { in av1_build_compound_diffwtd_mask_d16_avx2() 518 uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const uint8_t *src0, in av1_build_compound_diffwtd_mask_highbd_avx2() argument 523 mask, mask_type, src0, src0_stride, src1, src1_stride, h, w, bd); in av1_build_compound_diffwtd_mask_highbd_avx2() 525 assert(mask_type == DIFFWTD_38 || mask_type == DIFFWTD_38_INV); in av1_build_compound_diffwtd_mask_highbd_avx2() 536 if (mask_type == DIFFWTD_38_INV) { in av1_build_compound_diffwtd_mask_highbd_avx2() 578 if (mask_type == DIFFWTD_38_INV) { in av1_build_compound_diffwtd_mask_highbd_avx2()
|
/external/libaom/libaom/av1/common/arm/ |
D | reconinter_neon.c | 24 uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const CONV_BUF_TYPE *src0, in av1_build_compound_diffwtd_mask_d16_neon() argument 29 assert((mask_type == DIFFWTD_38_INV) || (mask_type == DIFFWTD_38)); in av1_build_compound_diffwtd_mask_d16_neon() 38 if (mask_type == DIFFWTD_38) { in av1_build_compound_diffwtd_mask_d16_neon()
|
/external/iproute2/tc/ |
D | f_flower.c | 84 static int flower_parse_eth_addr(char *str, int addr_type, int mask_type, in flower_parse_eth_addr() argument 118 addattr_l(n, MAX_MSG, mask_type, addr, sizeof(addr)); in flower_parse_eth_addr() 305 int addr_type, int mask_type, in flower_parse_arp_ip_addr() argument 311 return __flower_parse_ip_addr(str, AF_INET, addr_type, mask_type, in flower_parse_arp_ip_addr() 315 static int flower_parse_u8(char *str, int value_type, int mask_type, in flower_parse_u8() argument 349 addattr8(n, MAX_MSG, mask_type, mask); in flower_parse_u8() 388 int op_type, int mask_type, in flower_parse_arp_op() argument 394 return flower_parse_u8(str, op_type, mask_type, flower_arp_op_from_name, in flower_parse_arp_op() 431 int value_type, mask_type; in flower_parse_icmp() local 434 mask_type = flower_icmp_attr_mask_type(eth_type, ip_proto, field); in flower_parse_icmp() [all …]
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/ |
D | masked_autoregressive.py | 320 def _gen_slices(num_blocks, n_in, n_out, mask_type=MASK_EXCLUSIVE): argument 327 row = d_out if mask_type == MASK_EXCLUSIVE else 0 348 mask_type=MASK_EXCLUSIVE, argument 353 slices = _gen_slices(num_blocks, n_in, n_out, mask_type=mask_type)
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 128 struct lp_type mask_type; in generate_quad_mask() local 139 mask_type = lp_int_type(fs_type); in generate_quad_mask() 173 lp_build_vec_type(gallivm, mask_type), in generate_quad_mask() 190 mask_type, PIPE_FUNC_EQUAL, in generate_quad_mask() 1748 struct lp_type mask_type; in generate_unswizzled_blend() local 1797 mask_type = lp_int32_vec4_type(); in generate_unswizzled_blend() 1798 mask_type.length = fs_type.length; in generate_unswizzled_blend() 1801 fs_mask[i] = lp_build_zero(gallivm, mask_type); in generate_unswizzled_blend() 1806 check_mask = LLVMConstNull(lp_build_int_vec_type(gallivm, mask_type)); in generate_unswizzled_blend() 1812 lp_build_mask_begin(&mask_ctx, gallivm, mask_type, check_mask); in generate_unswizzled_blend() [all …]
|
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/bijectors/ |
D | masked_autoregressive_test.py | 46 mask = _gen_mask(num_blocks=3, n_in=4, n_out=6, mask_type="exclusive") 57 mask = _gen_mask(num_blocks=3, n_in=4, n_out=6, mask_type="inclusive")
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | operand.h | 92 const spv_operand_type_t mask_type,
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | operand.h | 92 const spv_operand_type_t mask_type,
|
/external/libcxx/include/experimental/ |
D | simd | 129 where(const typename simd<T, Abi>::mask_type&, simd<T, Abi>&) noexcept; 133 where(const typename simd<T, Abi>::mask_type&, const simd<T, Abi>&) noexcept; 227 using mask_type = simd_mask<T, Abi>; 260 mask_type operator!() const; 295 friend mask_type operator==(const simd&, const simd&); 296 friend mask_type operator!=(const simd&, const simd&); 297 friend mask_type operator>=(const simd&, const simd&); 298 friend mask_type operator<=(const simd&, const simd&); 299 friend mask_type operator> (const simd&, const simd&); 300 friend mask_type operator< (const simd&, const simd&); [all …]
|
/external/libaom/libaom/av1/common/ |
D | reconinter.c | 296 uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const CONV_BUF_TYPE *src0, in av1_build_compound_diffwtd_mask_d16_c() argument 299 switch (mask_type) { in av1_build_compound_diffwtd_mask_d16_c() 327 DIFFWTD_MASK_TYPE mask_type, in av1_build_compound_diffwtd_mask_c() argument 331 switch (mask_type) { in av1_build_compound_diffwtd_mask_c() 406 uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const uint8_t *src0, in av1_build_compound_diffwtd_mask_highbd_c() argument 409 switch (mask_type) { in av1_build_compound_diffwtd_mask_highbd_c() 621 comp_data->seg_mask, comp_data->mask_type, org_dst, org_dst_stride, in av1_make_masked_inter_predictor()
|
D | blockd.h | 206 DIFFWTD_MASK_TYPE mask_type; member
|
/external/libaom/config/arm/config/ |
D | av1_rtcd.h | 60 void av1_build_compound_diffwtd_mask_c(uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const uint8_t *s… 63 void av1_build_compound_diffwtd_mask_d16_c(uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const CONV_B… 64 void av1_build_compound_diffwtd_mask_d16_neon(uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const CON… 67 void av1_build_compound_diffwtd_mask_highbd_c(uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const uin…
|
/external/libaom/config/x86/config/ |
D | av1_rtcd.h | 59 void av1_build_compound_diffwtd_mask_c(uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const uint8_t *s… 62 void av1_build_compound_diffwtd_mask_d16_c(uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const CONV_B… 65 void av1_build_compound_diffwtd_mask_highbd_c(uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const uin… 66 void av1_build_compound_diffwtd_mask_highbd_ssse3(uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const…
|
/external/libaom/config/arm64/config/ |
D | av1_rtcd.h | 60 void av1_build_compound_diffwtd_mask_c(uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const uint8_t *s… 63 void av1_build_compound_diffwtd_mask_d16_c(uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const CONV_B… 64 void av1_build_compound_diffwtd_mask_d16_neon(uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const CON… 67 void av1_build_compound_diffwtd_mask_highbd_c(uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const uin…
|
/external/libaom/config/x86_64/config/ |
D | av1_rtcd.h | 59 void av1_build_compound_diffwtd_mask_c(uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const uint8_t *s… 62 void av1_build_compound_diffwtd_mask_d16_c(uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const CONV_B… 65 void av1_build_compound_diffwtd_mask_highbd_c(uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const uin… 66 void av1_build_compound_diffwtd_mask_highbd_ssse3(uint8_t *mask, DIFFWTD_MASK_TYPE mask_type, const…
|
/external/libaom/libaom/av1/encoder/ |
D | reconinter_enc.c | 559 comp_data->seg_mask, comp_data->mask_type, in build_wedge_inter_predictor_from_buf() 564 comp_data->seg_mask, comp_data->mask_type, ext_dst0, in build_wedge_inter_predictor_from_buf()
|
D | bitstream.c | 1184 aom_write_literal(w, mbmi->interinter_comp.mask_type, in pack_inter_mode_mvs()
|
D | rdopt.c | 7777 mbmi->interinter_comp.mask_type = best_mask_type; in pick_interinter_seg()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 2209 struct lp_type mask_type = lp_int_type(gs_type); in generate_mask_value() local 2211 LLVMValueRef mask_val = lp_build_const_vec(gallivm, mask_type, 0); in generate_mask_value() 2214 num_prims = lp_build_broadcast(gallivm, lp_build_vec_type(gallivm, mask_type), in generate_mask_value() 2220 mask_val = lp_build_compare(gallivm, mask_type, in generate_mask_value()
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 1452 mbmi->interinter_comp.mask_type = in read_inter_block_mode_info()
|