Searched refs:componentsRequired (Results 1 – 1 of 1) sorted by relevance
1657 const deUint32 componentsRequired = m_locationsRequired * componentsPerLocation; in InterfaceBlockCaseInstance() local1688 if (limits.maxVertexOutputComponents < componentsRequired) in InterfaceBlockCaseInstance()1689 ….maxVertexOutputComponents) + " is less than required (" + de::toString(componentsRequired) + ")"); in InterfaceBlockCaseInstance()1697 if (limits.maxGeometryOutputComponents < componentsRequired) in InterfaceBlockCaseInstance()1698 …axGeometryOutputComponents) + " is less than required (" + de::toString(componentsRequired) + ")"); in InterfaceBlockCaseInstance()