Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp752 … InstanceInterface& vki, const VkPhysicalDevice physDevice, const int numGeometryShaderInvocations) in checkGeometryShaderSupport() argument
760 …if (numGeometryShaderInvocations != 0 && limits.maxGeometryShaderInvocations < static_cast<deUint3… in checkGeometryShaderSupport()
761 …ported limit: maxGeometryShaderInvocations < " + de::toString(numGeometryShaderInvocations)).c_str… in checkGeometryShaderSupport()
DvktGeometryTestsUtil.hpp193 …Interface& vki, const vk::VkPhysicalDevice physDevice, const int numGeometryShaderInvocations = 0);