Home
last modified time | relevance | path

Searched defs:mask (Results 1301 - 1325 of 2087) sorted by relevance

1...<<51525354555657585960>>...84

/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_schedule.c66 add_dependency(struct util_dynarray *table, unsigned index, uint16_t mask, midgard_instruction **instructions, unsigned child) in add_dependency() argument
88 mark_access(struct util_dynarray *table, unsigned index, uint16_t mask, unsigned parent) in mark_access() argument
127 unsigned mask = mir_bytemask(instructions[i]); in mir_create_dependency_graph() local
213 is_single_component_mask(unsigned mask) in is_single_component_mask() argument
376 unsigned mask; global() member
667 unsigned mask = predicate->mask; mir_choose_instruction() local
[all...]
H A Dmidgard_ra.c402 unsigned mask = mir_bytemask(ins); in mir_compute_interference() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_driver.h42 unsigned mask : 4; /* vec4 mask */ member
/third_party/mesa3d/src/util/
H A Dxmlconfig.c262 uint32_t size = 1 << cache->tableSize, mask = size - 1; in findOption() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c242 lp_build_stencil_op(struct lp_build_context *bld, const struct pipe_stencil_state stencil[2], enum stencil_op op, LLVMValueRef stencilRefs[2], LLVMValueRef stencilVals, LLVMValueRef mask, LLVMValueRef front_facing) lp_build_stencil_op() argument
353 get_z_shift_and_mask(const struct util_format_description *format_desc, unsigned *shift, unsigned *width, unsigned *mask) get_z_shift_and_mask() argument
391 get_s_shift_and_mask(const struct util_format_description *format_desc, unsigned *shift, unsigned *mask) get_s_shift_and_mask() argument
825 lp_build_depth_stencil_test(struct gallivm_state *gallivm, const struct lp_depth_state *depth, const struct pipe_stencil_state stencil[2], struct lp_type z_src_type, const struct util_format_description *format_desc, struct lp_build_mask_context *mask, LLVMValueRef *cov_mask, LLVMValueRef stencil_refs[2], LLVMValueRef z_src, LLVMValueRef z_fb, LLVMValueRef s_fb, LLVMValueRef face, LLVMValueRef *z_value, LLVMValueRef *s_value, boolean do_branch, bool restrict_depth) lp_build_depth_stencil_test() argument
970 LLVMValueRef mask = lp_build_const_int_vec(gallivm, s_type, s_mask); lp_build_depth_stencil_test() local
[all...]
H A Dlp_linear_sampler.c599 const __m128i mask = _mm_set1_epi32(0xff000000); in fetch_bgrx_axis_aligned_linear() local
618 const __m128i mask = _mm_set1_epi32(0xff000000); in fetch_bgrx_clamp_linear() local
638 const __m128i mask = _mm_set1_epi32(0xff000000); in fetch_bgrx_linear() local
H A Dlp_rast.h256 uint64_t mask; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c69 nv50_colormask(unsigned mask) in nv50_colormask() argument
1251 unsigned mask = 0; in nv50_bind_images_range() local
1344 unsigned mask = 0; nv50_bind_buffers_range() local
[all...]
/third_party/icu/icu4c/source/tools/icuexportdata/
H A Dicuexportdata.cpp256 uint16_t mask = 0; in dumpScriptExtensions() local
/third_party/libevdev/libevdev/
H A Dlibevdev.c1325 const unsigned long *mask = NULL; in libevdev_has_event_code() local
1574 unsigned long *mask = NULL; in libevdev_enable_event_code() local
1621 unsigned long *mask = NULL; in libevdev_disable_event_code() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dexpand.c84 long long mask = 1ULL << (expr->ctype->bit_size - 1); in get_longlong() local
102 long long value, mask, signmask; in cast_value() local
194 unsigned long long v, l, r, mask; in simplify_int_binop() local
310 unsigned long long l, r, mask; simplify_cmp_binop() local
767 unsigned long long v, mask; simplify_preop() local
1376 long long value, mask; __get_expression_value() local
[all...]
/third_party/lwip/src/netif/ppp/
H A Dipcp.c531 u32_t mask; local
1887 u32_t mask; in ipcp_up() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dcommon-operator.h281 BitMaskType mask() const { return bit_mask_; } in mask() function in v8::internal::compiler::final
H A Dmachine-operator-reducer.cc1209 uint32_t const mask = divisor - 1; in ReduceInt32Mod() local
1615 uint32_t mask = mleft.right().ResolvedValue(); in ReduceWord32Shr() local
1706 typename A::intN_t const mask = m.right().ResolvedValue(); in ReduceWordNAnd() member in v8::internal::compiler::A
1789 uint32_t const mask; global() member
1815 uint32_t mask = mand.right().ResolvedValue(); Detect() local
1867 uint32_t mask = 1 << shift.right().ResolvedValue(); TryDetectShiftAndMaskOneBit() local
2361 auto mask = mand.right().ResolvedValue(); ReduceWord32EqualForConstantRhs() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc2467 Simd128Register mask = i.TempSimd128Register(0); in AssembleArchInstruction() local
[all...]
/third_party/node/deps/v8/src/baseline/ia32/
H A Dbaseline-assembler-ia32-inl.h146 void BaselineAssembler::TestAndBranch(Register value, int mask, Condition cc, in TestAndBranch() argument
/third_party/node/deps/v8/src/baseline/mips/
H A Dbaseline-assembler-mips-inl.h140 void BaselineAssembler::TestAndBranch(Register value, int mask, Condition cc, in TestAndBranch() argument
/third_party/node/deps/v8/src/baseline/loong64/
H A Dbaseline-assembler-loong64-inl.h138 void BaselineAssembler::TestAndBranch(Register value, int mask, Condition cc, in TestAndBranch() argument
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc562 constexpr uintptr_t mask[] = {static_cast<uintptr_t>(0x5555555555555555), in PopulationCountFallback() local
[all...]
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.h968 uint64_t mask = (static_cast<uint64_t>(1) << width) - 1; in ExtractBitRange() local
973 uint32_t mask = (1 << width) - 1; in ExtractBitRange() local
985 inline void ExtractBitMask(Register dst, Register src, uintptr_t mask, in ExtractBitMask() argument
1022 TestBitMask(Register value, uintptr_t mask, Register scratch = r0) TestBitMask() argument
[all...]
/third_party/node/deps/v8/src/baseline/s390/
H A Dbaseline-assembler-s390-inl.h236 void BaselineAssembler::TestAndBranch(Register value, int mask, Condition cc, in TestAndBranch() argument
/third_party/node/deps/v8/src/baseline/riscv64/
H A Dbaseline-assembler-riscv64-inl.h136 void BaselineAssembler::TestAndBranch(Register value, int mask, Condition cc, in TestAndBranch() argument
/third_party/node/deps/v8/src/baseline/mips64/
H A Dbaseline-assembler-mips64-inl.h138 void BaselineAssembler::TestAndBranch(Register value, int mask, Condition cc, in TestAndBranch() argument
/third_party/node/deps/v8/src/baseline/ppc/
H A Dbaseline-assembler-ppc-inl.h236 void BaselineAssembler::TestAndBranch(Register value, int mask, Condition cc, in TestAndBranch() argument
/third_party/node/deps/v8/src/baseline/arm/
H A Dbaseline-assembler-arm-inl.h151 void BaselineAssembler::TestAndBranch(Register value, int mask, Condition cc, in TestAndBranch() argument

Completed in 42 milliseconds

1...<<51525354555657585960>>...84