Searched refs:tessellationControlShaderModule (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkObjUtil.cpp | 82 const VkShaderModule vertexShaderModule, const VkShaderModule tessellationControlShaderModule, in makeGraphicsPipeline() argument 139 …vk, device, pipelineLayout, vertexShaderModule, tessellationControlShaderModule, tessellationEvalS… in makeGraphicsPipeline() 148 const VkShaderModule tessellationControlShaderModule, in makeGraphicsPipeline() argument 165 … (tessellationControlShaderModule == DE_NULL && tessellationEvalShaderModule == DE_NULL)); in makeGraphicsPipeline() 187 if (tessellationControlShaderModule != DE_NULL) in makeGraphicsPipeline() 190 stageCreateInfo.module = tessellationControlShaderModule; in makeGraphicsPipeline()
|
H A D | vkObjUtil.hpp | 54 const VkShaderModule vertexShaderModule, const VkShaderModule tessellationControlShaderModule, 69 const VkShaderModule vertexShaderModule, const VkShaderModule tessellationControlShaderModule,
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 222 const VkShaderModule vertexShaderModule, const VkShaderModule tessellationControlShaderModule, in makeGraphicsPipeline() argument 238 (tessellationControlShaderModule != DE_NULL || tessellationEvalShaderModule != DE_NULL); in makeGraphicsPipeline() 290 if (tessellationControlShaderModule != DE_NULL) in makeGraphicsPipeline() 297 stageCreateInfo.module = tessellationControlShaderModule; in makeGraphicsPipeline()
|