Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/gfx/include/
DshaderUtils.h170 const char** so_varyings; ///< stream out varyings member
218 const char** so_varyings; ///< stream out varyings member
248 const char** so_varyings; ///< stream out varyings member
/CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/
DgshCompile.h138 char** so_varyings; // stream out varyings member
DgshCompile.cpp575 DeleteSOVaryings(pConfig->so_varyings, pConfig->numSOVaryings); in Destroy()
788 … pConfig->so_varyings = GetStreamOutVaryings(argv[count + 1], &pConfig->numSOVaryings); in Initialize()
789 if (pConfig->so_varyings == NULL) in Initialize()
1119 compileSetup.so_varyings = (const char**)sourceInfo.so_varyings; in main()