Searched defs:kern (Results 1 - 8 of 8) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-math.cc140 * @kern: the #hb_ot_math_kern_t from which to retrieve the value
147 * kerns is returned and otherwise the last kern value is returned.
156 hb_ot_math_kern_t kern,
160 return math.get_math_glyph_info().get_kerning (glyph, kern, correction_height, font);
154 hb_ot_math_get_glyph_kerning(hb_font_t *font, hb_codepoint_t glyph, hb_ot_math_kern_t kern, hb_position_t correction_height) argument
H A Dhb-ot-math-table.hh284 * which the kern value changes.
288 * Array of kern values corresponding
310 inline hb_position_t get_kerning (hb_ot_math_kern_t kern, argument
315 unsigned int idx = kern;
340 hb_ot_math_kern_t kern,
345 return mathKernInfoRecords[index].get_kerning (kern, correction_height, font, this);
387 hb_ot_math_kern_t kern,
390 { return (this+mathKernInfo).get_kerning (glyph, kern, correction_height, font); }
339 get_kerning(hb_codepoint_t glyph, hb_ot_math_kern_t kern, hb_position_t correction_height, hb_font_t *font) const argument
386 get_kerning(hb_codepoint_t glyph, hb_ot_math_kern_t kern, hb_position_t correction_height, hb_font_t *font) const argument
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dkernel.cpp114 auto &kern = obj(d_kern); local
118 buf.as_string() = kern.name();
122 buf.as_scalar<cl_uint>() = kern.args().size();
126 buf.as_scalar<cl_uint>() = kern.ref_count();
130 buf.as_scalar<cl_context>() = desc(kern.program().context());
134 buf.as_scalar<cl_program>() = desc(kern.program());
152 auto &kern = obj(d_kern); local
153 auto &dev = (d_dev ? *pobj(d_dev) : unique(kern.program().devices()));
155 if (!count(dev, kern.program().devices()))
164 buf.as_vector<size_t>() = kern
205 validate_common(const command_queue &q, kernel &kern, const ref_vector<event> &deps) argument
249 validate_block_size(const command_queue &q, const kernel &kern, cl_uint dims, const size_t *d_grid_size, const size_t *d_block_size) argument
283 auto &kern = obj(d_kern); local
310 auto &kern = obj(d_kern); local
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dkernel.cpp148 kernel::exec_context::exec_context(kernel &kern) : argument
149 kern(kern), q(NULL), mem_local(0), st(NULL), cs() {
163 auto &m = kern.program().build(q->device()).binary;
164 auto margs = find(name_equals(kern.name()), m.syms).args;
166 auto explicit_arg = kern._args.begin();
241 for (auto &arg : kern.args())
H A Dkernel.hpp42 exec_context(kernel &kern);
53 kernel &kern; member in struct:clover::kernel::exec_context
115 kernel(const kernel &kern) = delete; member in class:clover::kernel
117 operator=(const kernel &kern) = delete; member in class:clover::kernel
/external/sfntly/cpp/src/sfntly/
H A Dtag.cc53 const int32_t Tag::kern = TAG('k', 'e', 'r', 'n'); member in class:sfntly::Tag
101 Tag::kern,
H A Dtag.h69 static const int32_t kern; member in struct:sfntly::Tag
/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_shader.c619 struct ilo_state_shader_kernel_info *kern)
621 kern->offset = 0;
622 kern->grf_start = kernel->in.start_grf;
623 kern->pcb_attr_count =
617 init_shader_kernel(const struct ilo_shader *kernel, const struct ilo_shader_state *state, struct ilo_state_shader_kernel_info *kern) argument

Completed in 881 milliseconds