Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp99 const VkShaderModule tessellationControlShaderModule, in makeGraphicsPipeline() argument
164 …eGraphicsPipeline (vk, device, pipelineLayout, vertexShaderModule, tessellationControlShaderModule, in makeGraphicsPipeline()
177 const VkShaderModule tessellationControlShaderModule, in makeGraphicsPipeline() argument
195 …DE_ASSERT(tessStateCreateInfo || (tessellationControlShaderModule == DE_NULL && tessellationEvalSh… in makeGraphicsPipeline()
218 if (tessellationControlShaderModule != DE_NULL) in makeGraphicsPipeline()
221 stageCreateInfo.module = tessellationControlShaderModule; in makeGraphicsPipeline()
DvkObjUtil.hpp61 const VkShaderModule tessellationControlShaderModule,
84 const VkShaderModule tessellationControlShaderModule,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp229 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_no_buildgn/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp229 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()