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.cpp398 string makeVertexShaderAssembly (const map<string, string>& fragments) in makeVertexShaderAssembly() function
1189 …dst.spirvAsmSources.add("vert", spirVAsmBuildOptions) << StringTemplate(makeVertexShaderAssembly(f… in addShaderCodeCustomVertex()
1194 …dst.spirvAsmSources.add("vert", spirVAsmBuildOptions) << makeVertexShaderAssembly(context.testCode… in addShaderCodeCustomVertex()
1222 …dst.spirvAsmSources.add("vert", spirVAsmBuildOptions) << StringTemplate(makeVertexShaderAssembly(… in addShaderCodeCustomTessControl()
1231 …dst.spirvAsmSources.add("vert", spirVAsmBuildOptions) << makeVertexShaderAssembly(passthru) << Sp… in addShaderCodeCustomTessControl()
1261 …dst.spirvAsmSources.add("vert", spirVAsmBuildOptions) << StringTemplate(makeVertexShaderAssembly(… in addShaderCodeCustomTessEval()
1269 …dst.spirvAsmSources.add("vert", spirVAsmBuildOptions) << makeVertexShaderAssembly(passthru) << Sp… in addShaderCodeCustomTessEval()
1298 …dst.spirvAsmSources.add("vert", spirVAsmBuildOptions) << StringTemplate(makeVertexShaderAssembly(f… in addShaderCodeCustomGeometry()
1305 …dst.spirvAsmSources.add("vert", spirVAsmBuildOptions) << makeVertexShaderAssembly(passthru) << Spi… in addShaderCodeCustomGeometry()
1333 …dst.spirvAsmSources.add("vert", spirVAsmBuildOptions) << StringTemplate(makeVertexShaderAssembly(f… in addShaderCodeCustomFragment()
[all …]