Searched refs:mask (Results 151 - 175 of 2694) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c68 static void lp_exec_mask_init(struct lp_exec_mask *mask, struct lp_build_context *bld) argument
73 mask->bld = bld;
74 mask->has_mask = FALSE;
75 mask->cond_stack_size = 0;
76 mask->loop_stack_size = 0;
77 mask->call_stack_size = 0;
79 mask->int_vec_type = lp_build_int_vec_type(bld->gallivm, mask->bld->type);
80 mask->exec_mask = mask
91 lp_exec_mask_update(struct lp_exec_mask *mask) argument
122 lp_exec_mask_cond_push(struct lp_exec_mask *mask, LLVMValueRef val) argument
140 lp_exec_mask_cond_invert(struct lp_exec_mask *mask) argument
160 lp_exec_mask_cond_pop(struct lp_exec_mask *mask) argument
167 lp_exec_bgnloop(struct lp_exec_mask *mask) argument
199 lp_exec_break(struct lp_exec_mask *mask) argument
213 lp_exec_continue(struct lp_exec_mask *mask) argument
228 lp_exec_endloop(struct gallivm_state *gallivm, struct lp_exec_mask *mask) argument
304 lp_exec_mask_store(struct lp_exec_mask *mask, struct lp_build_context *bld_store, LLVMValueRef pred, LLVMValueRef val, LLVMValueRef dst) argument
334 lp_exec_mask_call(struct lp_exec_mask *mask, int func, int *pc) argument
345 lp_exec_mask_ret(struct lp_exec_mask *mask, int *pc) argument
366 lp_exec_mask_bgnsub(struct lp_exec_mask *mask) argument
370 lp_exec_mask_endsub(struct lp_exec_mask *mask, int *pc) argument
461 emit_mask_scatter(struct lp_build_tgsi_soa_context *bld, LLVMValueRef base_ptr, LLVMValueRef indexes, LLVMValueRef values, struct lp_exec_mask *mask, LLVMValueRef pred) argument
1422 LLVMValueRef mask; local
1477 LLVMValueRef mask; local
2052 lp_build_tgsi_soa(struct gallivm_state *gallivm, const struct tgsi_token *tokens, struct lp_type type, struct lp_build_mask_context *mask, LLVMValueRef consts_ptr, const struct lp_bld_tgsi_system_values *system_values, const LLVMValueRef *pos, const LLVMValueRef (*inputs)[TGSI_NUM_CHANNELS], LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], struct lp_build_sampler_soa *sampler, const struct tgsi_shader_info *info) argument
[all...]
H A Dlp_bld_logic.h68 LLVMValueRef mask,
74 LLVMValueRef mask,
80 unsigned mask,
H A Dlp_bld_flow.c123 * Check if the mask predicate is zero. If so, jump to the end of the block.
126 lp_build_mask_check(struct lp_build_mask_context *mask) argument
128 LLVMBuilderRef builder = mask->skip.gallivm->builder;
132 value = lp_build_mask_value(mask);
143 /* cond = (mask == 0) */
146 LLVMBuildBitCast(builder, value, mask->reg_type, ""),
147 LLVMConstNull(mask->reg_type),
151 lp_build_flow_skip_cond_break(&mask->skip, cond);
156 * Begin a section of code which is predicated on a mask.
157 * \param mask th
163 lp_build_mask_begin(struct lp_build_mask_context *mask, struct gallivm_state *gallivm, struct lp_type type, LLVMValueRef value) argument
182 lp_build_mask_value(struct lp_build_mask_context *mask) argument
194 lp_build_mask_update(struct lp_build_mask_context *mask, LLVMValueRef value) argument
208 lp_build_mask_end(struct lp_build_mask_context *mask) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c68 static void lp_exec_mask_init(struct lp_exec_mask *mask, struct lp_build_context *bld) argument
73 mask->bld = bld;
74 mask->has_mask = FALSE;
75 mask->cond_stack_size = 0;
76 mask->loop_stack_size = 0;
77 mask->call_stack_size = 0;
79 mask->int_vec_type = lp_build_int_vec_type(bld->gallivm, mask->bld->type);
80 mask->exec_mask = mask
91 lp_exec_mask_update(struct lp_exec_mask *mask) argument
122 lp_exec_mask_cond_push(struct lp_exec_mask *mask, LLVMValueRef val) argument
140 lp_exec_mask_cond_invert(struct lp_exec_mask *mask) argument
160 lp_exec_mask_cond_pop(struct lp_exec_mask *mask) argument
167 lp_exec_bgnloop(struct lp_exec_mask *mask) argument
199 lp_exec_break(struct lp_exec_mask *mask) argument
213 lp_exec_continue(struct lp_exec_mask *mask) argument
228 lp_exec_endloop(struct gallivm_state *gallivm, struct lp_exec_mask *mask) argument
304 lp_exec_mask_store(struct lp_exec_mask *mask, struct lp_build_context *bld_store, LLVMValueRef pred, LLVMValueRef val, LLVMValueRef dst) argument
334 lp_exec_mask_call(struct lp_exec_mask *mask, int func, int *pc) argument
345 lp_exec_mask_ret(struct lp_exec_mask *mask, int *pc) argument
366 lp_exec_mask_bgnsub(struct lp_exec_mask *mask) argument
370 lp_exec_mask_endsub(struct lp_exec_mask *mask, int *pc) argument
461 emit_mask_scatter(struct lp_build_tgsi_soa_context *bld, LLVMValueRef base_ptr, LLVMValueRef indexes, LLVMValueRef values, struct lp_exec_mask *mask, LLVMValueRef pred) argument
1422 LLVMValueRef mask; local
1477 LLVMValueRef mask; local
2052 lp_build_tgsi_soa(struct gallivm_state *gallivm, const struct tgsi_token *tokens, struct lp_type type, struct lp_build_mask_context *mask, LLVMValueRef consts_ptr, const struct lp_bld_tgsi_system_values *system_values, const LLVMValueRef *pos, const LLVMValueRef (*inputs)[TGSI_NUM_CHANNELS], LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], struct lp_build_sampler_soa *sampler, const struct tgsi_shader_info *info) argument
[all...]
H A Dlp_bld_logic.h68 LLVMValueRef mask,
74 LLVMValueRef mask,
80 unsigned mask,
H A Dlp_bld_flow.c123 * Check if the mask predicate is zero. If so, jump to the end of the block.
126 lp_build_mask_check(struct lp_build_mask_context *mask) argument
128 LLVMBuilderRef builder = mask->skip.gallivm->builder;
132 value = lp_build_mask_value(mask);
143 /* cond = (mask == 0) */
146 LLVMBuildBitCast(builder, value, mask->reg_type, ""),
147 LLVMConstNull(mask->reg_type),
151 lp_build_flow_skip_cond_break(&mask->skip, cond);
156 * Begin a section of code which is predicated on a mask.
157 * \param mask th
163 lp_build_mask_begin(struct lp_build_mask_context *mask, struct gallivm_state *gallivm, struct lp_type type, LLVMValueRef value) argument
182 lp_build_mask_value(struct lp_build_mask_context *mask) argument
194 lp_build_mask_update(struct lp_build_mask_context *mask, LLVMValueRef value) argument
208 lp_build_mask_end(struct lp_build_mask_context *mask) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_bld_alpha.c53 struct lp_build_mask_context *mask,
91 lp_build_mask_update(mask, test);
94 lp_build_mask_check(mask);
49 lp_build_alpha_test(struct gallivm_state *gallivm, unsigned func, struct lp_type type, const struct util_format_description *cbuf_format_desc, struct lp_build_mask_context *mask, LLVMValueRef alpha, LLVMValueRef ref, boolean do_branch) argument
/external/chromium_org/third_party/skia/src/core/
H A DSkBlitMask.h18 * Returns true if the device config and mask format were supported.
21 static bool BlitColor(const SkBitmap& device, const SkMask& mask,
25 * Function pointer that blits the mask into a device (dst) colorized
30 const void* mask, size_t maskRB,
34 * Function pointer that blits a row of mask(lcd16) into a row of dst
43 * Function pointer that blits a row of src colors through a row of a mask
45 * will have been told the formats for the mask and the dst.
47 typedef void (*RowProc)(void* dst, const void* mask,
H A DSkMaskFilter.cpp42 static void blitClippedMask(SkBlitter* blitter, const SkMask& mask, argument
46 blitter->blitMask(mask, r);
58 static void dump(const SkMask& mask) {
59 for (int y = mask.fBounds.top(); y < mask.fBounds.bottom(); ++y) {
60 for (int x = mask.fBounds.left(); x < mask.fBounds.right(); ++x) {
61 SkDebugf("%02X", *mask.getAddr8(x, y));
69 static void draw_nine_clipped(const SkMask& mask, const SkIRect& outerR, argument
77 m.fBounds = mask
183 draw_nine(const SkMask& mask, const SkIRect& outerR, const SkIPoint& center, bool fillCenter, const SkRasterClip& clip, SkBlitter* blitter) argument
[all...]
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_wbmp.cpp80 unsigned mask = *src++; local
81 dst[0] = (mask >> 7) & 1;
82 dst[1] = (mask >> 6) & 1;
83 dst[2] = (mask >> 5) & 1;
84 dst[3] = (mask >> 4) & 1;
85 dst[4] = (mask >> 3) & 1;
86 dst[5] = (mask >> 2) & 1;
87 dst[6] = (mask >> 1) & 1;
88 dst[7] = (mask >> 0) & 1;
94 unsigned mask local
[all...]
/external/chromium_org/ui/wm/core/
H A Dmasked_window_targeter.cc23 gfx::Path mask; local
24 if (!GetHitTestMask(window, &mask))
36 return mask_region.setPath(mask, clip_region) &&
/external/fio/
H A Dmemalign.c11 #define PTR_ALIGN(ptr, mask) \
12 (char *) (((uintptr_t) ((ptr) + (mask)) & ~(mask)))
/external/iptables/extensions/
H A Dlibxt_devgroup.c16 "[!] --src-group value[/mask] Match device group of incoming device\n"
17 "[!] --dst-group value[/mask] Match device group of outgoing device\n"
46 unsigned int *mask)
54 ok = xtables_strtoui(end + 1, NULL, mask,
57 *mask = ~0U;
66 *mask = ~0U;
73 unsigned int id, mask; local
78 devgroup_parse_groupspec(cb->arg, &id, &mask);
80 info->src_mask = mask;
86 devgroup_parse_groupspec(cb->arg, &id, &mask);
45 devgroup_parse_groupspec(const char *arg, unsigned int *group, unsigned int *mask) argument
97 print_devgroup(unsigned int id, unsigned int mask, int numeric) argument
[all...]
/external/jemalloc/test/include/test/
H A DSFMT-sse2.h60 * @param mask 128-bit mask
64 __m128i c, __m128i d, __m128i mask) {
74 y = _mm_and_si128(y, mask);
86 __m128i r, r1, r2, mask; local
87 mask = _mm_set_epi32(MSK4, MSK3, MSK2, MSK1);
93 mask);
100 mask);
116 __m128i r, r1, r2, mask; local
117 mask
63 mm_recursion(__m128i *a, __m128i *b, __m128i c, __m128i d, __m128i mask) argument
[all...]
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.h39 GetLogIfAllCategoriesSet(uint32_t mask = 0);
42 GetLogIfAnyCategoryIsSet (uint32_t mask);
54 LogIf (uint32_t mask, const char *format, ...);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_alpha.c53 struct lp_build_mask_context *mask,
91 lp_build_mask_update(mask, test);
94 lp_build_mask_check(mask);
49 lp_build_alpha_test(struct gallivm_state *gallivm, unsigned func, struct lp_type type, const struct util_format_description *cbuf_format_desc, struct lp_build_mask_context *mask, LLVMValueRef alpha, LLVMValueRef ref, boolean do_branch) argument
/external/skia/src/core/
H A DSkBlitMask.h18 * Returns true if the device config and mask format were supported.
21 static bool BlitColor(const SkBitmap& device, const SkMask& mask,
25 * Function pointer that blits the mask into a device (dst) colorized
30 const void* mask, size_t maskRB,
34 * Function pointer that blits a row of mask(lcd16) into a row of dst
43 * Function pointer that blits a row of src colors through a row of a mask
45 * will have been told the formats for the mask and the dst.
47 typedef void (*RowProc)(void* dst, const void* mask,
H A DSkMaskFilter.cpp42 static void blitClippedMask(SkBlitter* blitter, const SkMask& mask, argument
46 blitter->blitMask(mask, r);
58 static void dump(const SkMask& mask) {
59 for (int y = mask.fBounds.top(); y < mask.fBounds.bottom(); ++y) {
60 for (int x = mask.fBounds.left(); x < mask.fBounds.right(); ++x) {
61 SkDebugf("%02X", *mask.getAddr8(x, y));
69 static void draw_nine_clipped(const SkMask& mask, const SkIRect& outerR, argument
77 m.fBounds = mask
183 draw_nine(const SkMask& mask, const SkIRect& outerR, const SkIPoint& center, bool fillCenter, const SkRasterClip& clip, SkBlitter* blitter) argument
[all...]
/external/skia/src/images/
H A DSkImageDecoder_wbmp.cpp80 unsigned mask = *src++; local
81 dst[0] = (mask >> 7) & 1;
82 dst[1] = (mask >> 6) & 1;
83 dst[2] = (mask >> 5) & 1;
84 dst[3] = (mask >> 4) & 1;
85 dst[4] = (mask >> 3) & 1;
86 dst[5] = (mask >> 2) & 1;
87 dst[6] = (mask >> 1) & 1;
88 dst[7] = (mask >> 0) & 1;
94 unsigned mask local
[all...]
/external/opencv/cv/src/
H A Dcvfloodfill.cpp379 uchar* mask = (pMask += maskStep + 1) + maskStep*seed.y; local
394 if( mask[L] )
397 mask[L] = newMaskVal;
412 while( !mask[R + 1] && DIFF_INT_C1( img + (R+1), val0 ))
413 mask[++R] = newMaskVal;
415 while( !mask[L - 1] && DIFF_INT_C1( img + (L-1), val0 ))
416 mask[--L] = newMaskVal;
420 while( !mask[R + 1] && DIFF_INT_C1( img + (R+1), img + R ))
421 mask[++R] = newMaskVal;
423 while( !mask[
685 uchar* mask = (pMask += maskStep + 1) + maskStep*seed.y; local
1033 CvMat maskstub, *mask = (CvMat*)maskarr; local
[all...]
/external/chromium_org/crypto/
H A Dencryptor.cc61 uint8* mask,
64 CHECK(mask);
74 counter_->Write(mask);
75 mask += kBlockLength;
86 const void* mask,
90 const uint8* mask_ptr = reinterpret_cast<const uint8*>(mask);
60 GenerateCounterMask(size_t plaintext_len, uint8* mask, size_t* mask_len) argument
84 MaskMessage(const void* plaintext, size_t plaintext_len, const void* mask, void* ciphertext) const argument
/external/e2fsprogs/lib/e2p/
H A De2p.h48 const char *e2p_feature2string(int compat, unsigned int mask);
49 const char *e2p_jrnl_feature2string(int compat, unsigned int mask);
50 int e2p_string2feature(char *string, int *compat, unsigned int *mask);
51 int e2p_jrnl_string2feature(char *string, int *compat_type, unsigned int *mask);
64 const char *e2p_mntopt2string(unsigned int mask);
65 int e2p_string2mntopt(char *string, unsigned int *mask);
/external/libsepol/include/sepol/
H A Dnode_record.h25 const char *mask,
30 const char **mask, int *proto);
56 const sepol_node_t * node, char **mask);
60 char **mask, size_t * mask_sz);
64 int proto, const char *mask);
68 const char *mask, size_t mask_sz);
/external/qemu/distrib/ext4_utils/src/
H A Djbd2.h117 #define JBD2_HAS_COMPAT_FEATURE(j,mask) ((j)->j_format_version >= 2 && ((j)->j_superblock->s_feature_compat & cpu_to_be32((mask))))
118 #define JBD2_HAS_RO_COMPAT_FEATURE(j,mask) ((j)->j_format_version >= 2 && ((j)->j_superblock->s_feature_ro_compat & cpu_to_be32((mask))))
119 #define JBD2_HAS_INCOMPAT_FEATURE(j,mask) ((j)->j_format_version >= 2 && ((j)->j_superblock->s_feature_incompat & cpu_to_be32((mask))))
/external/qemu/include/qemu/
H A Dlog.h44 /* Returns true if a bit is set in the current loglevel mask
46 static inline bool qemu_loglevel_mask(int mask) argument
48 return (qemu_loglevel & mask) != 0;
67 /* log only if a bit is set on the current loglevel mask
69 void GCC_FMT_ATTR(2, 3) qemu_log_mask(int mask, const char *fmt, ...);
92 * @mask: Mask when to log.
96 * Logs the output of cpu_dump_state() if loglevel includes @mask.
98 static inline void log_cpu_state_mask(int mask, CPUState *cpu, int flags) argument
100 if (qemu_loglevel & mask) {
157 int mask; member in struct:QEMULogItem
[all...]

Completed in 6881 milliseconds

1234567891011>>