Searched defs:m_patchControlPoints (Results 1 - 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.hpp115 , m_patchControlPoints (1u)
121 GraphicsPipelineBuilder& setPatchControlPoints (const deUint32 controlPoints) { m_patchControlPoints = controlPoints; return *this; }
150 deUint32 m_patchControlPoints; member in class:vkt::geometry::GraphicsPipelineBuilder
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.hpp116 , m_patchControlPoints (1u)
122 GraphicsPipelineBuilder& setPatchControlPoints (const deUint32 controlPoints) { m_patchControlPoints = controlPoints; return *this; }
151 deUint32 m_patchControlPoints; member in class:vkt::synchronization::GraphicsPipelineBuilder
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.hpp109 , m_patchControlPoints (1u)
115 GraphicsPipelineBuilder& setPatchControlPoints (const deUint32 controlPoints) { m_patchControlPoints = controlPoints; return *this; }
144 deUint32 m_patchControlPoints; member in class:vkt::tessellation::GraphicsPipelineBuilder
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCacheTests.cpp175 deUint32 m_patchControlPoints; member in class:vkt::pipeline::__anon3835::SimpleGraphicsPipelineBuilder
181 m_patchControlPoints = 0;
264 (m_patchControlPoints == 0 ? VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST
390 m_patchControlPoints, // deUint32 patchControlPoints;
392 const VkPipelineTessellationStateCreateInfo* pTessCreateInfo = (m_patchControlPoints > 0)
424 m_patchControlPoints = patchControlPoints;

Completed in 398 milliseconds