Home
last modified time | relevance | path

Searched refs:maxTessellationEvaluationOutputComponents (Results 1 - 25 of 30) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMaxVaryingsTests.cpp750 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 DvktPipelineMaxVaryingsTests.cpp754 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 DvktTessellationLimitsTests.cpp102 return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationEvaluationOutputComponents); in deviceLimitsTestCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationLimitsTests.cpp102 return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationEvaluationOutputComponents); in deviceLimitsTestCase()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c706 .maxTessellationEvaluationOutputComponents = 128, in panvk_GetPhysicalDeviceProperties2()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.cpp1034 LimitToInt(limitsVk.maxTessellationEvaluationOutputComponents); in ensureCapsInitialized()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c914 .maxTessellationEvaluationOutputComponents = 0, in pvr_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c304 .maxTessellationEvaluationOutputComponents = 128, in lvp_physical_device_init()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp1018 props->limits.maxTessellationEvaluationOutputComponents = 64; in getPhysicalDeviceProperties()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp185 { 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 DvktApiFeatureInfo.cpp185 { 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 Dtu_device.c1159 .maxTessellationEvaluationOutputComponents = 128, in tu_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1452 .maxTessellationEvaluationOutputComponents = 0, in v3dv_GetPhysicalDeviceProperties()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1450 .maxTessellationEvaluationOutputComponents = 0, in dzn_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c961 max = screen->info.props.limits.maxTessellationEvaluationOutputComponents / 4; in zink_get_shader_param()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c1931 .maxTessellationEvaluationOutputComponents = 128, in anv_GetPhysicalDeviceProperties()
/third_party/glfw/deps/glad/
H A Dvulkan.h3445 uint32_t maxTessellationEvaluationOutputComponents; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c1960 .maxTessellationEvaluationOutputComponents = 128, in radv_GetPhysicalDeviceProperties()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h1858 uint32_t maxTessellationEvaluationOutputComponents; member
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h67 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 Dvulkan_core.h2585 uint32_t maxTessellationEvaluationOutputComponents; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp45938 uint32_t maxTessellationEvaluationOutputComponents = {}; global() member
[all...]
H A Dvulkan_core.h2678 uint32_t maxTessellationEvaluationOutputComponents; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h2942 uint32_t maxTessellationEvaluationOutputComponents; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h2727 uint32_t maxTessellationEvaluationOutputComponents; member

Completed in 354 milliseconds

12