Searched refs:maxTessellationControlPerVertexOutputComponents (Results 1 – 18 of 18) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationLimitsTests.cpp | 94 …eaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationControlPerVertexOutputComponen… in deviceLimitsTestCase()
|
/external/vulkan-validation-layers/layers/ |
D | shader_validation.cpp | 1753 if (numCompOut > limits.maxTessellationControlPerVertexOutputComponents) { in ValidateShaderStageInputOutputLimits() 1759 limits.maxTessellationControlPerVertexOutputComponents, in ValidateShaderStageInputOutputLimits() 1760 … numCompOut - limits.maxTessellationControlPerVertexOutputComponents); in ValidateShaderStageInputOutputLimits()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 882 props->limits.maxTessellationControlPerVertexOutputComponents = 64; in getPhysicalDeviceProperties()
|
D | vkStructTypes.inl | 158 deUint32 maxTessellationControlPerVertexOutputComponents; member
|
D | vkVulkan_c.inl | 1696 deUint32 maxTessellationControlPerVertexOutputComponents; member
|
D | vkStrUtilImpl.inl | 2546 …llationControlPerVertexOutputComponents = " << value.maxTessellationControlPerVertexOutputComponen…
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 175 …{ 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/ |
D | anv_device.c | 856 .maxTessellationControlPerVertexOutputComponents = 128, in anv_GetPhysicalDeviceProperties()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 686 .maxTessellationControlPerVertexOutputComponents = 128, in radv_GetPhysicalDeviceProperties()
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 1623 uint32_t maxTessellationControlPerVertexOutputComponents; member
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 1793 uint32_t maxTessellationControlPerVertexOutputComponents; member
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 1793 uint32_t maxTessellationControlPerVertexOutputComponents; member
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 1958 uint32_t maxTessellationControlPerVertexOutputComponents; member
|
D | vulkan.hpp | 37570 …&& ( maxTessellationControlPerVertexOutputComponents == rhs.maxTessellationControlPerVertexOutputC… in operator ==() 37683 uint32_t maxTessellationControlPerVertexOutputComponents; member
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 1911 uint32_t maxTessellationControlPerVertexOutputComponents; member
|
D | vulkan.hpp | 27584 …&& ( maxTessellationControlPerVertexOutputComponents == rhs.maxTessellationControlPerVertexOutputC… in operator ==() 27697 uint32_t maxTessellationControlPerVertexOutputComponents; member
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 1693 uint32_t maxTessellationControlPerVertexOutputComponents; member
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 22150 …nst uint32_t maxTescOutComp = m_device->props.limits.maxTessellationControlPerVertexOutputComponen… in TEST_F()
|