Lines Matching refs:printf

23     printf("Supported destination converted formats:\n");  in PrintSupportedDstFormats()
24 printf(" GX2_SURFACE_FORMAT_TCS_R8_G8_B8_A8_UNORM\n"); in PrintSupportedDstFormats()
25 printf(" GX2_SURFACE_FORMAT_TCS_R8_G8_B8_A8_SRGB\n"); in PrintSupportedDstFormats()
26 printf(" GX2_SURFACE_FORMAT_T_BC1_UNORM\n"); in PrintSupportedDstFormats()
27 printf(" GX2_SURFACE_FORMAT_T_BC1_SRGB\n"); in PrintSupportedDstFormats()
28 printf(" GX2_SURFACE_FORMAT_T_BC2_UNORM\n"); in PrintSupportedDstFormats()
29 printf(" GX2_SURFACE_FORMAT_T_BC2_SRGB\n"); in PrintSupportedDstFormats()
30 printf(" GX2_SURFACE_FORMAT_T_BC3_UNORM\n"); in PrintSupportedDstFormats()
31 printf(" GX2_SURFACE_FORMAT_T_BC3_SRGB\n"); in PrintSupportedDstFormats()
32 printf(" GX2_SURFACE_FORMAT_T_BC4_UNORM\n"); in PrintSupportedDstFormats()
33 printf(" GX2_SURFACE_FORMAT_T_BC4_SNORM\n"); in PrintSupportedDstFormats()
34 printf(" GX2_SURFACE_FORMAT_T_BC5_UNORM\n"); in PrintSupportedDstFormats()
35 printf(" GX2_SURFACE_FORMAT_T_BC5_SNORM\n"); in PrintSupportedDstFormats()
36 printf(" GX2_SURFACE_FORMAT_TC_R8_UNORM\n"); in PrintSupportedDstFormats()
37 printf(" GX2_SURFACE_FORMAT_TC_R8_G8_UNORM\n"); in PrintSupportedDstFormats()
39 printf("\n"); in PrintSupportedDstFormats()
40 printf("Supported source DDS formats for conversion:\n"); in PrintSupportedDstFormats()
41 printf(" ARGB 8888\n"); in PrintSupportedDstFormats()
42 printf(" ABGR 8888\n"); in PrintSupportedDstFormats()
43 printf(" ABGR 32Float\n"); in PrintSupportedDstFormats()
45 printf("\n"); in PrintSupportedDstFormats()
46 printf("Supported source DDS formats for passthrough:\n"); in PrintSupportedDstFormats()
47 printf(" ARGB 1555 -> GX2_SURFACE_FORMAT_TC_R5_G5_B5_A1_UNORM\n"); in PrintSupportedDstFormats()
48 printf(" ABGR 2101010 -> GX2_SURFACE_FORMAT_TCS_R10_G10_B10_A2_UNORM\n"); in PrintSupportedDstFormats()
49 printf(" ARGB 2101010 -> GX2_SURFACE_FORMAT_TCS_R10_G10_B10_A2_UNORM\n"); in PrintSupportedDstFormats()
50 printf(" ARGB 4444 -> GX2_SURFACE_FORMAT_TC_R4_G4_B4_A4_UNORM\n"); in PrintSupportedDstFormats()
51 printf(" ABGR 8888 -> GX2_SURFACE_FORMAT_TCS_R8_G8_B8_A8_UNORM\n"); in PrintSupportedDstFormats()
52 printf(" ARGB 8888 -> GX2_SURFACE_FORMAT_TCS_R8_G8_B8_A8_UNORM\n"); in PrintSupportedDstFormats()
53 printf(" ABGR 16161616 -> GX2_SURFACE_FORMAT_TC_R16_G16_B16_A16_UNORM\n"); in PrintSupportedDstFormats()
54 printf(" ABGR 16Float -> GX2_SURFACE_FORMAT_TC_R16_G16_B16_A16_FLOAT\n"); in PrintSupportedDstFormats()
55 printf(" ABGR 32Float -> GX2_SURFACE_FORMAT_TC_R32_G32_B32_A32_FLOAT\n"); in PrintSupportedDstFormats()
56 printf(" RGB 565 -> GX2_SURFACE_FORMAT_TCS_R5_G6_B5_UNORM\n"); in PrintSupportedDstFormats()
57 printf(" RGB 888 -> GX2_SURFACE_FORMAT_TCS_R8_G8_B8_A8_UNORM\n"); in PrintSupportedDstFormats()
58 printf(" XRGB 1555 -> GX2_SURFACE_FORMAT_TC_R5_G5_B5_A1_UNORM\n"); in PrintSupportedDstFormats()
59 printf(" XRGB 4444 -> GX2_SURFACE_FORMAT_TC_R4_G4_B4_A4_UNORM\n"); in PrintSupportedDstFormats()
60 printf(" XBGR 4444 -> GX2_SURFACE_FORMAT_TC_R4_G4_B4_A4_UNORM\n"); in PrintSupportedDstFormats()
61 printf(" XBGR 8888 -> GX2_SURFACE_FORMAT_TCS_R8_G8_B8_A8_UNORM\n"); in PrintSupportedDstFormats()
62 printf(" XRGB 8888 -> GX2_SURFACE_FORMAT_TCS_R8_G8_B8_A8_UNORM\n"); in PrintSupportedDstFormats()
63 printf(" BC1 -> GX2_SURFACE_FORMAT_T_BC1_UNORM\n"); in PrintSupportedDstFormats()
64 printf(" BC2 -> GX2_SURFACE_FORMAT_T_BC2_UNORM\n"); in PrintSupportedDstFormats()
65 printf(" BC3 -> GX2_SURFACE_FORMAT_T_BC3_UNORM\n"); in PrintSupportedDstFormats()
66 printf(" BC4 -> GX2_SURFACE_FORMAT_T_BC4_UNORM\n"); in PrintSupportedDstFormats()
67 printf(" BC5 -> GX2_SURFACE_FORMAT_T_BC5_UNORM\n"); in PrintSupportedDstFormats()
68 printf("\n"); in PrintSupportedDstFormats()
69 printf("(Any necessary component reordering is done during input)\n"); in PrintSupportedDstFormats()
71 printf("\n"); in PrintSupportedDstFormats()
72 printf("Supported source GTX format file inputs for converting to DDS:\n"); in PrintSupportedDstFormats()
73 printf(" GX2_SURFACE_FORMAT_TC_R32_G32_B32_A32_FLOAT -> ABGR 32F\n"); in PrintSupportedDstFormats()
74 printf(" GX2_SURFACE_FORMAT_TC_R16_G16_B16_A16_UNORM -> ABGR 16161616\n"); in PrintSupportedDstFormats()
75 printf(" GX2_SURFACE_FORMAT_TC_R16_G16_B16_A16_FLOAT -> ABGR 16F\n"); in PrintSupportedDstFormats()
76 printf(" GX2_SURFACE_FORMAT_TCS_R8_G8_B8_A8_UNORM -> ABGR 8888\n"); in PrintSupportedDstFormats()
77 printf(" GX2_SURFACE_FORMAT_TCS_R10_G10_B10_A2_UNORM -> ABGR 2101010\n"); in PrintSupportedDstFormats()
78 printf(" GX2_SURFACE_FORMAT_TCS_R5_G6_B5_UNORM -> RGB 565\n"); in PrintSupportedDstFormats()
79 printf(" GX2_SURFACE_FORMAT_TC_R5_G5_B5_A1_UNORM -> XRGB 1555\n"); in PrintSupportedDstFormats()
80 printf(" GX2_SURFACE_FORMAT_TC_R4_G4_B4_A4_UNORM -> XRGB 4444\n"); in PrintSupportedDstFormats()
81 printf(" GX2_SURFACE_FORMAT_TC_R8_UNORM -> L8\n"); in PrintSupportedDstFormats()
82 printf(" GX2_SURFACE_FORMAT_T_BC1_UNORM -> BC1\n"); in PrintSupportedDstFormats()
83 printf(" GX2_SURFACE_FORMAT_T_BC2_UNORM -> BC2\n"); in PrintSupportedDstFormats()
84 printf(" GX2_SURFACE_FORMAT_T_BC3_UNORM -> BC3\n"); in PrintSupportedDstFormats()
85 printf(" GX2_SURFACE_FORMAT_T_BC4_UNORM -> BC4\n"); in PrintSupportedDstFormats()
86 printf(" GX2_SURFACE_FORMAT_T_BC5_UNORM -> BC5\n"); in PrintSupportedDstFormats()
87 printf("\n"); in PrintSupportedDstFormats()
88printf("(Any necessary component reordering is done during input.It does not guarantee data consis… in PrintSupportedDstFormats()
95 printf("\ in PrintUsageMessage()
149 printf("%s ", argv[count]); in PrintCommandLine()
159 printf("Failed to load DLL %ws. Exiting.", LIB_DLL_TEXUTILS); in LoadDLLs()
167 printf("Failed to load DLL %ws. Exiting.", LIB_DLL_GFD); in LoadDLLs()
316 printf("// ----- File Format Info ----- \n"); in PrintTextureFileInfo()
317 printf(" fileName = %s\n", PathToFileName(pConfig->outFileName)); in PrintTextureFileInfo()
318 printf(" indexCount = %d\n", pConfig->inFileCount); in PrintTextureFileInfo()
319 printf(" alignMode = %d\n", pConfig->alignMode); in PrintTextureFileInfo()
320 printf(" endianMode = %d\n", pConfig->endianbugfix); in PrintTextureFileInfo()
321 printf(" BC1Alpha = %d\n", pConfig->bc1alphathreshold); in PrintTextureFileInfo()
322 printf(" GBTilingCfg = 0x%X\n", pConfig->gbtilingconfig); in PrintTextureFileInfo()
331 printf("// ----- GX2Surface Info ----- \n"); in PrintTextureSurfaceInfo()
332 printf(" index = %d \n", id); in PrintTextureSurfaceInfo()
333 printf(" dim = %d\n", pGx2Textures->surface.dim); in PrintTextureSurfaceInfo()
334 printf(" width = %d\n", pGx2Textures->surface.width); in PrintTextureSurfaceInfo()
335 printf(" height = %d\n", pGx2Textures->surface.height); in PrintTextureSurfaceInfo()
336 printf(" depth = %d\n", pGx2Textures->surface.depth); in PrintTextureSurfaceInfo()
337 printf(" numMips = %d\n", pGx2Textures->surface.numMips); in PrintTextureSurfaceInfo()
338 printf(" format = %s\n", FormatTypeToString(pGx2Textures->surface.format)); in PrintTextureSurfaceInfo()
339 printf(" aa = %d\n", pGx2Textures->surface.aa); in PrintTextureSurfaceInfo()
340 printf(" use = %d\n", pGx2Textures->surface.use); in PrintTextureSurfaceInfo()
341 printf(" imageSize = %d\n", pGx2Textures->surface.imageSize); in PrintTextureSurfaceInfo()
342 printf(" mipSize = %d\n", pGx2Textures->surface.mipSize); in PrintTextureSurfaceInfo()
343 printf(" tileMode = %d\n", pGx2Textures->surface.tileMode); in PrintTextureSurfaceInfo()
344printf(" swizzle = %d, 0x%X\n", pGx2Textures->surface.swizzle, pGx2Textures->surface.swizzle); in PrintTextureSurfaceInfo()
345 printf(" alignment = %d\n", pGx2Textures->surface.alignment); in PrintTextureSurfaceInfo()
346 printf(" pitch = %d\n", pGx2Textures->surface.pitch); in PrintTextureSurfaceInfo()
347 printf(" mipOffset = %d\n", pGx2Textures->surface.mipOffset); in PrintTextureSurfaceInfo()
412 printf("Error: Unsupported GPU version\n"); in InitializeConfig()
428printf("Exceeded maximum input file count of %d. Exiting.\n", MAX_INPUTFILE_COUNT); in InitializeConfig()
463 printf("Error: Unsupported mip filter mode\n"); in InitializeConfig()
574 printf("Error: Cannot use -texarray_from_src with -mips_from_src.\n"); in InitializeConfig()
583 printf("Error: Cannot use -mips_from_src with -texarray_from_src.\n"); in InitializeConfig()
621 printf("Unrecognized command line parameter \"%s\". Exiting.", argv[count]); in InitializeConfig()
635 printf("Minimum mip size of one or more not specified. Setting minimum size to 1.\n"); in InitializeConfig()
781 printf("Error: Unsupported tileMode."); in _tmain()
800 printf("Error loading TGA file. Exiting.\n"); in _tmain()
816 printf("Error loading DDS file. Exiting.\n"); in _tmain()
843 printf("Error loading GTX file. Exiting.\n"); in _tmain()
858 printf("Error converting tiling. Exiting.\n"); in _tmain()
869printf("Error input format %s doesn't supported in DDS file format. Exiting.\n", FormatTypeToStri… in _tmain()
886 printf("Unrecognized texture file type.\n"); in _tmain()
897 printf("Error converting snorm to unorm. Exiting.\n"); in _tmain()
909 printf("Error generating mips. Exiting.\n"); in _tmain()
930 printf("Error: Unsupported destination format. (%s)\n", argv[count + 1]); in _tmain()
938 printf("Error converting to destination format. Exiting.\n"); in _tmain()
958 printf("Error converting tiling. Exiting.\n"); in _tmain()
967 printf("Error generating texture. Exiting.\n"); in _tmain()
978 printf("Error writing texture to file. Exiting.\n"); in _tmain()
989 printf("Error writing texture to file. Exiting.\n"); in _tmain()
1016 printf("Error converting tiling. Exiting.\n"); in _tmain()
1025 printf("Error generating texture. Exiting.\n"); in _tmain()
1036 printf("Error writing texture to file. Exiting.\n"); in _tmain()
1047 printf("Error writing texture to file. Exiting.\n"); in _tmain()
1070 printf("Error converting tiling. Exiting.\n"); in _tmain()
1079 printf("Error generating texture. Exiting.\n"); in _tmain()
1091 printf("Error writing texture to file. Exiting.\n"); in _tmain()
1102 printf("Error writing texture to file. Exiting.\n"); in _tmain()