Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmSpirvVersionTests.cpp308 addShaderCodeCustomTessEval(programCollection, instanceContext, &spirVAsmBuildOptions); in initPrograms()
DvktSpvAsmGraphicsShaderTestUtil.hpp456 void addShaderCodeCustomTessEval (vk::SourceCollections& dst, InstanceContext& context, const SpirV…
DvktSpvAsmGraphicsShaderTestUtil.cpp1323 void addShaderCodeCustomTessEval (vk::SourceCollections& dst, InstanceContext& context, const SpirV… in addShaderCodeCustomTessEval() function
1353 void addShaderCodeCustomTessEval (vk::SourceCollections& dst, InstanceContext context) in addShaderCodeCustomTessEval() function
1355 addShaderCodeCustomTessEval(dst, context, DE_NULL); in addShaderCodeCustomTessEval()
4706 …STAGE_TESSELLATION_EVALUATION_BIT] = StageData(getTessPipelineStages, addShaderCodeCustomTessEval); in getStageData()