HomeSort by relevance Sort by last modified time
    Searched defs:m_patchControlPoints (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryTestsUtil.hpp 115 , m_patchControlPoints (1u)
121 GraphicsPipelineBuilder& setPatchControlPoints (const deUint32 controlPoints) { m_patchControlPoints = controlPoints; return *this; }
150 deUint32 m_patchControlPoints;
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationUtil.hpp 116 , m_patchControlPoints (1u)
122 GraphicsPipelineBuilder& setPatchControlPoints (const deUint32 controlPoints) { m_patchControlPoints = controlPoints; return *this; }
151 deUint32 m_patchControlPoints;
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.hpp 109 , m_patchControlPoints (1u)
115 GraphicsPipelineBuilder& setPatchControlPoints (const deUint32 controlPoints) { m_patchControlPoints = controlPoints; return *this; }
144 deUint32 m_patchControlPoints;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineCacheTests.cpp 175 deUint32 m_patchControlPoints;
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;
    [all...]

Completed in 2624 milliseconds