Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp37 const VkShaderModule tessellationControlShaderModule, in makeGraphicsPipeline() argument
55 …const bool hasTessellation = (tessellationControlShaderModule != DE_NULL || tessella… in makeGraphicsPipeline()
76 if (tessellationControlShaderModule != DE_NULL) in makeGraphicsPipeline()
79 stageCreateInfo.module = tessellationControlShaderModule; in makeGraphicsPipeline()
290 const VkShaderModule tessellationControlShaderModule, in makeGraphicsPipeline() argument
325 if (tessellationControlShaderModule != DE_NULL) in makeGraphicsPipeline()
328 stageCreateInfo.module = tessellationControlShaderModule; in makeGraphicsPipeline()
DvkObjUtil.hpp36 const VkShaderModule tessellationControlShaderModule,
57 const VkShaderModule tessellationControlShaderModule,