/external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/ |
fb_writer.c | 39 #define deprintf(fmt, args... ) \ macro 43 #define deprintf( fmt, args... ) macro 54 deprintf("[SPU] fb_writer_spu is up... (on SPE #%llu)\n", spe_id); 62 deprintf("[SPU] Message is %u\n", mbox); 65 deprintf("[SPU] fb_writer goes down...\n"); 70 deprintf("[SPU] Cannot handle message\n"); 78 deprintf("[SPU] Failed to reserve mfc tags on fb_writer\n"); 84 deprintf("[SPU] Message on fb_writer is %u\n", ea_mfc); 88 deprintf("[SPU] argp = %u\n", (unsigned int)argp); 92 deprintf("[SPU] Copying to framebuffer started\n") [all...] |
yuv2rgb_converter.c | 37 #define deprintf(fmt, args... ) \ macro 41 #define deprintf( fmt, args... ) macro 70 deprintf("[SPU] yuv2rgb_spu is up... (on SPE #%llu)\n", spe_id); 78 deprintf("[SPU] Message is %u\n", mbox); 81 deprintf("[SPU] fb_writer goes down...\n"); 86 deprintf("[SPU] Cannot handle message\n"); 94 deprintf("[SPU] Failed to reserve mfc tags on yuv2rgb_converter\n"); 100 deprintf("[SPU] Message on yuv2rgb_converter is %u\n", ea_mfc); 108 deprintf("[SPU] Convert %ix%i from YUV to RGB\n", parms_converter.src_pixel_width, parms_converter.src_pixel_height); 110 deprintf("[SPU] Using yuv_to_rgb_w16\n") [all...] |
bilin_scaler.c | 37 #define deprintf(fmt, args... ) \ macro 41 #define deprintf( fmt, args... ) macro 73 deprintf("[SPU] bilin_scaler_spu is up... (on SPE #%llu)\n", spe_id); 78 deprintf("[SPU] Scale %ux%u to %ux%u\n", parms.src_pixel_width, parms.src_pixel_height, 83 deprintf("[SPU] Using scale_srcw16_dstw16\n"); 86 deprintf("[SPU] Using scale_srcw16_dstw32\n"); 91 deprintf("[SPU] Using scale_srcw32_dstw16\n"); 94 deprintf("[SPU] Using scale_srcw32_dstw32\n"); 98 deprintf("[SPU] bilin_scaler_spu... done!\n"); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/ |
SDL_ps3video.h | 54 #define deprintf( level, fmt, args... ) \ macro 64 #define deprintf( level, fmt, args... ) macro
|