Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationLimitsTests.cpp94 …eaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationControlPerVertexOutputComponen… in deviceLimitsTestCase()
/external/vulkan-validation-layers/layers/
Dshader_validation.cpp1753 if (numCompOut > limits.maxTessellationControlPerVertexOutputComponents) { in ValidateShaderStageInputOutputLimits()
1759 limits.maxTessellationControlPerVertexOutputComponents, in ValidateShaderStageInputOutputLimits()
1760 … numCompOut - limits.maxTessellationControlPerVertexOutputComponents); in ValidateShaderStageInputOutputLimits()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp882 props->limits.maxTessellationControlPerVertexOutputComponents = 64; in getPhysicalDeviceProperties()
DvkStructTypes.inl158 deUint32 maxTessellationControlPerVertexOutputComponents; member
DvkVulkan_c.inl1696 deUint32 maxTessellationControlPerVertexOutputComponents; member
DvkStrUtilImpl.inl2546 …llationControlPerVertexOutputComponents = " << value.maxTessellationControlPerVertexOutputComponen…
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp175 …{ LIMIT(maxTessellationControlPerVertexOutputComponents), 64, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_IN… in validateFeatureLimits()
275 …{ LIMIT(maxTessellationControlPerVertexOutputComponents), FEATURE(tessellationShader), 0, 0, 0, … in validateFeatureLimits()
1157 …FFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxTessellationControlPerVertexOutputComponen…
/external/mesa3d/src/intel/vulkan/
Danv_device.c856 .maxTessellationControlPerVertexOutputComponents = 128, in anv_GetPhysicalDeviceProperties()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c686 .maxTessellationControlPerVertexOutputComponents = 128, in radv_GetPhysicalDeviceProperties()
/external/mesa3d/include/vulkan/
Dvulkan.h1623 uint32_t maxTessellationControlPerVertexOutputComponents; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h1793 uint32_t maxTessellationControlPerVertexOutputComponents; member
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h1793 uint32_t maxTessellationControlPerVertexOutputComponents; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h1958 uint32_t maxTessellationControlPerVertexOutputComponents; member
Dvulkan.hpp37570 …&& ( maxTessellationControlPerVertexOutputComponents == rhs.maxTessellationControlPerVertexOutputC… in operator ==()
37683 uint32_t maxTessellationControlPerVertexOutputComponents; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h1911 uint32_t maxTessellationControlPerVertexOutputComponents; member
Dvulkan.hpp27584 …&& ( maxTessellationControlPerVertexOutputComponents == rhs.maxTessellationControlPerVertexOutputC… in operator ==()
27697 uint32_t maxTessellationControlPerVertexOutputComponents; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1693 uint32_t maxTessellationControlPerVertexOutputComponents; member
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp22150 …nst uint32_t maxTescOutComp = m_device->props.limits.maxTessellationControlPerVertexOutputComponen… in TEST_F()