Searched refs:testCodeFragments (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmGraphicsShaderTestUtil.hpp | 251 std::map<std::string, std::string> testCodeFragments; member 353 const std::map<std::string, std::string>& testCodeFragments, in createInstanceContext() argument 365 …InstanceContext ctx (inputColors, outputColors, testCodeFragments, specConstants, pushConstants, r… in createInstanceContext() 382 const std::map<std::string, std::string>& testCodeFragments) in createInstanceContext() argument 384 return createInstanceContext(elements, inputColors, outputColors, testCodeFragments, in createInstanceContext() 393 const std::map<std::string, std::string>& testCodeFragments) in createInstanceContext() argument 397 return createInstanceContext(elements, defaultColors, defaultColors, testCodeFragments); in createInstanceContext() 404 const std::map<std::string, std::string>& testCodeFragments, 419 const std::map<std::string, std::string>& testCodeFragments, in createTestsForAllStages() argument 432 name, inputColors, outputColors, testCodeFragments, noSpecConstants, noPushConstants, in createTestsForAllStages() [all …]
|
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 238 : testCodeFragments (testCodeFragments_) in InstanceContext() 265 , testCodeFragments (other.testCodeFragments) in InstanceContext() 1272 …te(makeVertexShaderAssembly(fillInterfacePlaceholderVert())).specialize(context.testCodeFragments); in addShaderCodeCustomVertex() 1277 dst.spirvAsmSources.add("vert") << makeVertexShaderAssembly(context.testCodeFragments); in addShaderCodeCustomVertex() 1293 …ssControlShaderAssembly(fillInterfacePlaceholderTessCtrl())).specialize(context.testCodeFragments); in addShaderCodeCustomTessControl() 1302 dst.spirvAsmSources.add("tessc") << makeTessControlShaderAssembly(context.testCodeFragments); in addShaderCodeCustomTessControl() 1320 …sEvalShaderAssembly(fillInterfacePlaceholderTessEvalGeom())).specialize(context.testCodeFragments); in addShaderCodeCustomTessEval() 1328 dst.spirvAsmSources.add("tesse") << makeTessEvalShaderAssembly(context.testCodeFragments); in addShaderCodeCustomTessEval() 1343 …metryShaderAssembly(fillInterfacePlaceholderTessEvalGeom())).specialize(context.testCodeFragments); in addShaderCodeCustomGeometry() 1350 dst.spirvAsmSources.add("geom") << makeGeometryShaderAssembly(context.testCodeFragments); in addShaderCodeCustomGeometry() [all …]
|