Searched refs:textured (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_video.h66 Bool textured; member in struct:__anonfe447f740108
H A Di830_video.c112 /* 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 Dradeon_video.h45 /* textured video */
46 Bool textured; member in struct:__anonab35d3770108
H A Dradeon_textured_video.c160 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 Dintel_video.h61 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 Dintel_uxa_video.c370 adaptor_priv->textured = TRUE;
379 /* gotta uninit this someplace, XXX: shouldn't be necessary for textured */
H A Dintel_video.c186 /* 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 Dintel_video_overlay.c510 adaptor_priv->textured = FALSE;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_video.h61 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 Dintel_uxa_video.c370 adaptor_priv->textured = TRUE;
379 /* gotta uninit this someplace, XXX: shouldn't be necessary for textured */
H A Dintel_video.c186 /* 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 Dintel_video_overlay.c510 adaptor_priv->textured = FALSE;
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_driver.h173 XF86VideoAdaptorPtr textured; member in struct:_modesettingRec
H A Dvmwgfx_tex_video.c1004 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 Dsna_video.h98 bool textured; member in struct:sna_video
H A Dsna_video.c166 /* 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 Dsna_video_textured.c387 v->textured = true;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_video.h108 /* textured video */
109 Bool textured; member in struct:__anone192d83f0108
H A Dradeon_textured_video.c900 pPriv->textured = TRUE;
914 /* gotta uninit this someplace, XXX: shouldn't be necessary for textured */
H A Dradeon_video.c353 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 Dsna_video.c177 /* 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 Dsna_video.h126 bool textured; member in struct:sna_video
H A Dsna_video_textured.c460 v->textured = true;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D6.5.2.rst60 - fixed invalid memory read while rendering textured points (bug 8320)
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
H A Dtex3d-layout.lua1 -- Parse logs from test-quad-textured-3d.c to exctract layer/level

Completed in 24 milliseconds

12