Searched refs:num_coords (Results 1 - 25 of 29) sorted by relevance

12

/xsrc/external/mit/freetype/dist/include/freetype/internal/services/
H A Dsvmm.h48 FT_UInt num_coords,
55 FT_UInt num_coords,
62 FT_UInt num_coords,
67 FT_UInt num_coords,
76 FT_UInt num_coords,
81 FT_UInt *num_coords,
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglutstroke.h21 int num_coords; member in struct:__anonf6ebd20e0208
H A Dglut_stroke.c34 for (j = stroke->num_coords, coord = stroke->coord;
/xsrc/external/mit/freetype/dist/include/freetype/
H A Dftmm.h345 * num_coords ::
358 * function with `num_coords` set to zero and `coords` set to `NULL`.
360 * [Since 2.9] If `num_coords` is larger than zero, this function sets
362 * (i.e., @FT_IS_VARIATION will return true). If `num_coords` is zero,
367 FT_UInt num_coords,
386 * num_coords ::
399 * function with `num_coords` set to zero and `coords` set to `NULL`.
403 * [Since 2.9] If `num_coords` is larger than zero, this function sets
405 * (i.e., @FT_IS_VARIATION will return true). If `num_coords` is zero,
410 FT_UInt num_coords,
[all...]
/xsrc/external/mit/freetype/dist/src/type1/
H A Dt1load.h78 FT_UInt num_coords,
83 FT_UInt num_coords,
88 FT_UInt num_coords,
97 FT_UInt num_coords,
102 FT_UInt num_coords,
H A Dt1load.c392 FT_UInt num_coords,
404 if ( num_coords > blend->num_axis )
405 num_coords = blend->num_axis;
417 if ( m >= num_coords )
453 FT_UInt num_coords,
459 error = t1_set_mm_blend( face, num_coords, coords );
463 if ( num_coords )
474 FT_UInt num_coords,
490 nc = num_coords;
491 if ( num_coords > blen
391 t1_set_mm_blend(T1_Face face,FT_UInt num_coords,FT_Fixed * coords) argument
452 T1_Set_MM_Blend(T1_Face face,FT_UInt num_coords,FT_Fixed * coords) argument
473 T1_Get_MM_Blend(T1_Face face,FT_UInt num_coords,FT_Fixed * coords) argument
577 T1_Set_MM_Design(T1_Face face,FT_UInt num_coords,FT_Long * coords) argument
679 T1_Set_Var_Design(T1_Face face,FT_UInt num_coords,FT_Fixed * coords) argument
698 T1_Get_Var_Design(T1_Face face,FT_UInt num_coords,FT_Fixed * coords) argument
[all...]
/xsrc/external/mit/freetype/dist/src/base/
H A Dftmm.c170 FT_UInt num_coords,
179 if ( num_coords && !coords )
187 error = service->set_mm_design( face, num_coords, coords );
266 FT_UInt num_coords,
276 if ( num_coords && !coords )
284 error = service_mm->set_var_design( face, num_coords, coords );
314 FT_UInt num_coords,
331 error = service->get_var_design( face, num_coords, coords );
342 FT_UInt num_coords,
352 if ( num_coords
169 FT_Set_MM_Design_Coordinates(FT_Face face,FT_UInt num_coords,FT_Long * coords) argument
265 FT_Set_Var_Design_Coordinates(FT_Face face,FT_UInt num_coords,FT_Fixed * coords) argument
313 FT_Get_Var_Design_Coordinates(FT_Face face,FT_UInt num_coords,FT_Fixed * coords) argument
341 FT_Set_MM_Blend_Coordinates(FT_Face face,FT_UInt num_coords,FT_Fixed * coords) argument
392 FT_Set_Var_Blend_Coordinates(FT_Face face,FT_UInt num_coords,FT_Fixed * coords) argument
440 FT_Get_MM_Blend_Coordinates(FT_Face face,FT_UInt num_coords,FT_Fixed * coords) argument
471 FT_Get_Var_Blend_Coordinates(FT_Face face,FT_UInt num_coords,FT_Fixed * coords) argument
[all...]
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglutstroke.h25 int num_coords; member in struct:__anon3e0a8ed00208
H A Dglut_stroke.c34 for (j = stroke->num_coords, coord = stroke->coord;
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/
H A Dcoord.cpp147 num_coords = 0;
152 num_coords = 0;
162 for (i = 0; i < num_coords; i++)
170 for (UINT_32 j = num_coords; j > i; j--)
175 num_coords++;
180 if (i == num_coords)
182 m_coord[num_coords] = co;
183 num_coords++;
189 for (UINT_32 i = 0; i < cl.num_coords; i++)
198 for (UINT_32 i = 0; i < num_coords;
[all...]
H A Dcoord.h83 UINT_32 num_coords; member in class:Addr::V2::CoordTerm
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/
H A Dcoord.cpp147 num_coords = 0;
152 num_coords = 0;
162 for (i = 0; i < num_coords; i++)
170 for (UINT_32 j = num_coords; j > i; j--)
175 num_coords++;
180 if (i == num_coords)
182 m_coord[num_coords] = co;
183 num_coords++;
189 for (UINT_32 i = 0; i < cl.num_coords; i++)
198 for (UINT_32 i = 0; i < num_coords;
[all...]
H A Dcoord.h83 UINT_32 num_coords; member in class:Addr::V2::CoordTerm
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/
H A Dcoord.cpp139 num_coords = 0;
144 num_coords = 0;
154 for (i = 0; i < num_coords; i++)
162 for (UINT_32 j = num_coords; j > i; j--)
167 num_coords++;
172 if (i == num_coords)
174 m_coord[num_coords] = co;
175 num_coords++;
181 for (UINT_32 i = 0; i < cl.num_coords; i++)
190 for (UINT_32 i = 0; i < num_coords;
[all...]
H A Dcoord.h108 UINT_32 num_coords; member in class:Addr::V2::CoordTerm
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttgxvar.h383 FT_UInt num_coords,
388 FT_UInt num_coords,
393 FT_UInt num_coords,
402 FT_UInt num_coords,
436 FT_UInt *num_coords,
H A Dttgxvar.c1809 FT_UInt num_coords,
1823 if ( num_coords > mmvar->num_axis )
1827 mmvar->num_axis, num_coords ));
1828 num_coords = mmvar->num_axis;
1836 for ( i = 0; i < num_coords; i++, a++ )
1905 FT_UInt num_coords,
1918 nc = num_coords;
1919 if ( num_coords > blend->num_axis )
1923 blend->num_axis, num_coords ));
1930 for ( ; i < num_coords;
1808 ft_var_to_normalized(TT_Face face,FT_UInt num_coords,FT_Fixed * coords,FT_Fixed * normalized) argument
1904 ft_var_to_design(TT_Face face,FT_UInt num_coords,FT_Fixed * coords,FT_Fixed * design) argument
2505 tt_set_mm_blend(TT_Face face,FT_UInt num_coords,FT_Fixed * coords,FT_Bool set_design_coords) argument
2730 TT_Set_MM_Blend(TT_Face face,FT_UInt num_coords,FT_Fixed * coords) argument
2777 TT_Get_MM_Blend(TT_Face face,FT_UInt num_coords,FT_Fixed * coords) argument
2858 TT_Set_Var_Design(TT_Face face,FT_UInt num_coords,FT_Fixed * coords) argument
3000 TT_Get_Var_Design(TT_Face face,FT_UInt num_coords,FT_Fixed * coords) argument
4189 tt_get_var_blend(TT_Face face,FT_UInt * num_coords,FT_Fixed ** coords,FT_Fixed ** normalizedcoords,FT_MM_Var ** mm_var) argument
[all...]
/xsrc/external/mit/freetype/dist/src/cff/
H A Dcffdrivr.c847 FT_UInt num_coords,
853 return mm->set_mm_blend( FT_FACE( face ), num_coords, coords );
859 FT_UInt num_coords,
865 return mm->get_mm_blend( FT_FACE( face ), num_coords, coords );
906 FT_UInt num_coords,
912 return mm->set_var_design( FT_FACE( face ), num_coords, coords );
918 FT_UInt num_coords,
924 return mm->get_var_design( FT_FACE( face ), num_coords, coords );
858 cff_get_mm_blend(CFF_Face face,FT_UInt num_coords,FT_Fixed * coords) argument
905 cff_set_var_design(CFF_Face face,FT_UInt num_coords,FT_Fixed * coords) argument
917 cff_get_var_design(CFF_Face face,FT_UInt num_coords,FT_Fixed * coords) argument
H A Dcffload.h109 FT_UInt *num_coords,
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dsfdriver.c790 FT_UInt num_coords; local in function:sfnt_get_var_ps_name
881 &num_coords,
962 num_coords * MAX_VALUE_DESCRIPTOR_LEN + 1 ) )
970 for ( i = 0; i < num_coords; i++, coords++, axis++ )
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c3382 unsigned *num_coords, unsigned *num_derivs,
3386 *num_coords = dims;
3397 *num_coords = 3;
3428 unsigned i, num_coords, num_derivs, num_offsets, layer; local in function:lp_build_sample_gen_func
3436 &num_coords, &num_derivs, &num_offsets, &layer);
3451 for (i = 0; i < num_coords; i++) {
3454 for (i = num_coords; i < 5; i++) {
3537 unsigned i, num_coords, num_derivs, num_offsets, layer; local in function:lp_build_sample_soa_func
3551 &num_coords, &num_derivs, &num_offsets, &layer);
3588 for (i = 0; i < num_coords;
3381 get_target_info(enum pipe_texture_target target,unsigned * num_coords,unsigned * num_derivs,unsigned * num_offsets,unsigned * layer) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c3903 unsigned *num_coords, unsigned *num_derivs,
3907 *num_coords = dims;
3918 *num_coords = 3;
3952 unsigned i, num_coords, num_derivs, num_offsets, layer; local in function:lp_build_sample_gen_func
3964 &num_coords, &num_derivs, &num_offsets, &layer);
3985 for (i = 0; i < num_coords; i++) {
3988 for (i = num_coords; i < 5; i++) {
4077 unsigned i, num_coords, num_derivs, num_offsets, layer; local in function:lp_build_sample_soa_func
4093 &num_coords, &num_derivs, &num_offsets, &layer);
4136 for (i = 0; i < num_coords;
3902 get_target_info(enum pipe_texture_target target,unsigned * num_coords,unsigned * num_derivs,unsigned * num_offsets,unsigned * layer) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c3160 unsigned num_coords = glsl_get_sampler_dim_coordinate_components(image_dim); local in function:emit_image_store
3162 ++num_coords;
3164 assert(num_coords <= nir_src_num_components(intr->src[1]));
3165 for (unsigned i = 0; i < num_coords; ++i) {
3225 unsigned num_coords = glsl_get_sampler_dim_coordinate_components(image_dim); local in function:emit_image_load
3227 ++num_coords;
3229 assert(num_coords <= nir_src_num_components(intr->src[1]));
3230 for (unsigned i = 0; i < num_coords; ++i) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c2595 uint32_t num_coords = glsl_get_sampler_coordinate_components(type); local in function:get_image_coords
2599 if (num_coords == src_components)
2603 SpvId vec_type = get_uvec_type(ctx, 32, num_coords);
2604 if (num_coords == 1)
2608 assert(num_coords < ARRAY_SIZE(constituents));
2609 for (unsigned i = 0; i < num_coords; i++)
2611 return spirv_builder_emit_vector_shuffle(&ctx->builder, vec_type, spv, spv, constituents, num_coords);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_mem.c281 unsigned num_coords = tgsi_util_get_texture_coord_dim(target); local in function:image_fetch_coords
288 num_coords++;
291 for (chan = 0; chan < num_coords; ++chan) {

Completed in 43 milliseconds

12