| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_video.h | 66 Bool textured; member in struct:__anonfe447f740108
|
| H A D | 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; 1011 pPriv->textured = TRUE; 1020 /* gotta uninit this someplace, XXX: shouldn't be necessary for textured */ 1036 if (pPriv->textured) 1263 if (pPriv->textured) { [all...] |
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_video.h | 45 /* textured video */ 46 Bool textured; member in struct:__anonab35d3770108
|
| H A D | radeon_textured_video.c | 160 if (pPriv->textured) { 173 if (pPriv->textured) { 747 if (!pPriv->textured) { 904 pPriv->textured = TRUE; 915 /* gotta uninit this someplace, XXX: shouldn't be necessary for textured */
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_video.h | 61 Bool textured; member in struct:__anonae7395bd0108 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
|
| H A D | intel_uxa_video.c | 370 adaptor_priv->textured = TRUE; 379 /* gotta uninit this someplace, XXX: shouldn't be necessary for textured */
|
| H A D | 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)
|
| H A D | intel_video_overlay.c | 510 adaptor_priv->textured = FALSE;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_video.h | 61 Bool textured; member in struct:__anonc5da36f10108 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
|
| H A D | intel_uxa_video.c | 370 adaptor_priv->textured = TRUE; 379 /* gotta uninit this someplace, XXX: shouldn't be necessary for textured */
|
| H A D | 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)
|
| H A D | intel_video_overlay.c | 510 adaptor_priv->textured = FALSE;
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_driver.h | 173 XF86VideoAdaptorPtr textured; member in struct:_modesettingRec
|
| H A D | vmwgfx_tex_video.c | 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-2014/dist/src/sna/ |
| H A D | sna_video.h | 98 bool textured; member in struct:sna_video
|
| H A D | 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) {
|
| H A D | sna_video_textured.c | 387 v->textured = true;
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_video.h | 108 /* textured video */ 109 Bool textured; member in struct:__anone192d83f0108
|
| H A D | radeon_textured_video.c | 900 pPriv->textured = TRUE; 914 /* gotta uninit this someplace, XXX: shouldn't be necessary for textured */
|
| H A D | 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"); 1686 pPriv->textured = FALSE; 1711 if (info->cs && pPriv->textured) { 1726 if (pPriv->textured) { 2133 if (!pPriv->textured) {
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | 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) {
|
| H A D | sna_video.h | 126 bool textured; member in struct:sna_video
|
| H A D | sna_video_textured.c | 460 v->textured = true;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 6.5.2.rst | 60 - fixed invalid memory read while rendering textured points (bug 8320)
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/ |
| H A D | tex3d-layout.lua | 1 -- Parse logs from test-quad-textured-3d.c to exctract layer/level
|