HomeSort by relevance Sort by last modified time
    Searched refs:m_patchControlPoints (Results 1 - 8 of 8) 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;
vktGeometryTestsUtil.cpp 181 m_patchControlPoints, // uint32_t patchControlPoints;
    [all...]
  /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;
vktSynchronizationUtil.cpp 592 m_patchControlPoints, // uint32_t patchControlPoints;
    [all...]
  /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;
vktTessellationUtil.cpp 617 m_patchControlPoints, // uint32_t patchControlPoints;
    [all...]
  /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...]
vktPipelineTimestampTests.cpp 320 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;
    [all...]

Completed in 2236 milliseconds