Searched refs:tessellationControlShaderModule (Results 1 – 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkObjUtil.cpp | 90 const VkShaderModule tessellationControlShaderModule, in makeGraphicsPipeline() argument 155 …eGraphicsPipeline (vk, device, pipelineLayout, vertexShaderModule, tessellationControlShaderModule, in makeGraphicsPipeline() 168 const VkShaderModule tessellationControlShaderModule, in makeGraphicsPipeline() argument 186 …DE_ASSERT(tessStateCreateInfo || (tessellationControlShaderModule == DE_NULL && tessellationEvalSh… in makeGraphicsPipeline() 209 if (tessellationControlShaderModule != DE_NULL) in makeGraphicsPipeline() 212 stageCreateInfo.module = tessellationControlShaderModule; in makeGraphicsPipeline()
|
D | vkPipelineConstructionUtil.cpp | 728 const VkShaderModule tessellationControlShaderModule, in setupPreRasterizationShaderState() argument 744 tessellationControlShaderModule, in setupPreRasterizationShaderState() 765 const VkShaderModule tessellationControlShaderModule, in setupPreRasterizationShaderState2() argument 785 tessellationControlShaderModule, in setupPreRasterizationShaderState2() 809 const VkShaderModule tessellationControlShaderModule, in setupPreRasterizationShaderState3() argument 842 const bool hasTesc = (tessellationControlShaderModule != DE_NULL || tescShaderModuleId.ptr); in setupPreRasterizationShaderState3() 881 currStage->module = tessellationControlShaderModule; in setupPreRasterizationShaderState3() 890 if (tessellationControlShaderModule == DE_NULL) in setupPreRasterizationShaderState3()
|
D | vkPipelineConstructionUtil.hpp | 175 const VkShaderModule tessellationControlShaderModule = DE_NULL, 212 const VkShaderModule tessellationControlShaderModule = DE_NULL,
|
D | vkObjUtil.hpp | 59 const VkShaderModule tessellationControlShaderModule, 82 const VkShaderModule tessellationControlShaderModule,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
D | vktSubgroupsTestsUtils.cpp | 229 const VkShaderModule tessellationControlShaderModule, in makeGraphicsPipeline() argument 253 …const bool hasTessellation = (tessellationControlShaderModule != DE_NULL || tessella… in makeGraphicsPipeline() 305 if (tessellationControlShaderModule != DE_NULL) in makeGraphicsPipeline() 310 stageCreateInfo.module = tessellationControlShaderModule; in makeGraphicsPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsTestsUtils.cpp | 229 const VkShaderModule tessellationControlShaderModule, in makeGraphicsPipeline() argument 253 …const bool hasTessellation = (tessellationControlShaderModule != DE_NULL || tessella… in makeGraphicsPipeline() 305 if (tessellationControlShaderModule != DE_NULL) in makeGraphicsPipeline() 310 stageCreateInfo.module = tessellationControlShaderModule; in makeGraphicsPipeline()
|