Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkObjUtil.cpp82 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 DvkObjUtil.hpp54 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 DvktSubgroupsTestsUtils.cpp222 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()