Searched refs:m_drawTessellatedSphere (Results 1 – 1 of 1) sorted by relevance
170 bool m_drawTessellatedSphere; member in vkt::DeviceGroup::__anon66ee313a0111::DeviceGroupTestInstance183 , m_drawTessellatedSphere (m_testMode & TEST_MODE_TESSELLATION) in DeviceGroupTestInstance()320 if (m_drawTessellatedSphere & static_cast<bool>(!enabledDeviceFeatures.tessellationShader)) in init()391 const tcu::Vec4 * vertices = m_drawTessellatedSphere ? &sphereVertices[0] : &triVertices[0]; in iterate()392 const deUint32 * indices = m_drawTessellatedSphere ? &sphereIndices[0] : &triIndices[0]; in iterate()393 …const deUint32 verticesSize = m_drawTessellatedSphere ? deUint32(sizeof(sphereVertices)) : de… in iterate()394 …const deUint32 numIndices = m_drawTessellatedSphere ? deUint32(sizeof(sphereIndices)/sizeof(… in iterate()395 …const deUint32 indicesSize = m_drawTessellatedSphere ? deUint32(sizeof(sphereIndices)) : deU… in iterate()850 if (m_drawTessellatedSphere) in iterate()874 if (m_drawTessellatedSphere) in iterate()[all …]