Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp474 string makeVertexShaderAssembly (const map<string, string>& fragments) in makeVertexShaderAssembly() function
1266 …dst.spirvAsmSources.add("vert", spirVAsmBuildOptions) << StringTemplate(makeVertexShaderAssembly(f… in addShaderCodeCustomVertex()
1271 …dst.spirvAsmSources.add("vert", spirVAsmBuildOptions) << makeVertexShaderAssembly(context.testCode… in addShaderCodeCustomVertex()
1299 …dst.spirvAsmSources.add("vert", spirVAsmBuildOptions) << StringTemplate(makeVertexShaderAssembly(… in addShaderCodeCustomTessControl()
1308 …dst.spirvAsmSources.add("vert", spirVAsmBuildOptions) << makeVertexShaderAssembly(passthru) << Sp… in addShaderCodeCustomTessControl()
1338 …dst.spirvAsmSources.add("vert", spirVAsmBuildOptions) << StringTemplate(makeVertexShaderAssembly(… in addShaderCodeCustomTessEval()
1346 …dst.spirvAsmSources.add("vert", spirVAsmBuildOptions) << makeVertexShaderAssembly(passthru) << Sp… in addShaderCodeCustomTessEval()
1375 …dst.spirvAsmSources.add("vert", spirVAsmBuildOptions) << StringTemplate(makeVertexShaderAssembly(f… in addShaderCodeCustomGeometry()
1382 …dst.spirvAsmSources.add("vert", spirVAsmBuildOptions) << makeVertexShaderAssembly(passthru) << Spi… in addShaderCodeCustomGeometry()
1410 …dst.spirvAsmSources.add("vert", spirVAsmBuildOptions) << StringTemplate(makeVertexShaderAssembly(f… in addShaderCodeCustomFragment()
[all …]