Lines Matching refs:TRACE

1088         TRACE("Format %s is supported as FBO color attachment.\n", debug_d3dformat(format->id));
1104 TRACE("Format %s is not supported as FBO color attachment.\n", debug_d3dformat(format->id));
1110 TRACE("Format %s is not supported as FBO color attachment, trying rtInternal format as fallback.\n",
1129 TRACE("Format %s rtInternal format is supported as FBO color attachment.\n",
1169 TRACE("Format doesn't support post-pixelshader blending.\n");
1222 TRACE("Format doesn't support post-pixelshader blending.\n");
1223 TRACE("Color output: %#x\n", color);
1228 TRACE("Format supports post-pixelshader blending.\n");
1229 TRACE("Color output: %#x\n", color);
1255 TRACE("Format %s's sRGB format is FBO attachable.\n", debug_d3dformat(format->id));
1277 TRACE("Format %s supports %s.\n", debug_d3dformat(format->id), string);
1282 TRACE("Format %s doesn't support %s.\n", debug_d3dformat(format->id), string);
1309 TRACE("Format %s is supported as FBO color attachment.\n", debug_d3dformat(format->id));
1327 TRACE("Format %s is not supported as FBO color attachment.\n", debug_d3dformat(format->id));
1336 TRACE("Format %s rtInternal format is supported as FBO color attachment.\n",
1354 TRACE("Format %s's sRGB format is FBO attachable.\n", debug_d3dformat(format->id));
1384 TRACE("Skipping format %s because it's a depth/stencil format.\n",
1391 TRACE("Skipping format %s because it's a compressed format.\n",
1398 TRACE("Checking if format %s is supported as FBO color attachment...\n", debug_d3dformat(format->id));
1601 TRACE("Read back colors 0x%08x and 0x%08x close to unfiltered color, assuming no filtering\n",
1607 TRACE("Read back colors are 0x%08x and 0x%08x, assuming texture is filtered\n",
1647 TRACE("Nvidia card with texture_float support: Assuming float16 blending\n");
1652 TRACE("More than 44 GLSL varyings - assuming d3d10 card with float16 blending\n");
1657 TRACE("Assuming no float16 blending\n");
1681 TRACE("Format %s supports filtering\n", debug_d3dformat(fmts16[i]));
1686 TRACE("Format %s does not support filtering\n", debug_d3dformat(fmts16[i]));
2738 TRACE("\tComplex: %s\n", debug_complex_fixup(get_complex_fixup(fixup)));
2742 TRACE("\tX: %s%s\n", debug_fixup_channel_source(fixup.x_source), fixup.x_sign_fixup ? ", SIGN_FIXUP" : "");
2743 TRACE("\tY: %s%s\n", debug_fixup_channel_source(fixup.y_source), fixup.y_sign_fixup ? ", SIGN_FIXUP" : "");
2744 TRACE("\tZ: %s%s\n", debug_fixup_channel_source(fixup.z_source), fixup.z_sign_fixup ? ", SIGN_FIXUP" : "");
2745 TRACE("\tW: %s%s\n", debug_fixup_channel_source(fixup.w_source), fixup.w_sign_fixup ? ", SIGN_FIXUP" : "");
2909 TRACE("format %s.\n", debug_d3dformat(format->id));
2939 TRACE("Returning red: %d, green: %d, blue: %d, alpha: %d, total: %d for format %s.\n",
2947 TRACE("format %s.\n", debug_d3dformat(format->id));
2970 TRACE("Returning depthSize: %d and stencilSize: %d for format %s.\n",
3012 TRACE("Converting color {%.8e %.8e %.8e %.8e} to format %s.\n",
3026 TRACE("Returning 0x%08x.\n", ret);