| /third_party/musl/porting/linux/user/src/network/ |
| H A D | lookup_name.c | 302 unsigned char len, mask; member
|
| /third_party/nghttp2/lib/ |
| H A D | nghttp2_hd.h | 161 size_t mask; member
|
| /third_party/node/deps/cares/src/lib/ |
| H A D | ares_private.h | 226 unsigned char mask; member
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | ucnvisci.cpp | 1568 uint8_t mask; in _ISCIIGetUnicodeSet() local
|
| H A D | uprops.cpp | 164 uint32_t mask; member 516 uint32_t mask; member [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_vec4.cpp | 2360 src_reg mask = src_reg(dst_reg(UNIFORM, mask_param / 4)); in run() local
|
| H A D | brw_vec4_visitor.cpp | 1181 uint8_t mask = 0; in emit_scratch_write() local [all...] |
| H A D | brw_vec4_generator.cpp | 749 const int mask = ivb ? INTEL_MASK(22, 16) : INTEL_MASK(23, 17); in generate_tcs_get_instance_id() local 871 unsigned mask = write_mask.ud; in generate_tcs_output_urb_offsets() local
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | debug_output.c | 344 uint32_t mask, val; in debug_namespace_set_all() local
|
| H A D | api_arrayelt.c | 1439 GLbitfield mask; in _mesa_array_element() local
|
| H A D | pack.c | 281 GLubyte mask = 1 << (unpack->SkipPixels & 0x7); in extract_uint_indexes() local 295 GLubyte mask = 128 >> (unpack->SkipPixels & 0x7); in extract_uint_indexes() local 549 const GLuint mask = ctx->PixelMaps.StoS.Size - 1; _mesa_unpack_stencil_span() local [all...] |
| /third_party/mesa3d/src/mesa/math/ |
| H A D | m_matrix.c | 1120 GLuint mask = 0; in analyse_from_scratch() local [all...] |
| /third_party/node/deps/icu-small/source/tools/icuexportdata/ |
| H A D | icuexportdata.cpp | 315 void maybeDumpMaskValue(UProperty uproperty, uint32_t v, uint32_t mask, FILE* f) { in maybeDumpMaskValue() argument 433 uint16_t mask = 0; in dumpScriptExtensions() local [all...] |
| /third_party/node/deps/nghttp2/lib/ |
| H A D | nghttp2_hd.h | 161 size_t mask; member
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_pkt.c | 165 static int has_mask(uint8_t b, uint8_t mask) { return (b & mask) == mask; } in has_mask() argument 2184 int64_t mask = win - 1; in ngtcp2_pkt_adjust_pkt_num() local
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_manager.c | 919 st_context_copy(struct st_context_iface *stctxi, struct st_context_iface *stsrci, unsigned mask) st_context_copy() argument
|
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | midgard_schedule.c | 66 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 D | midgard_ra.c | 402 unsigned mask = mir_bytemask(ins); in mir_compute_interference() local [all...] |
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_driver.h | 42 unsigned mask : 4; /* vec4 mask */ member
|
| /third_party/mesa3d/src/util/ |
| H A D | xmlconfig.c | 262 uint32_t size = 1 << cache->tableSize, mask = size - 1; in findOption() local
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.c | 242 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 D | lp_linear_sampler.c | 599 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 D | lp_rast.h | 256 uint64_t mask; member
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_state.c | 69 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 D | icuexportdata.cpp | 256 uint16_t mask = 0; in dumpScriptExtensions() local
|