Searched refs:tessellationControlModule (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawShaderLayerTests.cpp | 111 … const VkShaderModule vertexModule, const VkShaderModule tessellationControlModule, in makeGraphicsPipeline() argument 148 (tessellationControlModule != DE_NULL) && (tessellationEvaluationModule != DE_NULL); in makeGraphicsPipeline() 273 tessellationControlModule, // VkShaderModule module; in makeGraphicsPipeline()
|
H A D | vktDrawShaderViewportIndexTests.cpp | 114 … const VkShaderModule vertexModule, const VkShaderModule tessellationControlModule, in makeGraphicsPipeline() argument 152 (tessellationControlModule != DE_NULL) && (tessellationEvaluationModule != DE_NULL); in makeGraphicsPipeline() 290 tessellationControlModule, // VkShaderModule module; in makeGraphicsPipeline()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 518 const VkShaderModule geometryShaderModule, const VkShaderModule tessellationControlModule, in makeGraphicsPipeline() argument 573 …tessellationControlModule, // const VkShaderModule tessellationControl… in makeGraphicsPipeline()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackSimpleTests.cpp | 528 const ShaderWrapper &tessellationControlModule, const ShaderWrapper &tessellationEvalModule, in makeGraphicsPipeline() argument 613 … rasterizationStateCreateInfoPtr, tessellationControlModule, in makeGraphicsPipeline()
|