Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/include/
DshaderUtils.h171 const char** so_varyings; ///< stream out varyings member
231 const char** so_varyings; ///< stream out varyings member
261 const char** so_varyings; ///< stream out varyings member
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/
DgshCompile.h142 char** so_varyings; // stream out varyings member
DgshCompile.cpp582 DeleteSOVaryings(pConfig->so_varyings, pConfig->numSOVaryings); in Destroy()
795 … pConfig->so_varyings = GetStreamOutVaryings(argv[count + 1], &pConfig->numSOVaryings); in Initialize()
796 if (pConfig->so_varyings == NULL) in Initialize()
1136 compileSetup.so_varyings = (const char**)sourceInfo.so_varyings; in main()