Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp74 const VkShaderModule tessellationEvalShaderModule, in makeGraphicsPipeline() argument
92 …llation = (tessellationControlShaderModule != DE_NULL || tessellationEvalShaderModule != DE_N… in makeGraphicsPipeline()
120 if (tessellationEvalShaderModule != DE_NULL) in makeGraphicsPipeline()
123 stageCreateInfo.module = tessellationEvalShaderModule; in makeGraphicsPipeline()
328 const VkShaderModule tessellationEvalShaderModule, in makeGraphicsPipeline() argument
370 if (tessellationEvalShaderModule != DE_NULL) in makeGraphicsPipeline()
373 stageCreateInfo.module = tessellationEvalShaderModule; in makeGraphicsPipeline()
DvkObjUtil.hpp45 const VkShaderModule tessellationEvalShaderModule,
67 const VkShaderModule tessellationEvalShaderModule,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp228 const VkShaderModule tessellationEvalShaderModule, in makeGraphicsPipeline() argument
251 …llation = (tessellationControlShaderModule != DE_NULL || tessellationEvalShaderModule != DE_N… in makeGraphicsPipeline()
312 if (tessellationEvalShaderModule != DE_NULL) in makeGraphicsPipeline()
317 stageCreateInfo.module = tessellationEvalShaderModule; in makeGraphicsPipeline()