Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/
DgshCompile.cpp1093 GSH2CompileSetup3 compileSetup; in main() local
1110 memset(&compileSetup, 0, sizeof(compileSetup)); in main()
1112 compileSetup.abi_version = GSH2_ABI_VERSION_CURRENT; in main()
1133 compileSetup.vs_source = (const char*)sourceInfo.vs_source; in main()
1134 compileSetup.ps_source = (const char*)sourceInfo.ps_source; in main()
1135 compileSetup.gs_source = (const char*)sourceInfo.gs_source; in main()
1136 compileSetup.so_varyings = (const char**)sourceInfo.so_varyings; in main()
1137 compileSetup.cs_source = (const char*)sourceInfo.cs_source; in main()
1138 compileSetup.numSOVaryings = sourceInfo.numSOVaryings; in main()
1139 compileSetup.lang = sourceInfo.lang; in main()
[all …]