| /CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/texConvert/ |
| D | TexConvert.cpp | 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() [all …]
|
| /CafeSDK-2.12.13/system/src/lib/libsys/ |
| D | indsecinfo.h | 53 printf("section \"%s\"\n",p->name); 54 printf(" address: 0x%08x\n",p->addr); 55 printf(" length: 0x%x\n",p->size); 56 printf(" flags: "); 58 if (p->flags&SECINFO_##F) printf("%s ",#F) 65 printf("\n"); 67 printf(" ROMing: \"%s\"\n",p->romcopyof->name); 68 printf("\n"); 70 printf("%i sections in this module\n",count);
|
| /CafeSDK-2.12.13/system/src/tool/cafex/winmakebsf/ |
| D | makebsf.c | 49 printf("usage: %s [args]\n", AppName); in usage() 50 printf(" -b bs0_file # \n"); in usage() 51 printf(" -p <process1,process2,...> # process file list\n"); in usage() 52 printf(" -a <address1,address2,...> # address list\n"); in usage() 53 printf(" -o output # output file\n"); in usage() 54 printf(" -i platform_info_paddr # physical address of platform information\n"); in usage() 55 printf(" -j package_info_paddr # physical address of package information\n"); in usage() 56 printf(" -f bsf flags # flags in boot block header\n"); in usage() 57 printf(" -q # quiet\n"); in usage() 145 …printf("makebsf: %s could not be converted as hexadecimal number: '%s' \n", ENV_VAR_STICKY_REGISTE… in CheckStickyRegisterEnvVar() [all …]
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/ |
| D | gshCompile.cpp | 45 printf("\n"); in Help() 46 printf("gshCompile\n"); in Help() 47 printf("\n"); in Help() 48 …printf("Usage: gshCompile -v vs_file -p ps_file -g gs_file -o output_file -force_uniformblock\n"); in Help() 49 printf(" gshCompile -c cs_file -o output_file -force_uniformblock\n"); in Help() 50 printf(" gshCompile -version\n\n"); in Help() 51 printf("-v : Vertex Shader file\n"); in Help() 52 printf("-p : Pixel Shader file\n"); in Help() 53 printf("-g : Geometry Shader file\n"); in Help() 54 printf("-c : Compute Shader file\n"); in Help() [all …]
|
| /CafeSDK-2.12.13/system/include/windows/ |
| D | os.h | 56 #define OSReport printf 62 #define COSWarn(COSREPORT_MODULE_GFX, __VA_ARGS__) printf(__VA_ARGS__) 63 #define COSWarn(COSREPORT_MODULE_GFX, __VA_ARGS__) printf(__VA_ARGS__) 64 #define COSInfo(COSREPORT_MODULE_GFX, __VA_ARGS__) printf(__VA_ARGS__) 65 #define COSVerbose(COSREPORT_MODULE_GFX, __VA_ARGS__) printf(__VA_ARGS__)
|
| /CafeSDK-2.12.13/system/bin/tool/ |
| D | makecfmaster.sh | 251 RESULT=$(printf "0x%x" $CHECK) 256 RESULT=$(printf "0x%s" $UNQID) 265 RESULT=$(printf "0x%s" $CHECK) 270 RESULT=$(printf "0x%s" $CHECK) 275 RESULT=$(printf "0x%s" $CHECK) 280 RESULT=$(printf "0x%s" $CHECK) 285 RESULT=$(printf "0x%s" $CHECK) 290 RESULT=$(printf "0x%s" $CHECK) 295 RESULT=$(printf "0x%s" $CHECK) 304 RESULT=$(printf "0x%s" $CHECK) [all …]
|
| D | masteringfunctions.sh | 356 RESERVED6=$(printf "%d" $((0x00001FFE & 0x$RESERVED6))) 372 RESERVED6=$(printf "%08X" $(( RESERVED6_RATING + RESERVED6 ))) 503 local RESULT=$(printf "0x%s" $G_OS_VERSION) 602 RESERVED6=$(printf "%08X" $((0xFFFFFFFE & 0x$RESERVED6))) 918 RESERVED6=$(printf "%08X" $((~$SECTION_ENTRY_HASH_RESERVED_FLAG6 & 0x$META_XML_RESERVED_FLAG_6))) 924 RESERVED6=$(printf "%08X" $(($SECTION_ENTRY_HASH_RESERVED_FLAG6 | 0x$META_XML_RESERVED_FLAG_6)))
|
| D | xmain.sh | 52 printf '%d' "0x$TID" &>/dev/null
|
| D | cafedevrun.sh | 181 DDF_VOLUME_SIZE=`printf "0x%08X" "${DDF_VOLUME_SIZE}"`
|
| D | caferun | 571 local MLC_EMU_TID_HI=$(printf %08x $(($CAFERUN_OPTION_MLC_EMU_TITLEID >> 32 & 0xFFFFFFFF))) 572 local MLC_EMU_TID_LO=$(printf %08x $(($CAFERUN_OPTION_MLC_EMU_TITLEID & 0xFFFFFFFF))) 584 CAFERUN_COLDBOOT_OS_VERSION=$(printf %016llx 0x$MLC_EMU_OS_VERSION) 765 local DISC_EMU_TITLEVER_DECIMAL=`printf "%05u" 0x$DISC_EMU_TITLEVER_HEX` 1151 CAFERUN_COLDBOOT_OS_VERSION=$(printf %016llx $CAFERUN_COLDBOOT_OS_VERSION)
|
| D | makeaoc.sh | 172 if [[ ! -d "$AOC_ROOT_DIR/content/"`printf %04x $MAX_SECTION` ]]; then
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/gfd/ |
| D | gfdFileTexture.cpp | 240 printf("Error: Can't open %s\n", pFilename); in GFDWriteFileTexture() 253 printf("Warning: Unsupported GPU %d, using default.\n", gpuVer); in GFDWriteFileTexture() 261 printf("Error: Can't write file header\n"); in GFDWriteFileTexture() 274 printf("Error: Can't write texture block %d.\n", count); in GFDWriteFileTexture() 284 printf("Error: Can't write end block header\n"); in GFDWriteFileTexture() 302 printf("Error: Can't open %s\n", pFilename); in GFDAppendWriteFileTexture() 310 printf("Error: Can't read file header.\n"); in GFDAppendWriteFileTexture() 318 printf("Error: GPU version is different.\n"); in GFDAppendWriteFileTexture() 326 printf("Error: Format version is different.\n"); in GFDAppendWriteFileTexture() 341 printf("Error: Can't write texture block %d.\n", count); in GFDAppendWriteFileTexture() [all …]
|
| D | gfdFileShader.cpp | 333 printf("Error! Failed to create string table!\n"); in GFDCreateStringTable() 413 printf("Error! Failed to create data table!\n"); in GFDCreateDataTable() 701 printf("Error! Failed to allocate Uniform Block structure!\n"); in GFDCreateBlockRelocateHeaderVSH() 715 printf("Error! Failed to allocate Uniform Variable structure!\n"); in GFDCreateBlockRelocateHeaderVSH() 742 printf("Error! Failed to allocate Sampler Variable structure!\n"); in GFDCreateBlockRelocateHeaderVSH() 756 printf("Error! Failed to allocate Attribute Variable structure!\n"); in GFDCreateBlockRelocateHeaderVSH() 1228 printf("Error! Can't create GFD Data Table!\n"); in GFDCreateBlockRelocateHeaderCSH() 1242 printf("Error! Memory allocation failure!\n"); in GFDCreateBlockRelocateHeaderCSH() 1261 printf("Error! Failed to allocate Uniform Block structure!\n"); in GFDCreateBlockRelocateHeaderCSH() 1275 printf("Error! Failed to allocate Uniform Variable structure!\n"); in GFDCreateBlockRelocateHeaderCSH() [all …]
|
| /CafeSDK-2.12.13/system/src/build/make/ |
| D | target_fast.mk | 35 …printf "make $(CURDIR) $(BUILD_TYPE) $(_TARGET) build time %01d:%02d:%02d $(CAFE_MAKE_JOBS) jobs.\… 36 …printf "make $(CURDIR) $(BUILD_TYPE) $(_TARGET) build time %01d:%02d:%02d $(CAFE_MAKE_JOBS) jobs.\… 47 …printf "**** RECURSIVE MAKE FAST ****\nmake $(CURDIR) $(BUILD_TYPE) $(_TARGET) build time %01d:%02…
|
| /CafeSDK-2.12.13/system/include/cafe/curl/ |
| D | mprintf.h | 52 # undef printf 62 # define printf curl_mprintf macro
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/tgaReader/ |
| D | tgaReader.cpp | 359 printf("Failed to lode DLL \"%s\". Exiting.", LIB_DLL_TEXUTILS); in GetGX2TextureInfo()
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/ddsReader/ |
| D | DDS_Helpers.cpp | 57 printf("Failed to load DLL %s. Exiting.", LIB_DLL_TEXUTILS); in GetGX2TextureInfo() 201 printf("Unsupported texture data type"); in GetGX2TextureInfo()
|
| /CafeSDK-2.12.13/system/src/lib/mtx/headers/cafe/mtx/ |
| D | mtxVec.h | 39 (printf(msg, __FILE__, __LINE__)))
|
| /CafeSDK-2.12.13/system/include/cafe/mtx/ |
| D | mtxVec.h | 39 (printf(msg, __FILE__, __LINE__)))
|