Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawShaderLayerTests.cpp111 … 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 DvktDrawShaderViewportIndexTests.cpp114 … 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 DvktSubgroupsTestsUtils.cpp518 const VkShaderModule geometryShaderModule, const VkShaderModule tessellationControlModule, in makeGraphicsPipeline() argument
573tessellationControlModule, // const VkShaderModule tessellationControl… in makeGraphicsPipeline()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackSimpleTests.cpp528 const ShaderWrapper &tessellationControlModule, const ShaderWrapper &tessellationEvalModule, in makeGraphicsPipeline() argument
613 … rasterizationStateCreateInfoPtr, tessellationControlModule, in makeGraphicsPipeline()