Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp1657 const deUint32 componentsRequired = m_locationsRequired * componentsPerLocation; in InterfaceBlockCaseInstance() local
1688 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()