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 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/synchronization/
vktSynchronizationUtil.hpp 127 , m_patchControlPoints (1u)
133 GraphicsPipelineBuilder& setPatchControlPoints (const deUint32 controlPoints) { m_patchControlPoints = controlPoints; return *this; }
162 deUint32 m_patchControlPoints;
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.hpp 110 , m_patchControlPoints (1u)
117 GraphicsPipelineBuilder& setPatchControlPoints (const deUint32 controlPoints) { m_patchControlPoints = controlPoints; return *this; }
150 deUint32 m_patchControlPoints;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineCacheTests.cpp 178 deUint32 m_patchControlPoints;
184 m_patchControlPoints = 0;
267 (m_patchControlPoints == 0 ? VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST
382 m_patchControlPoints, // deUint32 patchControlPoints;
384 const VkPipelineTessellationStateCreateInfo* pTessCreateInfo = (m_patchControlPoints > 0)
416 m_patchControlPoints = patchControlPoints;
    [all...]

Completed in 130 milliseconds