Searched refs:comp_index (Results 1 – 10 of 10) sorted by relevance
/external/harfbuzz_ng/src/OT/Layout/GPOS/ |
D | MarkLigPosFormat1.hh | 156 unsigned int comp_index; in apply() local 161 comp_index = hb_min (comp_count, _hb_glyph_info_get_lig_comp (&buffer->cur())) - 1; in apply() 163 comp_index = comp_count - 1; in apply() 165 return_trace ((this+markArray).apply (c, mark_index, comp_index, lig_attach, classCount, idx)); in apply()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_tex_shadow.c | 86 int comp_index = nir_tex_instr_src_index(tex, nir_tex_src_comparator); in nir_lower_tex_shadow_impl() local 103 nir_def *cmp = tex->src[comp_index].src.ssa; in nir_lower_tex_shadow_impl() 136 nir_tex_instr_remove_src(tex, comp_index); in nir_lower_tex_shadow_impl()
|
/external/python/cpython3/Modules/ |
D | unicodedata_db.h | 5567 static const unsigned short comp_index[] = { variable
|
D | unicodedata.c | 747 index1 = comp_index[index >> COMP_SHIFT]; in nfc_nfkc()
|
/external/harfbuzz_ng/src/OT/glyf/ |
D | Glyph.hh | 412 unsigned int comp_index = 0; in get_points() local 458 item.transform_points (comp_points, matrix, points[comp_index]); in get_points() 483 comp_index++; in get_points() 492 … head_maxp_info->maxComponentElements = hb_max (head_maxp_info->maxComponentElements, comp_index); in get_points()
|
/external/libaom/av1/encoder/ |
D | nonrd_pickmode.c | 2200 const int *use_ref_frame_mask, int comp_index, in setup_compound_params_from_comp_idx() argument 2203 const MV_REFERENCE_FRAME *rf = comp_ref_mode_set[comp_index].ref_frame; in setup_compound_params_from_comp_idx() 2206 *this_mode = comp_ref_mode_set[comp_index].pred_mode; in setup_compound_params_from_comp_idx() 2420 const int comp_index = idx - num_inter_modes; in skip_inter_mode_nonrd() local 2424 comp_index, comp_use_zero_zeromv_only, last_comp_ref_frame, in skip_inter_mode_nonrd()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 2271 int comp_index = nir_tex_instr_src_index(tex, nir_tex_src_comparator); in clamp_shadow_comparison_value() local 2272 assert(samp_index >= 0 && comp_index >= 0); in clamp_shadow_comparison_value() 2275 nir_def *compare = tex->src[comp_index].src.ssa; in clamp_shadow_comparison_value() 2285 nir_src_rewrite(&tex->src[comp_index].src, compare); in clamp_shadow_comparison_value()
|
/external/pdfium/third_party/libopenjpeg/ |
D | j2k.c | 1704 OPJ_UINT32 comp_index = res_index + layno0 * step_l; in opj_j2k_check_poc_val() local 1709 packet_array[comp_index] = 1; in opj_j2k_check_poc_val() 1710 comp_index += step_l; in opj_j2k_check_poc_val()
|
/external/bcc/libbpf-tools/riscv/ |
D | vmlinux_602.h | 118019 int comp_index; member
|
D | vmlinux.h | 118019 int comp_index; member
|