Home
last modified time | relevance | path

Searched refs:sphereVertices (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp374 const tcu::Vec4 sphereVertices[] = in iterate() local
391 const tcu::Vec4 * vertices = m_drawTessellatedSphere ? &sphereVertices[0] : &triVertices[0]; in iterate()
393 …const deUint32 verticesSize = m_drawTessellatedSphere ? deUint32(sizeof(sphereVertices)) : de… in iterate()