Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/include/
DshaderUtils.h169 const char* ps_source; ///< PS shader source code member
229 const char* ps_source; ///< PS shader source code member
259 const char* ps_source; ///< PS shader source code member
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/
DgshCompile.cpp580 DeleteShaderSource(&pConfig->ps_source); in Destroy()
732 if (!AppendShaderSource(argv[count + 1], &pConfig->ps_source)) in Initialize()
1134 compileSetup.ps_source = (const char*)sourceInfo.ps_source; in main()
1160 if (compileSetup.vs_source || compileSetup.ps_source || compileSetup.gs_source) in main()
1177 if (compileSetup.ps_source) in main()
1189 if (sourceInfo.ps_source) { in main()
DgshCompile.h135 char* ps_source; // PS shader source code member