HomeSort by: relevance | last modified time | path
    Searched defs:rotate (Results 1 - 25 of 31) sorted by relevancy

1 2

  /xsrc/external/mit/xf86-video-geode/dist/src/
gx_rotate.c 54 int rotate = pGeode->rotation; local
56 switch (rotate) {
113 ErrorF("Rotate to 0 degrees\n");
119 ErrorF("Rotate to 90 degrees\n");
124 ErrorF("Rotate to 180 degrees\n");
129 ErrorF("Rotate to 270 degrees\n");
gx_driver.c 161 GXAllocateMemory(ScreenPtr pScrn, ScrnInfoPtr pScrni, int rotate)
231 if (rotate != RR_Rotate_0) {
232 if (rotate & (RR_Rotate_90 | RR_Rotate_270))
925 int rotate; local
932 rotate = GXGetRotation(pScrni->pScreen);
933 ret = GXAllocateMemory(pScrni->pScreen, pScrni, rotate);
1261 /* Just setup enough for an initial rotate */
1285 int maj, min, ret, rotate; local
1444 rotate = RR_Rotate_0 | RR_Rotate_90 | RR_Rotate_180 | RR_Rotate_270;
1456 rotate = pGeode->rotation = RR_Rotate_0
    [all...]
lx_exa.c 110 int rotate; member in struct:__anon6980
503 * rotate transform - if it isn't, then
509 /* The rotate matrix looks like this:
528 exaScratch.rotate = RR_Rotate_0;
530 exaScratch.rotate = RR_Rotate_90;
532 exaScratch.rotate = RR_Rotate_180;
534 exaScratch.rotate = RR_Rotate_270;
604 exaScratch.rotate = RR_Rotate_0;
670 /* If this is a rotate operation, then make sure the src and dst
672 if (exaScratch.rotate != RR_Rotate_0 && srcFmt != dstFmt)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv50_query_hw.h 33 uint32_t offset; /* base + i * rotate */
36 uint8_t rotate; member in struct:nv50_hw_query
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_query_hw.h 33 uint32_t offset; /* base_offset + i * rotate */
36 uint8_t rotate; member in struct:nvc0_hw_query
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
nv50_query_hw.h 33 uint32_t offset; /* base + i * rotate */
36 uint8_t rotate; member in struct:nv50_hw_query
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_query_hw.h 33 uint32_t offset; /* base_offset + i * rotate */
36 uint8_t rotate; member in struct:nvc0_hw_query
  /xsrc/external/mit/xf86-video-wsfb/dist/src/
wsfb.h 71 int rotate; member in struct:__anon9664
  /xsrc/external/mit/freetype/dist/src/tools/
test_trig.c 192 int rotate; local
195 for ( rotate = 0; rotate < FT_ANGLE_2PI; rotate += 0x10000L )
201 ra = rotate*SPI;
221 FT_Vector_Rotate( &v, rotate );
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
vl_compositor.h 85 enum vl_compositor_rotation rotate; member in struct:vl_compositor_layer
260 enum vl_compositor_rotation rotate);
  /xsrc/external/mit/xf86-video-cirrus/dist/src/
cir.h 66 int rotate; member in struct:__anon6956
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
vl_compositor.h 87 enum vl_compositor_rotation rotate; member in struct:vl_compositor_layer
277 enum vl_compositor_rotation rotate);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_shader_llvm_gs.c 549 * Build the GS prolog function. Rotate the input vertices for triangle strips
611 LLVMValueRef prim_id, rotate; local
624 rotate = LLVMBuildTrunc(builder, prim_id, ctx->ac.i1, "");
630 vtx_out[i] = LLVMBuildSelect(builder, rotate, rotated, base, "");
  /xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/
es2gears.c 309 * @param[in,out] m the matrix to rotate
310 * @param angle the angle to rotate
311 * @param x the x component of the direction to rotate to
312 * @param y the y component of the direction to rotate to
313 * @param z the z component of the direction to rotate to
316 rotate(GLfloat *m, GLfloat angle, GLfloat x, GLfloat y, GLfloat z) function
463 /* Translate and rotate the gear */
466 rotate(model_view, 2 * M_PI * angle / 360.0, 0, 0, 1);
525 /* Translate and rotate the view */
527 rotate(transform, 2 * M_PI * view_rot[0] / 360.0, 1, 0, 0)
    [all...]
  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
drmmode_display.h 112 PixmapPtr rotate; member in struct:__anon6708
199 !drmmode_crtc->rotate &&
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
drmmode_display.h 99 struct drmmode_scanout rotate; member in struct:__anon6899
175 !drmmode_crtc->rotate.bo &&
  /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
kdrive.c 191 Rotation rotate = (a & RR_Rotate_All) * (b & RR_Rotate_All); local
194 if (rotate > RR_Rotate_270)
195 rotate /= (RR_Rotate_270 * RR_Rotate_90);
196 return reflect | rotate;
202 Rotation rotate = (a & RR_Rotate_All) * 16 / (b & RR_Rotate_All); local
205 if (rotate > RR_Rotate_270)
206 rotate /= (RR_Rotate_270 * RR_Rotate_90);
207 return reflect | rotate;
286 int rotate = atoi(save); local
288 if (rotate < 45
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
kdrive.c 366 Rotation rotate = (a & RR_Rotate_All) * (b & RR_Rotate_All); local
369 if (rotate > RR_Rotate_270)
370 rotate /= (RR_Rotate_270 * RR_Rotate_90);
371 return reflect | rotate;
377 Rotation rotate = (a & RR_Rotate_All) * 16 / (b & RR_Rotate_All); local
380 if (rotate > RR_Rotate_270)
381 rotate /= (RR_Rotate_270 * RR_Rotate_90);
382 return reflect | rotate;
452 int rotate = atoi (save); local
453 if (rotate < 45
    [all...]
  /xsrc/external/mit/xf86-video-rendition/dist/src/
vtypes.h 166 int rotate; /* Rotate clockwise or counterclockwise */ member in struct:verite_board_t
  /xsrc/external/mit/xf86-video-s3/dist/src/
s3.h 194 int rotate; member in struct:_S3Rec
  /xsrc/external/mit/MesaLib/dist/src/broadcom/qpu/
qpu_instr.h 55 bool rotate:1; member in struct:v3d_qpu_sig
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_clear_blit.c 268 .rotate = blit_param,
1315 static const enum a6xx_rotation rotate[2][2] = { local
1353 unsigned blit_param = rotate[mirror_y][mirror_x];
  /xsrc/external/mit/MesaLib.old/dist/src/broadcom/qpu/
qpu_instr.h 55 bool rotate:1; member in struct:v3d_qpu_sig
  /xsrc/external/mit/freetype/dist/src/base/
ftstroke.c 886 FT_Angle total, rotate; local
892 rotate = FT_SIDE_TO_ROTATE( side );
896 total = -rotate * 2;
901 stroker->angle_in + rotate,
975 FT_Angle phi, theta, rotate; local
982 rotate = FT_SIDE_TO_ROTATE( side );
1010 stroker->angle_out + rotate );
1019 phi = stroker->angle_in + theta + rotate;
1042 FT_Angle rotate; local
1056 rotate = FT_SIDE_TO_ROTATE( side )
1427 FT_Angle theta, phi, rotate, alpha0 = 0; local
1633 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; local
    [all...]
  /xsrc/external/mit/xf86-video-neomagic/dist/src/
neo.h 267 int rotate; member in struct:neoRec

Completed in 30 milliseconds

1 2