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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCacheTests.cpp174 deUint32 m_patchControlPoints; member in class:vkt::pipeline::__anon3836::SimpleGraphicsPipelineBuilder
184 m_patchControlPoints = 0;
283 (m_patchControlPoints == 0 ? VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST
409 m_patchControlPoints, // deUint32 patchControlPoints;
411 const VkPipelineTessellationStateCreateInfo* pTessCreateInfo = (m_patchControlPoints > 0)
443 m_patchControlPoints = patchControlPoints;
H A DvktPipelineTimestampTests.cpp320 deUint32 m_patchControlPoints;
330 m_patchControlPoints = 0;
424 VkPrimitiveTopology primitiveTopology = (m_patchControlPoints > 0) ? VK_PRIMITIVE_TOPOLOGY_PATCH_LIST : VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST;
556 m_patchControlPoints, // deUint32 patchControlPoints;
559 if (m_patchControlPoints > 0)
590 m_patchControlPoints = patchControlPoints;

Completed in 115 milliseconds