Home
last modified time | relevance | path

Searched defs:kern (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-kern-table.hh304 struct kern struct
306 static constexpr hb_tag_t tableTag = HB_OT_TAG_kern;
308 bool has_data () const { return u.version32; } in has_data()
309 unsigned get_type () const { return u.major; } in get_type()
311 bool has_state_machine () const in has_state_machine()
322 bool has_cross_stream () const in has_cross_stream()
333 int get_h_kerning (hb_codepoint_t left, hb_codepoint_t right) const in get_h_kerning()
344 bool apply (AAT::hb_aat_apply_context_t *c, in apply()
349 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch()
362 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
[all …]
H A Dhb-kern.hh47 void kern (hb_font_t *font, in kern() function
84 hb_position_t kern = driver.get_kerning (info[i].codepoint, in kern() local
H A Dhb-ot-math.cc178 hb_ot_math_kern_t kern, in hb_ot_math_get_glyph_kerning()
219 hb_ot_math_kern_t kern, in hb_ot_math_get_glyph_kernings()
H A Dhb-ot-shape-fallback.cc477 hb_position_t kern = 0; in get_kerning() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/api/
H A Dkernel.cpp114 auto &kern = obj(d_kern); in clGetKernelInfo() local
156 auto &kern = obj(d_kern); in clGetKernelWorkGroupInfo() local
246 validate_common(const command_queue &q, kernel &kern, in validate_common()
287 validate_block_size(const command_queue &q, const kernel &kern, in validate_block_size()
321 auto &kern = obj(d_kern); in clEnqueueNDRangeKernel() local
348 auto &kern = obj(d_kern); in clEnqueueTask() local
401 auto &kern = obj(d_kern); in clSetKernelExecInfo() local
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
H A Ddepthwise_fp32.cpp348 auto kern = new sve_fp32_nhwc_generic_output9_mla_depthfirst(args.cpu_info); in __anon360745111402() local
381 …auto kern = new sve_fp32_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst(args.cpu_… in __anon360745111702() local
448 auto kern = new a64_fp32_nhwc_generic_output9_mla_depthfirst(args.cpu_info); in __anon360745111d02() local
481 …auto kern = new a64_fp32_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst(args.cpu_… in __anon360745112002() local
H A Ddepthwise_fp16.cpp213 auto kern = new a64_fp16_nhwc_generic_output9_mla_depthfirst(args.cpu_info); in __anon31a555d30c02() local
224 …auto kern = new a64_fp16_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst(args.cpu_… in __anon31a555d30d02() local
H A Ddepthwise_u8s8u8q.cpp211 …auto kern = new a64_u8s8u8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst(args.c… in __anonfe55368c0c02() local
H A Ddepthwise_u8q.cpp343 …auto kern = new a64_u8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst(args.cpu_i… in __anon3c5a01741502() local
H A Ddepthwise_s8q.cpp337 …auto kern = new a64_s8q_packed_to_nhwc_generic_with_multiplier_output2x8_mla_depthfirst(args.cpu_i… in __anona26587f21502() local
H A Ddepthwise_depthfirst_multiplier.hpp216 GenericDepthfirstMultiplierStrategy(KernelStrategyType *kern, const DepthwiseArgs &args) in GenericDepthfirstMultiplierStrategy()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dlsm_cgroup.c82 int type, int protocol, int kern) in BPF_PROG()
91 int type, int protocol, int kern) in BPF_PROG()
H A Dtest_sk_storage_tracing.c87 int BPF_PROG(inet_csk_accept, struct sock *sk, int flags, int *err, bool kern, in BPF_PROG()
H A Dlocal_storage.c146 int protocol, int kern) in BPF_PROG()
H A Dsetget_sockopt.c345 int type, int protocol, int kern) in BPF_PROG()
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/
H A Dpooling_depthfirst.hpp137 const auto kern = reinterpret_cast<const DepthfirstStrategy<TInput, TOutput> *>( in compute_tile_padded() local
199 const auto kern = reinterpret_cast<const DepthfirstStrategy<TInput, TOutput> *>( in compute_row_padded_tile_row() local
/aosp_15_r20/external/clang/test/PCH/
H A Dcuda-kernel-call.cu14 __global__ void kern() { in kern() function
/aosp_15_r20/system/teeui/libteeui/src/
H A Dfont_rendering.cpp100 Vec2d<pxs> TextFace::kern(GlyphIndex previous) const { in kern() function in teeui::TextFace
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/core/
H A Dkernel.hpp55 kernel &kern; member
H A Dkernel.cpp183 kernel::exec_context::exec_context(kernel &kern) : in exec_context()
/aosp_15_r20/external/fonttools/Lib/fontTools/
H A DtfmLib.py295 def kern(i): function
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GPOS/
H A DPairPosFormat2.hh195 hb_position_t kern = src[i]; in apply() local
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/style/font/
Dttf.rs93 let kern = kern in query_kerning_table() localVariable
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DCLProgramVk.cpp787 createFuncs.emplace_back([this, &kernArgMap](const cl::Kernel &kern) { in createKernels()
/aosp_15_r20/external/freetype/src/gxvalid/
H A Dgxvkern.c844 GXV_kern_Data kern = &kernrec; in gxv_kern_validate_generic() local

12