Searched refs:XVMC_MSG (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/
H A Dcontext.c104 XVMC_MSG(XVMC_TRACE, "[XvMC] Found requested context surface format.\n" \
124 XVMC_MSG(XVMC_ERR, "[XvMC] Could not find a suitable port.\n");
128 XVMC_MSG(XVMC_ERR, "[XvMC] Could not find a suitable surface.\n");
132 XVMC_MSG(XVMC_ERR, "[XvMC] Requested context dimensions (w=%u,h=%u) too large (max w=%u,h=%u).\n",
137 XVMC_MSG(XVMC_ERR, "[XvMC] Invalid context flags 0x%08X.\n", flags);
157 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized profile 0x%08X.\n", xvmc_profile);
175 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized format 0x%08X.\n", xvmc_format);
198 XVMC_MSG(XVMC_TRACE, "[XvMC] Creating context %p.\n", context);
215 XVMC_MSG(XVMC_ERR, "[XvMC] Cannot decode requested surface type. Unsupported chroma format.\n");
219 XVMC_MSG(XVMC_ER
[all...]
H A Dsubpicture.c77 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized Xv image ID 0x%08X.\n", xvimage_id);
83 XVMC_MSG(XVMC_ERR, "[XvMC] Unsupported 2D format %s for Xv image ID 0x%08X.\n", util_format_name(ret), xvimage_id);
101 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized Xv image ID 0x%08X.\n", xvimage_id);
138 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized PIPE_FORMAT 0x%08X.\n", format);
163 XVMC_MSG(XVMC_TRACE, "[XvMC] Found requested subpicture format.\n" \
175 XVMC_MSG(XVMC_TRACE, "[XvMC] depth=%d\n" \
183 XVMC_MSG(XVMC_TRACE, "[XvMC] y sample bits=0x%08X\n" \
272 XVMC_MSG(XVMC_TRACE, "[XvMC] Creating subpicture %p.\n", subpicture);
364 XVMC_MSG(XVMC_TRACE, "[XvMC] Subpicture %p created.\n", subpicture);
421 XVMC_MSG(XVMC_TRAC
[all...]
H A Dsurface.c161 XVMC_MSG(XVMC_TRACE, "[XvMC] Creating surface %p.\n", surface);
212 XVMC_MSG(XVMC_TRACE, "[XvMC] Surface %p created.\n", surface);
234 XVMC_MSG(XVMC_TRACE, "[XvMC] Rendering to surface %p, with past %p and future %p\n",
314 XVMC_MSG(XVMC_TRACE, "[XvMC] Submitted surface %p for rendering.\n", target_surface);
330 XVMC_MSG(XVMC_TRACE, "[XvMC] Flushing surface %p\n", surface);
343 XVMC_MSG(XVMC_TRACE, "[XvMC] Syncing surface %p\n", surface);
372 XVMC_MSG(XVMC_TRACE, "[XvMC] Displaying surface %p.\n", surface);
424 XVMC_MSG(XVMC_TRACE, "[XvMC] Surface %p has subpicture %p.\n", surface, surface_priv->subpicture);
448 XVMC_MSG(XVMC_TRACE, "[XvMC] Submitted surface %p for display. Pushing to front buffer.\n", surface);
463 XVMC_MSG(XVMC_ER
[all...]
H A Dattributes.c70 XVMC_MSG(XVMC_TRACE, "[XvMC] Returning %d attributes for context %p.\n", *number, context);
115 XVMC_MSG(XVMC_TRACE, "[XvMC] Set attribute %s to value %d.\n", attr, value);
150 XVMC_MSG(XVMC_TRACE, "[XvMC] Got value %d for attribute %s.\n", *value, attr);
H A Dxvmc_private.h109 static inline void XVMC_MSG(int level, const char *fmt, ...) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/
H A Dcontext.c104 XVMC_MSG(XVMC_TRACE, "[XvMC] Found requested context surface format.\n" \
124 XVMC_MSG(XVMC_ERR, "[XvMC] Could not find a suitable port.\n");
128 XVMC_MSG(XVMC_ERR, "[XvMC] Could not find a suitable surface.\n");
132 XVMC_MSG(XVMC_ERR, "[XvMC] Requested context dimensions (w=%u,h=%u) too large (max w=%u,h=%u).\n",
137 XVMC_MSG(XVMC_ERR, "[XvMC] Invalid context flags 0x%08X.\n", flags);
157 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized profile 0x%08X.\n", xvmc_profile);
175 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized format 0x%08X.\n", xvmc_format);
198 XVMC_MSG(XVMC_TRACE, "[XvMC] Creating context %p.\n", context);
215 XVMC_MSG(XVMC_ERR, "[XvMC] Cannot decode requested surface type. Unsupported chroma format.\n");
219 XVMC_MSG(XVMC_ER
[all...]
H A Dsubpicture.c77 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized Xv image ID 0x%08X.\n", xvimage_id);
83 XVMC_MSG(XVMC_ERR, "[XvMC] Unsupported 2D format %s for Xv image ID 0x%08X.\n", util_format_name(ret), xvimage_id);
101 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized Xv image ID 0x%08X.\n", xvimage_id);
138 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized PIPE_FORMAT 0x%08X.\n", format);
163 XVMC_MSG(XVMC_TRACE, "[XvMC] Found requested subpicture format.\n" \
175 XVMC_MSG(XVMC_TRACE, "[XvMC] depth=%d\n" \
183 XVMC_MSG(XVMC_TRACE, "[XvMC] y sample bits=0x%08X\n" \
272 XVMC_MSG(XVMC_TRACE, "[XvMC] Creating subpicture %p.\n", subpicture);
364 XVMC_MSG(XVMC_TRACE, "[XvMC] Subpicture %p created.\n", subpicture);
419 XVMC_MSG(XVMC_TRAC
[all...]
H A Dsurface.c161 XVMC_MSG(XVMC_TRACE, "[XvMC] Creating surface %p.\n", surface);
212 XVMC_MSG(XVMC_TRACE, "[XvMC] Surface %p created.\n", surface);
234 XVMC_MSG(XVMC_TRACE, "[XvMC] Rendering to surface %p, with past %p and future %p\n",
314 XVMC_MSG(XVMC_TRACE, "[XvMC] Submitted surface %p for rendering.\n", target_surface);
330 XVMC_MSG(XVMC_TRACE, "[XvMC] Flushing surface %p\n", surface);
343 XVMC_MSG(XVMC_TRACE, "[XvMC] Syncing surface %p\n", surface);
372 XVMC_MSG(XVMC_TRACE, "[XvMC] Displaying surface %p.\n", surface);
424 XVMC_MSG(XVMC_TRACE, "[XvMC] Surface %p has subpicture %p.\n", surface, surface_priv->subpicture);
448 XVMC_MSG(XVMC_TRACE, "[XvMC] Submitted surface %p for display. Pushing to front buffer.\n", surface);
463 XVMC_MSG(XVMC_ER
[all...]
H A Dattributes.c70 XVMC_MSG(XVMC_TRACE, "[XvMC] Returning %d attributes for context %p.\n", *number, context);
115 XVMC_MSG(XVMC_TRACE, "[XvMC] Set attribute %s to value %d.\n", attr, value);
150 XVMC_MSG(XVMC_TRACE, "[XvMC] Got value %d for attribute %s.\n", *value, attr);
H A Dxvmc_private.h109 static inline void XVMC_MSG(int level, const char *fmt, ...) function in typeref:typename:void

Completed in 9 milliseconds