/external/harfbuzz_ng/src/ |
D | hb-ot-kern-table.hh | 274 struct kern struct 276 static constexpr hb_tag_t tableTag = HB_OT_TAG_kern; 278 bool has_data () const { return u.version32; } in has_data() 279 unsigned get_type () const { return u.major; } in get_type() 281 bool has_state_machine () const in has_state_machine() 292 bool has_cross_stream () const in has_cross_stream() 303 int get_h_kerning (hb_codepoint_t left, hb_codepoint_t right) const in get_h_kerning() 314 bool apply (AAT::hb_aat_apply_context_t *c) const in apply() 318 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch() 331 bool sanitize (hb_sanitize_context_t *c) const in sanitize() [all …]
|
D | hb-kern.hh | 47 void kern (hb_font_t *font, in kern() function 80 hb_position_t kern = driver.get_kerning (info[i].codepoint, in kern() local
|
D | hb-ot-math.cc | 178 hb_ot_math_kern_t kern, in hb_ot_math_get_glyph_kerning()
|
D | hb-ot-shape-fallback.cc | 472 hb_position_t kern = 0; in get_kerning() local
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | kernel.cpp | 114 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() 290 validate_block_size(const command_queue &q, const kernel &kern, in validate_block_size() 324 auto &kern = obj(d_kern); in clEnqueueNDRangeKernel() local 351 auto &kern = obj(d_kern); in clEnqueueTask() local 397 auto &kern = obj(d_kern); in clSetKernelExecInfo() local
|
/external/clang/test/PCH/ |
D | cuda-kernel-call.cu | 14 __global__ void kern() { in kern() function
|
/external/llvm-project/clang/test/PCH/ |
D | cuda-kernel-call.cu | 14 __global__ void kern() { in kern() function
|
/external/llvm-project/clang/test/CodeGenCUDA/ |
D | lambda-reference-var.cu | 20 __global__ void kern(F f) { f(); } in kern() function
|
/external/sfntly/cpp/src/sfntly/ |
D | tag.cc | 53 const int32_t Tag::kern = TAG('k', 'e', 'r', 'n'); member in sfntly::Tag
|
D | tag.h | 69 static const int32_t kern; member
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | mad_float.cpp | 98 const char **kern = c; in BuildKernel() local
|
D | mad_double.cpp | 100 const char **kern = c; in BuildKernel() local
|
D | i_unary_float.cpp | 85 const char **kern = c; in BuildKernel() local
|
D | i_unary_double.cpp | 87 const char **kern = c; in BuildKernel() local
|
D | unary_u_double.cpp | 89 const char **kern = c; in BuildKernel() local
|
D | unary_u_float.cpp | 86 const char **kern = c; in BuildKernel() local
|
D | unary_two_results_double.cpp | 94 const char **kern = c; in BuildKernel() local
|
D | unary_two_results_i_double.cpp | 95 const char **kern = c; in BuildKernel() local
|
D | unary_two_results_i_float.cpp | 93 const char **kern = c; in BuildKernel() local
|
D | unary_two_results_float.cpp | 92 const char **kern = c; in BuildKernel() local
|
D | ternary_float.cpp | 101 const char **kern = c; in BuildKernel() local
|
D | ternary_double.cpp | 103 const char **kern = c; in BuildKernel() local
|
D | macro_unary_double.cpp | 87 const char **kern = c; in BuildKernel() local
|
D | macro_unary_float.cpp | 86 const char **kern = c; in BuildKernel() local
|
/external/mesa3d/src/gallium/frontends/clover/core/ |
D | kernel.hpp | 54 kernel &kern; member
|