Searched refs:hasTessellationStage (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp732 inline bool hasTessellationStage (void) const { return *m_tessCtrlShaderModule != 0 || *m_tessEvalShaderModule != 0; } function in class:vkt::BindingModel::__anon3603::RenderInstanceShaders
840 const vk::VkPrimitiveTopology topology = shaderStages.hasTessellationStage() ? vk::VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST;
968 (shaderStages.hasTessellationStage() ? &tessState : DE_NULL), // pTessellationState

Completed in 67 milliseconds