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/
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()
200 XVMC_MSG(XVMC_TRACE, "[XvMC] Creating subpicture %p.\n", subpicture); in XvMCCreateSubpicture()
290 XVMC_MSG(XVMC_TRACE, "[XvMC] Subpicture %p created.\n", subpicture); in XvMCCreateSubpicture()
347 XVMC_MSG(XVMC_TRACE, "[XvMC] Compositing subpicture %p.\n", subpicture); in XvMCCompositeSubpicture()
372 XVMC_MSG(XVMC_TRACE, "[XvMC] Subpicture %p composited.\n", subpicture); in XvMCCompositeSubpicture()
382 XVMC_MSG(XVMC_TRACE, "[XvMC] Destroying subpicture %p.\n", subpicture); in XvMCDestroySubpicture()
394 XVMC_MSG(XVMC_TRACE, "[XvMC] Subpicture %p destroyed.\n", subpicture); in XvMCDestroySubpicture()
421 XVMC_MSG(XVMC_TRACE, "[XvMC] Palette of Subpicture %p set.\n", subpicture); in XvMCSetSubpicturePalette()
[all …]
Dsurface.c161 XVMC_MSG(XVMC_TRACE, "[XvMC] Creating surface %p.\n", surface); in XvMCCreateSurface()
212 XVMC_MSG(XVMC_TRACE, "[XvMC] Surface %p created.\n", surface); in XvMCCreateSurface()
234 XVMC_MSG(XVMC_TRACE, "[XvMC] Rendering to surface %p, with past %p and future %p\n", in XvMCRenderSurface()
314 XVMC_MSG(XVMC_TRACE, "[XvMC] Submitted surface %p for rendering.\n", target_surface); in XvMCRenderSurface()
330 XVMC_MSG(XVMC_TRACE, "[XvMC] Flushing surface %p\n", surface); in XvMCFlushSurface()
343 XVMC_MSG(XVMC_TRACE, "[XvMC] Syncing surface %p\n", surface); in XvMCSyncSurface()
372 XVMC_MSG(XVMC_TRACE, "[XvMC] Displaying surface %p.\n", surface); in XvMCPutSurface()
424 … XVMC_MSG(XVMC_TRACE, "[XvMC] Surface %p has subpicture %p.\n", surface, surface_priv->subpicture); in XvMCPutSurface()
448 …XVMC_MSG(XVMC_TRACE, "[XvMC] Submitted surface %p for display. Pushing to front buffer.\n", surfac… in XvMCPutSurface()
466 XVMC_MSG(XVMC_TRACE, "[XvMC] Pushed surface %p to front buffer.\n", surface); in XvMCPutSurface()
[all …]
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()
Dcontext.c104 XVMC_MSG(XVMC_TRACE, "[XvMC] Found requested context surface format.\n" \ in Validate()
198 XVMC_MSG(XVMC_TRACE, "[XvMC] Creating context %p.\n", context); in XvMCCreateContext()
313 XVMC_MSG(XVMC_TRACE, "[XvMC] Context %p created.\n", context); in XvMCCreateContext()
323 XVMC_MSG(XVMC_TRACE, "[XvMC] Destroying context %p.\n", context); in XvMCDestroyContext()
339 XVMC_MSG(XVMC_TRACE, "[XvMC] Context %p destroyed.\n", context); in XvMCDestroyContext()
Dxvmc_private.h107 #define XVMC_TRACE 3 macro