| /xsrc/external/mit/brotli/dist/c/enc/ |
| static_dict_lut.h | 21 uint8_t transform; member in struct:DictWord
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| ftsynth.c | 49 FT_Matrix transform; local 64 /* For italic, simply apply a shear transform, with an angle */ 67 transform.xx = 0x10000L; 68 transform.yx = 0x00000L; 70 transform.xy = 0x0366AL; 71 transform.yy = 0x10000L; 73 FT_Outline_Transform( outline, &transform );
|
| /xsrc/external/mit/pixman/dist/test/ |
| infinite-loop.c | 15 static const pixman_transform_t transform = { local 28 pixman_image_set_transform (src, &transform);
|
| radial-perf-test.c | 15 static const pixman_transform_t transform = { local 31 pixman_image_set_transform (radial, &transform);
|
| scaling-bench.c | 48 pixman_transform_t transform; local 54 pixman_transform_init_scale (&transform, s, s); 55 pixman_image_set_transform (src, &transform);
|
| scaling-crash-test.c | 9 * and some transform which results in nearest neighbour scaling. 32 pixman_transform_t transform; local 73 pixman_transform_init_scale (&transform, scale_x, scale_y); 74 pixman_image_set_transform (src_img, &transform);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| tgsi_vpos.c | 55 * TGSI transform prolog callback. 87 struct write_vpos_context transform; local 93 memset(&transform, 0, sizeof(transform)); 94 transform.base.prolog = write_vpos_prolog; 96 transform.imm_index = num_immediates; 103 /* transform the shader */ 104 tgsi_transform_shader(tokens_in, new_tokens, new_len, &transform.base);
|
| tgsi_aa_point.c | 59 * TGSI declaration transform callback. 83 * TGSI immediate declaration transform callback. 96 * TGSI transform prolog callback. 205 * TGSI instruction transform callback. 230 * TGSI transform epilog callback. 256 * TGSI utility to transform a fragment shader to support antialiasing point. 276 struct aa_transform_context transform; local 287 memset(&transform, 0, sizeof(transform)); 288 transform.base.transform_declaration = aa_decl [all...] |
| tgsi_two_side.c | 202 struct two_side_transform_context transform; local 208 memset(&transform, 0, sizeof(transform)); 209 transform.base.transform_declaration = xform_decl; 210 transform.base.transform_instruction = xform_inst; 211 transform.base.prolog = emit_prolog; 212 transform.face_input = INVALID_INDEX; 213 transform.front_color_input[0] = INVALID_INDEX; 214 transform.front_color_input[1] = INVALID_INDEX; 215 transform.front_color_interp[0] = TGSI_INTERPOLATE_COLOR [all...] |
| tgsi_dynamic_indexing.c | 63 * TGSI declaration transform callback. 88 * TGSI transform prolog callback. 275 * TGSI instruction transform callback. 332 struct dIndexing_transform_context transform; local 338 memset(&transform, 0, sizeof(transform)); 339 transform.base.transform_declaration = dIndexing_decl; 340 transform.base.transform_instruction = dIndexing_inst; 341 transform.base.prolog = dIndexing_prolog; 343 transform.orig_num_tmp = 0 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/ |
| virgl_tgsi.c | 25 so add a transform stage to remove things we don't want to send unless 106 struct virgl_transform_context transform; local 114 memset(&transform, 0, sizeof(transform)); 115 transform.base.transform_declaration = virgl_tgsi_transform_declaration; 116 transform.base.transform_property = virgl_tgsi_transform_property; 117 transform.base.transform_instruction = virgl_tgsi_transform_instruction; 118 transform.cull_enabled = vscreen->caps.caps.v1.bset.has_cull; 119 transform.has_precise = vscreen->caps.caps.v2.capability_bits & VIRGL_CAP_TGSI_PRECISE; 120 transform.fake_fp64 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| t_vb_normals.c | 106 GLuint transform = NORM_TRANSFORM_NO_ROT; local 109 /* need to do full (3x3) matrix transform */ 110 transform = NORM_TRANSFORM; 113 if (ctx->Transform.Normalize) { 114 store->NormalTransform = _mesa_normal_tab[transform | NORM_NORMALIZE]; 116 else if (ctx->Transform.RescaleNormals && 118 store->NormalTransform = _mesa_normal_tab[transform | NORM_RESCALE]; 121 store->NormalTransform = _mesa_normal_tab[transform]; 127 * transform normal vectors (just leave them in object coordinates) 130 if (ctx->Transform.Normalize) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/ |
| virgl_tgsi.c | 25 so add a transform stage to remove things we don't want to send unless 107 struct virgl_transform_context transform; local 115 memset(&transform, 0, sizeof(transform)); 116 transform.base.transform_declaration = virgl_tgsi_transform_declaration; 117 transform.base.transform_property = virgl_tgsi_transform_property; 118 transform.base.transform_instruction = virgl_tgsi_transform_instruction; 119 transform.cull_enabled = vscreen->caps.caps.v1.bset.has_cull; 120 transform.has_precise = vscreen->caps.caps.v2.capability_bits & VIRGL_CAP_TGSI_PRECISE; 121 transform.fake_fp64 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| t_vb_normals.c | 106 GLuint transform = NORM_TRANSFORM_NO_ROT; local 109 /* need to do full (3x3) matrix transform */ 110 transform = NORM_TRANSFORM; 113 if (ctx->Transform.Normalize) { 114 store->NormalTransform = _mesa_normal_tab[transform | NORM_NORMALIZE]; 116 else if (ctx->Transform.RescaleNormals && 118 store->NormalTransform = _mesa_normal_tab[transform | NORM_RESCALE]; 121 store->NormalTransform = _mesa_normal_tab[transform]; 127 * transform normal vectors (just leave them in object coordinates) 130 if (ctx->Transform.Normalize) [all...] |
| /xsrc/external/mit/xorg-server/dist/randr/ |
| rrtransform.h | 32 PictTransform transform; member in struct:_rrTransform 43 RRTransformInit(RRTransformPtr transform); 46 RRTransformFini(RRTransformPtr transform); 62 * client-specified transform, rotation/reflection values and the crtc 65 * Return TRUE if the resulting transform is not a simple translation. 75 PictTransformPtr transform,
|
| /xsrc/external/mit/xorg-server.old/dist/randr/ |
| rrtransform.h | 32 PictTransform transform; member in struct:_rrTransform 43 RRTransformInit (RRTransformPtr transform); 46 RRTransformFini (RRTransformPtr transform); 64 * client-specified transform, rotation/reflection values and the crtc 67 * Return TRUE if the resulting transform is not a simple translation. 77 PictTransformPtr transform,
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_lower_pntc_ytransform.c | 70 nir_ssa_def *transform = get_pntc_transform(state); local 73 nir_ssa_def *offset = nir_channel(b, transform, 1); 75 nir_ssa_def *scaled = nir_fmul(b, y, nir_channel(b, transform, 0));
|
| /xsrc/external/mit/pixman/dist/demos/ |
| conical-test.c | 52 pixman_transform_t transform; local 64 pixman_transform_init_identity (&transform); 66 pixman_transform_translate (NULL, &transform, 70 pixman_transform_scale (NULL, &transform, 73 pixman_transform_translate (NULL, &transform, 85 pixman_image_set_transform (src_img, &transform);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| tgsi_aa_point.c | 59 * TGSI declaration transform callback. 83 * TGSI immediate declaration transform callback. 96 * TGSI transform prolog callback. 205 * TGSI instruction transform callback. 230 * TGSI transform epilog callback. 256 * TGSI utility to transform a fragment shader to support antialiasing point. 276 struct aa_transform_context transform; local 287 memset(&transform, 0, sizeof(transform)); 288 transform.base.transform_declaration = aa_decl [all...] |
| tgsi_two_side.c | 202 struct two_side_transform_context transform; local 208 memset(&transform, 0, sizeof(transform)); 209 transform.base.transform_declaration = xform_decl; 210 transform.base.transform_instruction = xform_inst; 211 transform.base.prolog = emit_prolog; 212 transform.face_input = INVALID_INDEX; 213 transform.front_color_input[0] = INVALID_INDEX; 214 transform.front_color_input[1] = INVALID_INDEX; 215 transform.front_color_interp[0] = TGSI_INTERPOLATE_COLOR [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| u_pstipple.c | 192 * TGSI declaration transform callback. 248 * TGSI transform prolog 380 struct pstip_transform_context transform; local 391 memset(&transform, 0, sizeof(transform)); 392 transform.wincoordInput = -1; 393 transform.wincoordFile = wincoordFile; 394 transform.maxInput = -1; 395 transform.coordOrigin = TGSI_FS_COORD_ORIGIN_UPPER_LEFT; 396 transform.hasFixedUnit = !samplerUnitOut [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| r300_vs_draw.c | 316 struct vs_transform_context transform; local 329 memset(&transform, 0, sizeof(transform)); 330 for (i = 0; i < ARRAY_SIZE(transform.out_remap); i++) { 331 transform.out_remap[i] = i; 333 transform.last_generic = -1; 334 transform.base.transform_instruction = transform_inst; 335 transform.base.transform_declaration = transform_decl; 343 transform.color_used[index] = TRUE; 348 transform.bcolor_used[index] = TRUE [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| u_pstipple.c | 192 * TGSI declaration transform callback. 248 * TGSI transform prolog 380 struct pstip_transform_context transform; local 391 memset(&transform, 0, sizeof(transform)); 392 transform.wincoordInput = -1; 393 transform.wincoordFile = wincoordFile; 394 transform.maxInput = -1; 395 transform.coordOrigin = TGSI_FS_COORD_ORIGIN_UPPER_LEFT; 396 transform.hasFixedUnit = !samplerUnitOut [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| r300_vs_draw.c | 317 struct vs_transform_context transform; local 327 memset(&transform, 0, sizeof(transform)); 328 for (i = 0; i < ARRAY_SIZE(transform.out_remap); i++) { 329 transform.out_remap[i] = i; 331 transform.last_generic = -1; 332 transform.base.transform_instruction = transform_inst; 333 transform.base.transform_declaration = transform_decl; 341 transform.color_used[index] = TRUE; 346 transform.bcolor_used[index] = TRUE [all...] |
| /xsrc/external/mit/freetype/dist/include/freetype/internal/ |
| ftgloadr.h | 44 FT_Matrix transform; member in struct:FT_SubGlyphRec_
|