Home
last modified time | relevance | path

Searched refs:ps_source_filename (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/gfx/include/
DshaderUtils.h238 const char* ps_source_filename; ///< PS shader source code file name member
268 const char* ps_source_filename; ///< PS shader source code file name member
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/
DgshCompile.h139 char* ps_source_filename; // PS shader source code file name member
DgshCompile.cpp737 …pConfig->ps_source_filename = _fullpath( ps_name_buffer, argv[count + 1], GSH_FULL_FILE_NAME_SIZE … in Initialize()
738 if( !pConfig->ps_source_filename ) in Initialize()
739 pConfig->ps_source_filename = argv[count + 1]; in Initialize()
1170 compileSetup.ps_source_filename = (const char*)sourceInfo.ps_source_filename; in main()