Home
last modified time | relevance | path

Searched refs:XVMC_TRACE (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xvmc/
Dsurface.c160 XVMC_MSG(XVMC_TRACE, "[XvMC] Creating surface %p.\n", surface); in XvMCCreateSurface()
205 XVMC_MSG(XVMC_TRACE, "[XvMC] Surface %p created.\n", surface); in XvMCCreateSurface()
227 XVMC_MSG(XVMC_TRACE, "[XvMC] Rendering to surface %p, with past %p and future %p\n", in XvMCRenderSurface()
307 XVMC_MSG(XVMC_TRACE, "[XvMC] Submitted surface %p for rendering.\n", target_surface); in XvMCRenderSurface()
323 XVMC_MSG(XVMC_TRACE, "[XvMC] Flushing surface %p\n", surface); in XvMCFlushSurface()
336 XVMC_MSG(XVMC_TRACE, "[XvMC] Syncing surface %p\n", surface); in XvMCSyncSurface()
364 XVMC_MSG(XVMC_TRACE, "[XvMC] Displaying surface %p.\n", surface); in XvMCPutSurface()
416 … XVMC_MSG(XVMC_TRACE, "[XvMC] Surface %p has subpicture %p.\n", surface, surface_priv->subpicture); in XvMCPutSurface()
440 …XVMC_MSG(XVMC_TRACE, "[XvMC] Submitted surface %p for display. Pushing to front buffer.\n", surfac… in XvMCPutSurface()
461 XVMC_MSG(XVMC_TRACE, "[XvMC] Pushed surface %p to front buffer.\n", surface); in XvMCPutSurface()
[all …]
Dsubpicture.c127 XVMC_MSG(XVMC_TRACE, "[XvMC] Found requested subpicture format.\n" \ in Validate()
139 XVMC_MSG(XVMC_TRACE, "[XvMC] depth=%d\n" \ in Validate()
147 XVMC_MSG(XVMC_TRACE, "[XvMC] y sample bits=0x%08X\n" \ in Validate()
204 XVMC_MSG(XVMC_TRACE, "[XvMC] Creating subpicture %p.\n", subpicture); in XvMCCreateSubpicture()
293 XVMC_MSG(XVMC_TRACE, "[XvMC] Subpicture %p created.\n", subpicture); in XvMCCreateSubpicture()
355 XVMC_MSG(XVMC_TRACE, "[XvMC] Compositing subpicture %p.\n", subpicture); in XvMCCompositeSubpicture()
380 XVMC_MSG(XVMC_TRACE, "[XvMC] Subpicture %p composited.\n", subpicture); in XvMCCompositeSubpicture()
390 XVMC_MSG(XVMC_TRACE, "[XvMC] Destroying subpicture %p.\n", subpicture); in XvMCDestroySubpicture()
402 XVMC_MSG(XVMC_TRACE, "[XvMC] Subpicture %p destroyed.\n", subpicture); in XvMCDestroySubpicture()
429 XVMC_MSG(XVMC_TRACE, "[XvMC] Palette of Subpicture %p set.\n", subpicture); in XvMCSetSubpicturePalette()
[all …]
Dcontext.c104 XVMC_MSG(XVMC_TRACE, "[XvMC] Found requested context surface format.\n" \ in Validate()
197 XVMC_MSG(XVMC_TRACE, "[XvMC] Creating context %p.\n", context); in XvMCCreateContext()
311 XVMC_MSG(XVMC_TRACE, "[XvMC] Context %p created.\n", context); in XvMCCreateContext()
321 XVMC_MSG(XVMC_TRACE, "[XvMC] Destroying context %p.\n", context); in XvMCDestroyContext()
337 XVMC_MSG(XVMC_TRACE, "[XvMC] Context %p destroyed.\n", context); in XvMCDestroyContext()
Dattributes.c70 XVMC_MSG(XVMC_TRACE, "[XvMC] Returning %d attributes for context %p.\n", *number, context); in XvMCQueryAttributes()
115 XVMC_MSG(XVMC_TRACE, "[XvMC] Set attribute %s to value %d.\n", attr, value); in XvMCSetAttribute()
150 XVMC_MSG(XVMC_TRACE, "[XvMC] Got value %d for attribute %s.\n", *value, attr); in XvMCGetAttribute()
Dxvmc_private.h107 #define XVMC_TRACE 3 macro