Searched refs:tessellationControlShaderModule (Results 1 – 4 of 4) sorted by relevance
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkObjUtil.cpp | 99 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()
|
| D | vkObjUtil.hpp | 61 const VkShaderModule tessellationControlShaderModule, 84 const VkShaderModule tessellationControlShaderModule,
|
| /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()
|
| /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()
|