Home
last modified time | relevance | path

Searched refs:pOutFilename (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/
DgshCompile.cpp656 pConfig->pOutFilename = DEFAULT_OUTFILENAME; in Initialize()
808 pConfig->pOutFilename = argv[count + 1]; in Initialize()
820 pConfig->pOutFilename = argv[count + 1]; in Initialize()
832 pConfig->pOutFilename = argv[count + 1]; in Initialize()
1184 strncpy_s(baseName, GSH_DUMP_FILENAME_SIZE, sourceInfo.pOutFilename, in main()
1185 strlen(sourceInfo.pOutFilename)); in main()
1214 strncpy_s(baseName, GSH_DUMP_FILENAME_SIZE, sourceInfo.pOutFilename, in main()
1215 strlen(sourceInfo.pOutFilename)); in main()
1241 if(!WriteFileShaderAsCode(&fpGFD, sourceInfo.pOutFilename, in main()
1253 if (!WriteFileShader(&fpGFD, sourceInfo.pOutFilename, in main()
[all …]
DgshCompile.h142 char* pOutFilename; // name of output file member