Searched refs:makeVertexShaderAssembly (Results 1 – 1 of 1) sorted by relevance
3436 string makeVertexShaderAssembly(const map<string, string>& fragments) in makeVertexShaderAssembly() function3930 dst.spirvAsmSources.add("vert") << makeVertexShaderAssembly(context.testCodeFragments); in addShaderCodeCustomVertex()3940 dst.spirvAsmSources.add("vert") << makeVertexShaderAssembly(passthru); in addShaderCodeCustomTessControl()3952 dst.spirvAsmSources.add("vert") << makeVertexShaderAssembly(passthru); in addShaderCodeCustomTessEval()3963 dst.spirvAsmSources.add("vert") << makeVertexShaderAssembly(passthru); in addShaderCodeCustomGeometry()3973 dst.spirvAsmSources.add("vert") << makeVertexShaderAssembly(passthru); in addShaderCodeCustomFragment()