/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup_line.c | 249 debug_printf("llvmpipe line\n"); 251 debug_printf(" v1[%d]: %f %f %f %f\n", i, 255 debug_printf(" v2[%d]: %f %f %f %f\n", i, 561 if (0) debug_printf("empty bounding box\n"); 567 if (0) debug_printf("offscreen\n");
|
lp_screen.c | 214 debug_printf("Unexpected PIPE_CAP %d query\n", param); 271 debug_printf("Unexpected PIPE_CAP %d query\n", param);
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_program.c | 531 debug_printf("HDR[%02lx] = 0x%08x\n", 534 debug_printf("shader binary code (0x%x bytes):", prog->code_size); 537 debug_printf("\n"); 538 debug_printf("%08x ", prog->code[pos]); 540 debug_printf("\n");
|
/external/mesa3d/src/gallium/drivers/rbug/ |
rbug_core.c | 767 debug_printf("%s - unsupported opcode %u\n", __FUNCTION__, header->opcode); 785 debug_printf("%s - connection received\n", __FUNCTION__); 796 debug_printf("%s - connection closed\n", __FUNCTION__); 815 debug_printf("rbug_rbug - failed to listen\n"); 821 debug_printf("rbug_rbug - remote debugging listening on port %u\n", --port);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_format_aos.c | 461 debug_printf("%s: unpacking %s with floating point\n", 530 debug_printf("%s: falling back to util_format_%s_fetch_rgba_8unorm\n", 635 debug_printf("%s: falling back to util_format_%s_fetch_rgba_float\n",
|
lp_bld_logic.c | 110 debug_printf("%s: inefficient <%u x i%u> unsigned comparison\n", 291 debug_printf("%s: warning: using slow element-wise float" 348 debug_printf("%s: using slow element-wise int"
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/ |
xa_tgsi.c | 92 debug_printf("%s: ", __func__); 96 debug_printf("%s, ", strings[i]); 99 debug_printf("\n");
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_composite.c | 127 debug_printf("Unsupported repeat mode\n"); 156 debug_printf("Unknown xrender filter\n"); 542 debug_printf("Color Pixel=(%d, %d, %d, %d), RGBA=(%f, %f, %f, %f)\n",
|
xorg_exa_tgsi.c | 66 debug_printf("%s: ", __func__); 70 debug_printf("%s, ", strings[i]); 73 debug_printf("\n");
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_format_aos.c | 461 debug_printf("%s: unpacking %s with floating point\n", 530 debug_printf("%s: falling back to util_format_%s_fetch_rgba_8unorm\n", 635 debug_printf("%s: falling back to util_format_%s_fetch_rgba_float\n",
|
lp_bld_logic.c | 110 debug_printf("%s: inefficient <%u x i%u> unsigned comparison\n", 291 debug_printf("%s: warning: using slow element-wise float" 348 debug_printf("%s: using slow element-wise int"
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_tgsi.c | 92 debug_printf("%s: ", __func__); 96 debug_printf("%s, ", strings[i]); 99 debug_printf("\n");
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_composite.c | 127 debug_printf("Unsupported repeat mode\n"); 156 debug_printf("Unknown xrender filter\n"); 542 debug_printf("Color Pixel=(%d, %d, %d, %d), RGBA=(%f, %f, %f, %f)\n",
|
xorg_exa_tgsi.c | 66 debug_printf("%s: ", __func__); 70 debug_printf("%s, ", strings[i]); 73 debug_printf("\n");
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_compositor.c | 345 debug_printf("Unable to create vertex shader.\n"); 351 debug_printf("Unable to create YCbCr-to-RGB fragment shader.\n"); 357 debug_printf("Unable to create YCbCr-to-RGB weave fragment shader.\n"); 363 debug_printf("Unable to create YUV-Palette-to-RGB fragment shader.\n"); 369 debug_printf("Unable to create RGB-Palette-to-RGB fragment shader.\n"); 375 debug_printf("Unable to create RGB-to-RGB fragment shader.\n"); [all...] |
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_compositor.c | 345 debug_printf("Unable to create vertex shader.\n"); 351 debug_printf("Unable to create YCbCr-to-RGB fragment shader.\n"); 357 debug_printf("Unable to create YCbCr-to-RGB weave fragment shader.\n"); 363 debug_printf("Unable to create YUV-Palette-to-RGB fragment shader.\n"); 369 debug_printf("Unable to create RGB-Palette-to-RGB fragment shader.\n"); 375 debug_printf("Unable to create RGB-to-RGB fragment shader.\n"); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/ |
cso_hash.c | 314 debug_printf("iterating beyond the last element\n"); 365 debug_printf("iterating backward beyond first element\n");
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pt_fetch_emit.c | 219 debug_printf("\n\nvertex %d:\n", i); 276 debug_printf("\n\nvertex %d:\n", i);
|
draw_vs_variant.c | 138 if (0) debug_printf("%s %d \n", __FUNCTION__, count); 205 if (0) debug_printf("%s %d %d (sz %d, %d)\n", __FUNCTION__, start, count,
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_scan.c | 65 debug_printf("tgsi_parse_init() failed in tgsi_scan_shader()!\n"); 285 debug_printf("tgsi_parse_init() failed in tgsi_is_passthrough_shader()!\n");
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_screen.c | 214 debug_printf("Unexpected PIPE_CAP %d query\n", param); 271 debug_printf("Unexpected PIPE_CAP %d query\n", param);
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
cso_hash.c | 314 debug_printf("iterating beyond the last element\n"); 365 debug_printf("iterating backward beyond first element\n");
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pt_fetch_emit.c | 219 debug_printf("\n\nvertex %d:\n", i); 276 debug_printf("\n\nvertex %d:\n", i);
|
draw_vs_variant.c | 138 if (0) debug_printf("%s %d \n", __FUNCTION__, count); 205 if (0) debug_printf("%s %d %d (sz %d, %d)\n", __FUNCTION__, start, count,
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_scan.c | 65 debug_printf("tgsi_parse_init() failed in tgsi_scan_shader()!\n"); 285 debug_printf("tgsi_parse_init() failed in tgsi_is_passthrough_shader()!\n");
|