Home
last modified time | relevance | path

Searched defs:mask (Results 1251 - 1275 of 2445) sorted by relevance

1...<<51525354555657585960>>...98

/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_dump.c713 mask_to_string(uint32_t mask, char str[5]) in mask_to_string() argument
737 char mask[5] = ""; in dump_io_signature() local
/third_party/mesa3d/src/util/
H A Dregister_allocate.c754 BITSET_WORD mask = ~(BITSET_WORD)0 >> (31 - high_bit); in ra_simplify() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir.cpp789 Instruction::defCount(unsigned int mask, bool singleFile) const in defCount() argument
808 Instruction::srcCount(unsigned int mask, bool singleFile) const in srcCount() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.c316 const unsigned mask = bld->mask[attrib]; in attribs_update_simple() local
H A Dlp_rast.c354 uint64_t mask = 0; in lp_rast_shade_tile() local
411 lp_rast_shade_quads_mask_sample(struct lp_rasterizer_task *task, const struct lp_rast_shader_inputs *inputs, unsigned x, unsigned y, uint64_t mask) lp_rast_shade_quads_mask_sample() argument
492 lp_rast_shade_quads_mask(struct lp_rasterizer_task *task, const struct lp_rast_shader_inputs *inputs, unsigned x, unsigned y, unsigned mask) lp_rast_shade_quads_mask() argument
H A Dlp_rast_tri.c68 unsigned mask = 0; in build_mask_linear() local
300 struct { unsigned mask:16; unsigned i:8; unsigned j:8; } out[16]; lp_rast_triangle_32_3_16() member
381 unsigned mask = _mm_movemask_epi8(c_0123); lp_rast_triangle_32_3_16() local
474 unsigned mask = _mm_movemask_epi8(c_0123); lp_rast_triangle_32_3_4() local
583 struct { unsigned mask:16; unsigned i:8; unsigned j:8; } out[16]; lp_rast_triangle_32_3_16() member
678 unsigned mask = vec_movemask_epi8(c_0123); lp_rast_triangle_32_3_16() local
[all...]
H A Dlp_setup_rect.c408 unsigned mask = left_mask | right_mask; in lp_setup_bin_rectangle() local
414 unsigned mask = top_mask | bottom_mask; in lp_setup_bin_rectangle() local
203 partial(struct lp_setup_context *setup, const struct lp_rast_rectangle *rect, boolean opaque, unsigned ix, unsigned iy, unsigned mask) partial() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video_vp.c257 int i, sum = 0, mask, block_index, count; in nv84_decoder_vp_mpeg12_mb() local
/third_party/libinput/test/
H A Dtest-utils.c740 uint32_t mask; in START_TEST() local
/third_party/libfuse/example/
H A Dpassthrough_fh.c88 static int xmp_access(const char *path, int mask) in xmp_access() argument
/third_party/ltp/testcases/lib/
H A Dtst_net_vars.c92 struct in_addr mask; in prefix2mask() local
108 calc_network(const struct in_addr *ip, struct in_addr *mask) calc_network() argument
119 is_in_subnet_ipv4(const struct in_addr *network, const struct in_addr *mask, const struct in_addr *ip) is_in_subnet_ipv4() argument
126 is_in_subnet_ipv6(const struct in6_addr *network, const struct in6_addr *mask, const struct in6_addr *ip6) is_in_subnet_ipv6() argument
146 struct in_addr mask = prefix2mask(prefix); get_ipv4_netmask() local
190 struct in_addr mask = prefix2mask(prefix); get_ipv4_broadcast() local
211 struct in_addr mask, network; get_ipv4_net16_unused() local
265 struct in6_addr mask, network; get_ipv6_net32_unused() local
[all...]
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
H A Dcommands.c64 static inline int nodemask_isset(nodemask_t * mask, int node) in nodemask_isset() argument
74 static inline void nodemask_set(nodemask_t * mask, int node) in nodemask_set() argument
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify10.c487 unsigned int mflags, mask, ignored_mask; in show_fanotify_ignore_marks() local
525 unsigned int mark_ignored, mask; in create_fanotify_groups() local
[all...]
/third_party/libwebsockets/lib/roles/ws/
H A Dprivate-lib-roles-ws.h134 uint8_t mask[4]; member
/third_party/libfuse/lib/modules/
H A Diconv.c116 static int iconv_access(const char *path, int mask) in iconv_access() argument
H A Dsubdir.c66 static int subdir_access(const char *path, int mask) in subdir_access() argument
/third_party/libinput/src/
H A Devdev-mt-touchpad-buttons.c595 uint32_t mask = bit(e->code - BTN_LEFT); in tp_process_button() local
/third_party/node/deps/v8/src/compiler/
H A Dloop-analysis.cc145 uint32_t mask = i == INDEX(loop_filter) ? ~BIT(loop_filter) : 0xFFFFFFFF; in PropagateBackwardMarks() local
/third_party/node/deps/v8/src/d8/
H A Dd8-posix.cc536 static bool mkdirp(Isolate* isolate, char* directory, mode_t mask) { in mkdirp() argument
564 mode_t mask = 0777; in MakeDirectory() local
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.h96 uint32_t mask = 0; member
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.h553 static const int mask = Field::kMask >> Field::kShift; in DecodeField() local
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.h808 static const int mask = Field::kMask >> Field::kShift; in DecodeField() local
/third_party/node/deps/v8/src/heap/
H A Dslot-set.h220 uint32_t mask = 1u << bit_index; in Insert() local
442 void SetCellBits(int cell_index, uint32_t mask) { in SetCellBits() argument
444 base::AsAtomic32::SetBits(cell(cell_index), mask, mask); in SetCellBits() local
451 void ClearCellBits(int cell_index, uint32_t mask) { in ClearCellBits() argument
452 base::AsAtomic32::SetBits(cell(cell_index), 0u, mask); in ClearCellBits() local
484 uint32_t mask = 0; Iterate() local
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-generator.cc266 void RegExpBytecodeGenerator::CheckCharacterAfterAnd(uint32_t c, uint32_t mask, in CheckCharacterAfterAnd() argument
278 CheckNotCharacterAfterAnd(uint32_t c, uint32_t mask, Label* on_not_equal) CheckNotCharacterAfterAnd() argument
291 CheckNotCharacterAfterMinusAnd( base::uc16 c, base::uc16 minus, base::uc16 mask, Label* on_not_equal) CheckNotCharacterAfterMinusAnd() argument
H A Dregexp-macro-assembler-tracer.cc255 CheckCharacterAfterAnd( unsigned c, unsigned mask, Label* on_equal) CheckCharacterAfterAnd() argument
269 CheckNotCharacterAfterAnd( unsigned c, unsigned mask, Label* on_not_equal) CheckNotCharacterAfterAnd() argument
282 CheckNotCharacterAfterMinusAnd( base::uc16 c, base::uc16 minus, base::uc16 mask, Label* on_not_equal) CheckNotCharacterAfterMinusAnd() argument
[all...]

Completed in 30 milliseconds

1...<<51525354555657585960>>...98