Searched refs:makeVertexShaderAssembly (Results 1 – 1 of 1) sorted by relevance
3720 string makeVertexShaderAssembly(const map<string, string>& fragments) in makeVertexShaderAssembly() function4214 dst.spirvAsmSources.add("vert") << makeVertexShaderAssembly(context.testCodeFragments); in addShaderCodeCustomVertex()4224 dst.spirvAsmSources.add("vert") << makeVertexShaderAssembly(passthru); in addShaderCodeCustomTessControl()4236 dst.spirvAsmSources.add("vert") << makeVertexShaderAssembly(passthru); in addShaderCodeCustomTessEval()4247 dst.spirvAsmSources.add("vert") << makeVertexShaderAssembly(passthru); in addShaderCodeCustomGeometry()4257 dst.spirvAsmSources.add("vert") << makeVertexShaderAssembly(passthru); in addShaderCodeCustomFragment()