/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMaxVaryingsTests.cpp | 750 if (param.inputStage == VK_SHADER_STAGE_FRAGMENT_BIT && properties.limits.maxFragmentInputComponents < (properties.limits.maxTessellationEvaluationOutputComponents - 4)) in supportedCheck() 752 error << "Device supports smaller number of FS inputs (" << properties.limits.maxFragmentInputComponents << ") than TES outputs (" << properties.limits.maxTessellationEvaluationOutputComponents << " - 4 builtins)"; in supportedCheck() 780 if (param.outputStage == VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT && (properties.limits.maxTessellationEvaluationOutputComponents - 4) < properties.limits.maxFragmentInputComponents) in supportedCheck() 782 error << "Device supports smaller number of TES outputs (" << properties.limits.maxTessellationEvaluationOutputComponents << " - 4 built-ins) than FS inputs (" << properties.limits.maxFragmentInputComponents << ")"; in supportedCheck() 928 data = (properties.limits.maxTessellationEvaluationOutputComponents / 4) - 1; // outputData + gl_Position in getMaxIOComponents()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMaxVaryingsTests.cpp | 754 if (param.inputStage == VK_SHADER_STAGE_FRAGMENT_BIT && properties.limits.maxFragmentInputComponents < (properties.limits.maxTessellationEvaluationOutputComponents - 4)) in supportedCheck() 756 error << "Device supports smaller number of FS inputs (" << properties.limits.maxFragmentInputComponents << ") than TES outputs (" << properties.limits.maxTessellationEvaluationOutputComponents << " - 4 builtins)"; in supportedCheck() 784 if (param.outputStage == VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT && (properties.limits.maxTessellationEvaluationOutputComponents - 4) < properties.limits.maxFragmentInputComponents) in supportedCheck() 786 error << "Device supports smaller number of TES outputs (" << properties.limits.maxTessellationEvaluationOutputComponents << " - 4 built-ins) than FS inputs (" << properties.limits.maxFragmentInputComponents << ")"; in supportedCheck() 932 data = (properties.limits.maxTessellationEvaluationOutputComponents / 4) - 1; // outputData + gl_Position in getMaxIOComponents()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationLimitsTests.cpp | 102 return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationEvaluationOutputComponents); in deviceLimitsTestCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationLimitsTests.cpp | 102 return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationEvaluationOutputComponents); in deviceLimitsTestCase()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_device.c | 706 .maxTessellationEvaluationOutputComponents = 128, in panvk_GetPhysicalDeviceProperties2()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_caps_utils.cpp | 1034 LimitToInt(limitsVk.maxTessellationEvaluationOutputComponents); in ensureCapsInitialized()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_device.c | 914 .maxTessellationEvaluationOutputComponents = 0, in pvr_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 304 .maxTessellationEvaluationOutputComponents = 128, in lvp_physical_device_init()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 1018 props->limits.maxTessellationEvaluationOutputComponents = 64; in getPhysicalDeviceProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 185 { LIMIT(maxTessellationEvaluationOutputComponents), 64, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1, false }, in validateFeatureLimits() 285 { LIMIT(maxTessellationEvaluationOutputComponents), FEATURE(tessellationShader), 0, 0, 0, 0.0f }, in validateFeatureLimits() 790 { PN(features.tessellationShader), PN(limits.maxTessellationEvaluationOutputComponents), LIM_MIN_UINT32(64) }, in validateLimits12() 2796 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxTessellationEvaluationOutputComponents),
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 185 { LIMIT(maxTessellationEvaluationOutputComponents), 64, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1, false }, in validateFeatureLimits() 285 { LIMIT(maxTessellationEvaluationOutputComponents), FEATURE(tessellationShader), 0, 0, 0, 0.0f }, in validateFeatureLimits() 781 { PN(features.tessellationShader), PN(limits.maxTessellationEvaluationOutputComponents), LIM_MIN_UINT32(64) }, in validateLimits12() 2821 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxTessellationEvaluationOutputComponents),
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 1159 .maxTessellationEvaluationOutputComponents = 128, in tu_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1452 .maxTessellationEvaluationOutputComponents = 0, in v3dv_GetPhysicalDeviceProperties()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1450 .maxTessellationEvaluationOutputComponents = 0, in dzn_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_screen.c | 961 max = screen->info.props.limits.maxTessellationEvaluationOutputComponents / 4; in zink_get_shader_param()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 1931 .maxTessellationEvaluationOutputComponents = 128, in anv_GetPhysicalDeviceProperties()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 3445 uint32_t maxTessellationEvaluationOutputComponents; member
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 1960 .maxTessellationEvaluationOutputComponents = 128, in radv_GetPhysicalDeviceProperties()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 1858 uint32_t maxTessellationEvaluationOutputComponents; member
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 67 size += vn_sizeof_uint32_t(&val->maxTessellationEvaluationOutputComponents); in vn_sizeof_VkPhysicalDeviceLimits() 185 vn_decode_uint32_t(dec, &val->maxTessellationEvaluationOutputComponents); in vn_decode_VkPhysicalDeviceLimits() 315 /* skip val->maxTessellationEvaluationOutputComponents */ in vn_sizeof_VkPhysicalDeviceLimits_partial() 427 /* skip val->maxTessellationEvaluationOutputComponents */ in vn_encode_VkPhysicalDeviceLimits_partial()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 2585 uint32_t maxTessellationEvaluationOutputComponents; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 45938 uint32_t maxTessellationEvaluationOutputComponents = {}; global() member [all...] |
H A D | vulkan_core.h | 2678 uint32_t maxTessellationEvaluationOutputComponents; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 2942 uint32_t maxTessellationEvaluationOutputComponents; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 2727 uint32_t maxTessellationEvaluationOutputComponents; member
|