Searched refs:pp_debug (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_init.c | 49 pp_debug("Initializing the post-processing queue.\n"); in pp_init() 105 pp_debug("Queue successfully allocated. %u filter(s).\n", curpos); in pp_init() 110 pp_debug("Error setting up pp\n"); in pp_init() 178 pp_debug("Queue taken down.\n"); in pp_free() 183 pp_debug(const char *fmt, ...) in pp_debug() function 209 pp_debug("Initializing FBOs, size %ux%u\n", w, h); in pp_init_fbos() 210 pp_debug("Requesting %u temps and %u inner temps\n", ppq->n_tmp, in pp_init_fbos() 225 pp_debug("Temp buffers' format fail\n"); in pp_init_fbos() 256 pp_debug("Temp Sbuffer format fail\n"); in pp_init_fbos() 278 pp_debug("Failed to allocate temp buffers!\n"); in pp_init_fbos()
|
D | pp_mlaa.c | 221 pp_debug("Failed to allocate constant buffer\n"); in pp_jimenezmlaa_init_run() 226 pp_debug("mlaa: using %u max search steps\n", val); in pp_jimenezmlaa_init_run() 232 pp_debug("Failed to allocate shader space\n"); in pp_jimenezmlaa_init_run() 250 pp_debug("Areamap format not supported\n"); in pp_jimenezmlaa_init_run()
|
D | pp_program.c | 46 pp_debug("Initializing program\n"); in pp_init_prog() 125 pp_debug("Vertex buf format fail\n"); in pp_init_prog()
|
D | pp_run.c | 50 pp_debug("Resizing the temp pp buffers\n"); in pp_run() 152 pp_debug("Failed to translate %s\n", name); in pp_tgsi_to_state()
|
D | postprocess.h | 73 void pp_debug(const char *, ...);
|