HomeSort by: relevance | last modified time | path
    Searched refs:textured (Results 1 - 24 of 24) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_video.h 66 Bool textured; member in struct:__anon8908
i830_video.c 112 /* Limits for the overlay/textured video source sizes. The documented hardware
113 * limits are 2048x2048 or better for overlay and both of our textured video
585 /* Set up textured video if we can do it at this depth and we are on
593 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Set up textured video\n");
596 "Failed to set up textured video\n");
892 pPriv->textured = FALSE;
985 adapt->name = "Intel(R) Textured Video";
1011 pPriv->textured = TRUE;
1020 /* gotta uninit this someplace, XXX: shouldn't be necessary for textured */
1036 if (pPriv->textured)
    [all...]
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_video.h 45 /* textured video */
46 Bool textured; member in struct:__anon6939
radeon_textured_video.c 160 if (pPriv->textured) {
173 if (pPriv->textured) {
747 if (!pPriv->textured) {
847 adapt->name = "Radeon Textured Video";
906 pPriv->textured = TRUE;
917 /* gotta uninit this someplace, XXX: shouldn't be necessary for textured */
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_video.h 61 Bool textured; member in struct:__anon7670
129 /* Limits for the overlay/textured video source sizes. The documented hardware
130 * limits are 2048x2048 or better for overlay and both of our textured video
intel_uxa_video.c 340 adapt->name = "Intel(R) Textured Video";
370 adaptor_priv->textured = TRUE;
379 /* gotta uninit this someplace, XXX: shouldn't be necessary for textured */
intel_video.c 186 /* Set up textured video if we can do it at this depth and we are on
196 "Set up textured video\n");
199 "Failed to set up textured video\n");
562 /* Only needs to be DWORD-aligned for textured on i915, but overlay has
565 if (adaptor_priv->textured) {
742 /* For textured video, we don't actually want to clip at all. */
743 if (crtc && !adaptor_priv->textured) {
858 if (adaptor_priv->textured)
intel_video_overlay.c 510 adaptor_priv->textured = FALSE;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_video.h 61 Bool textured; member in struct:__anon8523
129 /* Limits for the overlay/textured video source sizes. The documented hardware
130 * limits are 2048x2048 or better for overlay and both of our textured video
intel_uxa_video.c 340 adapt->name = "Intel(R) Textured Video";
370 adaptor_priv->textured = TRUE;
379 /* gotta uninit this someplace, XXX: shouldn't be necessary for textured */
intel_video.c 186 /* Set up textured video if we can do it at this depth and we are on
196 "Set up textured video\n");
199 "Failed to set up textured video\n");
562 /* Only needs to be DWORD-aligned for textured on i915, but overlay has
565 if (adaptor_priv->textured) {
742 /* For textured video, we don't actually want to clip at all. */
743 if (crtc && !adaptor_priv->textured) {
858 if (adaptor_priv->textured)
intel_video_overlay.c 510 adaptor_priv->textured = FALSE;
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_video.h 108 /* textured video */
109 Bool textured; member in struct:__anon6877
radeon_textured_video.c 841 adapt->name = "Radeon Textured Video";
900 pPriv->textured = TRUE;
914 /* gotta uninit this someplace, XXX: shouldn't be necessary for textured */
radeon_video.c 353 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Set up textured video\n");
355 xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "Failed to set up textured video\n");
357 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Textured video requires CP on R5xx/R6xx/R7xx/IGP\n");
1688 pPriv->textured = FALSE;
1713 if (info->cs && pPriv->textured) {
1728 if (pPriv->textured) {
2135 if (!pPriv->textured) {
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_video.h 100 bool textured; member in struct:sna_video
sna_video.c 166 /* For textured video, we don't actually want to clip at all. */
167 if (crtc && !video->textured) {
321 if (!video->textured)
400 if (video->textured) {
496 frame->rotation, video->textured));
539 if (video->textured) {
sna_video_textured.c 319 "Textured video not supported on this hardware\n");
350 adaptor->name = (char *)"Intel(R) Textured Video";
387 v->textured = true;
  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
vmwgfx_driver.h 173 XF86VideoAdaptorPtr textured; member in struct:_modesettingRec
vmwgfx_tex_video.c 44 static CONST_ABI_16_0 char xv_adapt_name[] = "XA G3D Textured Video";
1004 if (ms->textured) {
1005 vmwgfx_free_textured_adaptor(ms->textured);
1006 ms->textured = NULL;
1041 "No 3D acceleration. Not setting up textured video.\n");
1051 ms->textured = textured_adapter;
1054 ms->textured = NULL;
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_video.c 177 /* For textured video, we don't actually want to clip at all. */
178 if (crtc && !video->textured) {
362 if (!video->textured)
423 if (!video->textured)
513 if (video->textured) {
612 if (video->textured) {
675 frame->rotation, video->textured));
739 if (video->textured) {
sna_video.h 128 bool textured; member in struct:sna_video
sna_video_textured.c 375 "Textured video not supported in 8bpp mode\n");
381 "Textured video not supported on this hardware or backend\n");
412 adaptor->name = (char *)"Intel(R) Textured Video";
460 v->textured = true;
  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
tex3d-layout.lua 1 -- Parse logs from test-quad-textured-3d.c to exctract layer/level

Completed in 20 milliseconds