/third_party/mesa3d/src/amd/addrlib/src/core/ |
H A D | coord.h | 107 UINT_32 num_coords; member in Addr::V2::CoordTerm
|
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/ |
H A D | hb-shape-fuzzer.cc | 23 unsigned num_coords = 0; in LLVMFuzzerTestOneInput() local [all...] |
H A D | hb-draw-fuzzer.cc | 125 unsigned num_coords = 0; in LLVMFuzzerTestOneInput() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-shape-plan.cc | 59 init(bool copy, hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const int *coords, unsigned int num_coords, const char * const *shaper_list) init() argument 219 hb_shape_plan_create2(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const int *coords, unsigned int num_coords, const char * const *shaper_list) hb_shape_plan_create2() argument 515 hb_shape_plan_create_cached2(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const int *coords, unsigned int num_coords, const char * const *shaper_list) hb_shape_plan_create_cached2() argument [all...] |
H A D | hb-cff2-interp-cs.hh | 139 varStore->varStore.get_region_scalars (get_ivs (), coords, num_coords, in process_blend() local 186 unsigned int num_coords; member
|
H A D | hb-ft.cc | 1007 unsigned int num_coords; in hb_ft_font_set_funcs() local
|
H A D | hb-font.hh | 121 unsigned int num_coords; member
|
H A D | hb-ot-layout.cc | 1312 hb_ot_layout_table_find_feature_variations(hb_face_t *face, hb_tag_t table_tag, const int *coords, unsigned int num_coords, unsigned int *variations_index ) hb_ot_layout_table_find_feature_variations() argument
|
H A D | hb-ot-var-gvar-table.hh | 567 unsigned num_coords = font->num_coords; in apply_deltas_to_points() local
|
H A D | hb-font.cc | 1586 unsigned int num_coords = parent->num_coords; in hb_font_create_sub_font() local [all...] |
/third_party/skia/third_party/externals/freetype/src/cff/ |
H A D | cffdrivr.c | 846 cff_set_mm_blend( CFF_Face face, FT_UInt num_coords, FT_Fixed* coords ) cff_set_mm_blend() argument 858 cff_get_mm_blend( CFF_Face face, FT_UInt num_coords, FT_Fixed* coords ) cff_get_mm_blend() argument 905 cff_set_var_design( CFF_Face face, FT_UInt num_coords, FT_Fixed* coords ) cff_set_var_design() argument 917 cff_get_var_design( CFF_Face face, FT_UInt num_coords, FT_Fixed* coords ) cff_get_var_design() argument
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | sfdriver.c | 790 FT_UInt num_coords; in sfnt_get_var_ps_name() local 881 &num_coords, in sfnt_get_var_ps_name() local
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | helper-cairo.hh | 119 unsigned int num_coords; in helper_cairo_create_scaled_font() local
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
H A D | t1load.c | 376 t1_set_mm_blend( T1_Face face, FT_UInt num_coords, FT_Fixed* coords ) t1_set_mm_blend() argument [all...] |
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttgxvar.c | 1891 ft_var_to_normalized( TT_Face face, FT_UInt num_coords, FT_Fixed* coords, FT_Fixed* normalized ) ft_var_to_normalized() argument 1984 ft_var_to_design( TT_Face face, FT_UInt num_coords, FT_Fixed* coords, FT_Fixed* design ) ft_var_to_design() argument 2585 tt_set_mm_blend( TT_Face face, FT_UInt num_coords, FT_Fixed* coords, FT_Bool set_design_coords ) tt_set_mm_blend() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | nir_to_spirv.c | 2745 uint32_t num_coords = glsl_get_sampler_coordinate_components(type); in get_image_coords() local
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample_soa.c | 3980 unsigned num_coords, num_derivs, num_offsets, layer; in lp_build_sample_gen_func() local 4105 unsigned i, num_coords, num_derivs, num_offsets, layer; in lp_build_sample_soa_func() local 3930 get_target_info(enum pipe_texture_target target, unsigned *num_coords, unsigned *num_derivs, unsigned *num_offsets, unsigned *layer) get_target_info() argument [all...] |
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.c | 2209 unsigned num_coords = a->opcode != ac_image_get_resinfo ? ac_num_coords(dim) : 0; in ac_build_image_opcode() local
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | nir_to_dxil.c | 2763 unsigned num_coords = ctx->shader->info.tess._primitive_mode == TESS_PRIMITIVE_TRIANGLES ? 3 : 2; in emit_load_tess_coord() local 3662 unsigned num_coords = glsl_get_sampler_dim_coordinate_components(image_dim); in emit_image_store() local 3722 unsigned num_coords = glsl_get_sampler_dim_coordinate_components(image_dim); in emit_image_load() local 3789 unsigned num_coords = glsl_get_sampler_dim_coordinate_components(image_dim); emit_image_atomic() local 3835 unsigned num_coords = glsl_get_sampler_dim_coordinate_components(image_dim); emit_image_atomic_comp_swap() local [all...] |