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.cpp301 addShaderCodeCustomTessEval(programCollection, instanceContext, &spirVAsmBuildOptions); in initPrograms()
DvktSpvAsmGraphicsShaderTestUtil.hpp403 void addShaderCodeCustomTessEval (vk::SourceCollections& dst, InstanceContext& context, const SpirV…
DvktSpvAsmGraphicsShaderTestUtil.cpp1246 void addShaderCodeCustomTessEval (vk::SourceCollections& dst, InstanceContext& context, const SpirV… in addShaderCodeCustomTessEval() function
1276 void addShaderCodeCustomTessEval (vk::SourceCollections& dst, InstanceContext context) in addShaderCodeCustomTessEval() function
1278 addShaderCodeCustomTessEval(dst, context, DE_NULL); in addShaderCodeCustomTessEval()
4148 …STAGE_TESSELLATION_EVALUATION_BIT] = StageData(getTessPipelineStages, addShaderCodeCustomTessEval); in getStageData()