Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp91 const VkShaderModule tessellationEvalShaderModule, in makeGraphicsPipeline() argument
156 tessellationEvalShaderModule, geometryShaderModule, fragmentShaderModule, in makeGraphicsPipeline()
169 const VkShaderModule tessellationEvalShaderModule, in makeGraphicsPipeline() argument
186 …eCreateInfo || (tessellationControlShaderModule == DE_NULL && tessellationEvalShaderModule == DE_N… in makeGraphicsPipeline()
216 if (tessellationEvalShaderModule != DE_NULL) in makeGraphicsPipeline()
219 stageCreateInfo.module = tessellationEvalShaderModule; in makeGraphicsPipeline()
DvkPipelineConstructionUtil.hpp176 const VkShaderModule tessellationEvalShaderModule = DE_NULL,
192 const VkShaderModule tessellationEvalShaderModule = DE_NULL,
214 const VkShaderModule tessellationEvalShaderModule = DE_NULL,
DvkPipelineConstructionUtil.cpp729 const VkShaderModule tessellationEvalShaderModule, in setupPreRasterizationShaderState() argument
745 tessellationEvalShaderModule, in setupPreRasterizationShaderState()
766 const VkShaderModule tessellationEvalShaderModule, in setupPreRasterizationShaderState2() argument
787 tessellationEvalShaderModule, in setupPreRasterizationShaderState2()
811 const VkShaderModule tessellationEvalShaderModule, in setupPreRasterizationShaderState3() argument
843 const bool hasTese = (tessellationEvalShaderModule != DE_NULL || teseShaderModuleId.ptr); in setupPreRasterizationShaderState3()
901 currStage->module = tessellationEvalShaderModule; in setupPreRasterizationShaderState3()
910 if (tessellationEvalShaderModule == DE_NULL) in setupPreRasterizationShaderState3()
DvkObjUtil.hpp60 const VkShaderModule tessellationEvalShaderModule,
83 const VkShaderModule tessellationEvalShaderModule,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp230 const VkShaderModule tessellationEvalShaderModule, in makeGraphicsPipeline() argument
253 …llation = (tessellationControlShaderModule != DE_NULL || tessellationEvalShaderModule != DE_N… in makeGraphicsPipeline()
314 if (tessellationEvalShaderModule != DE_NULL) in makeGraphicsPipeline()
319 stageCreateInfo.module = tessellationEvalShaderModule; in makeGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp230 const VkShaderModule tessellationEvalShaderModule, in makeGraphicsPipeline() argument
253 …llation = (tessellationControlShaderModule != DE_NULL || tessellationEvalShaderModule != DE_N… in makeGraphicsPipeline()
314 if (tessellationEvalShaderModule != DE_NULL) in makeGraphicsPipeline()
319 stageCreateInfo.module = tessellationEvalShaderModule; in makeGraphicsPipeline()