Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp38 const VkShaderModule tessellationEvalShaderModule, in makeGraphicsPipeline() argument
55 …llation = (tessellationControlShaderModule != DE_NULL || tessellationEvalShaderModule != DE_N… in makeGraphicsPipeline()
83 if (tessellationEvalShaderModule != DE_NULL) in makeGraphicsPipeline()
86 stageCreateInfo.module = tessellationEvalShaderModule; in makeGraphicsPipeline()
291 const VkShaderModule tessellationEvalShaderModule, in makeGraphicsPipeline() argument
332 if (tessellationEvalShaderModule != DE_NULL) in makeGraphicsPipeline()
335 stageCreateInfo.module = tessellationEvalShaderModule; in makeGraphicsPipeline()
DvkObjUtil.hpp37 const VkShaderModule tessellationEvalShaderModule,
58 const VkShaderModule tessellationEvalShaderModule,