Home
last modified time | relevance | path

Searched defs:num_coords (Results 1 - 19 of 19) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/core/
H A Dcoord.h107 UINT_32 num_coords; member in Addr::V2::CoordTerm
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
H A Dhb-shape-fuzzer.cc23 unsigned num_coords = 0; in LLVMFuzzerTestOneInput() local
[all...]
H A Dhb-draw-fuzzer.cc125 unsigned num_coords = 0; in LLVMFuzzerTestOneInput() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-shape-plan.cc59 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 Dhb-cff2-interp-cs.hh139 varStore->varStore.get_region_scalars (get_ivs (), coords, num_coords, in process_blend() local
186 unsigned int num_coords; member
H A Dhb-ft.cc1007 unsigned int num_coords; in hb_ft_font_set_funcs() local
H A Dhb-font.hh121 unsigned int num_coords; member
H A Dhb-ot-layout.cc1312 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 Dhb-ot-var-gvar-table.hh567 unsigned num_coords = font->num_coords; in apply_deltas_to_points() local
H A Dhb-font.cc1586 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 Dcffdrivr.c846 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 Dsfdriver.c790 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 Dhelper-cairo.hh119 unsigned int num_coords; in helper_cairo_create_scaled_font() local
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1load.c376 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 Dttgxvar.c1891 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 Dnir_to_spirv.c2745 uint32_t num_coords = glsl_get_sampler_coordinate_components(type); in get_image_coords() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c3980 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 Dac_llvm_build.c2209 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 Dnir_to_dxil.c2763 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...]

Completed in 48 milliseconds