Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp73 const VkShaderModule tessellationControlShaderModule, in makeGraphicsPipeline() argument
92 …const bool hasTessellation = (tessellationControlShaderModule != DE_NULL || tessella… in makeGraphicsPipeline()
113 if (tessellationControlShaderModule != DE_NULL) in makeGraphicsPipeline()
116 stageCreateInfo.module = tessellationControlShaderModule; in makeGraphicsPipeline()
327 const VkShaderModule tessellationControlShaderModule, in makeGraphicsPipeline() argument
363 if (tessellationControlShaderModule != DE_NULL) in makeGraphicsPipeline()
366 stageCreateInfo.module = tessellationControlShaderModule; in makeGraphicsPipeline()
DvkObjUtil.hpp44 const VkShaderModule tessellationControlShaderModule,
66 const VkShaderModule tessellationControlShaderModule,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp227 const VkShaderModule tessellationControlShaderModule, in makeGraphicsPipeline() argument
251 …const bool hasTessellation = (tessellationControlShaderModule != DE_NULL || tessella… in makeGraphicsPipeline()
303 if (tessellationControlShaderModule != DE_NULL) in makeGraphicsPipeline()
308 stageCreateInfo.module = tessellationControlShaderModule; in makeGraphicsPipeline()