/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_caps_utils.cpp | 856 // Note: maxPerStageResources is required to be at least the sum of per stage UBOs, SSBOs etc in ensureCapsInitialized() 860 const uint32_t maxPerStageResources = limitsVk.maxPerStageResources; in ensureCapsInitialized() 862 LimitToInt(maxPerStageResources - kReservedPerStageBindingCount); in ensureCapsInitialized()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiMaintenance3Check.cpp | 356 "maxPerStageResources", in buildLimitsVector() 357 prop1.limits.maxPerStageResources, in buildLimitsVector()
|
H A D | vktApiFeatureInfo.cpp | 164 { LIMIT(maxPerStageResources), maxPerStageResourcesMin, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1, false }, in validateFeatureLimits() 760 { PN(checkAlways), PN(limits.maxPerStageResources), LIM_MIN_UINT32(maxPerStageResourcesMin) }, in validateLimits12() 900 { PN(features12.descriptorIndexing), PN(vulkan12Properties.maxPerStageUpdateAfterBindResources), LIM_MIN_UINT32(limits.maxPerStageResources) }, in validateLimits12() 1285 { PN(checkAlways), PN(descriptorIndexingProperties.maxPerStageUpdateAfterBindResources), LIM_MIN_UINT32(limits.maxPerStageResources) }, in validateLimitsExtDescriptorIndexing() 1737 { PN(checkAlways), PN(limits.maxPerStageResources), LIM_MIN_UINT32(200) }, in validateRoadmap2022() 2800 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxPerStageResources),
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDescriptorLimitsTests.cpp | 850 // We have to make sure, that we don't bind anything outside of valid descriptor binding locations determined by maxPerStageResources. in checkSupport() 851 if (m_params.m_descCount > limits.maxPerStageResources - 1u) in checkSupport() 852 TCU_THROW(NotSupportedError, "maxPerStageResources (" + std::to_string(limits.maxPerStageResources) + ")"); in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineDescriptorLimitsTests.cpp | 831 // We have to make sure, that we don't bind anything outside of valid descriptor binding locations determined by maxPerStageResources. in checkSupport() 832 if (m_descCount > limits.maxPerStageResources - 1u) in checkSupport() 833 TCU_THROW(NotSupportedError, "maxPerStageResources (" + std::to_string(limits.maxPerStageResources) + ")"); in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiMaintenance3Check.cpp | 357 "maxPerStageResources", in buildLimitsVector() 358 prop1.limits.maxPerStageResources, in buildLimitsVector()
|
H A D | vktApiFeatureInfo.cpp | 164 { LIMIT(maxPerStageResources), maxPerStageResourcesMin, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1, false }, in validateFeatureLimits() 769 { PN(checkAlways), PN(limits.maxPerStageResources), LIM_MIN_UINT32(maxPerStageResourcesMin) }, in validateLimits12() 909 { PN(features12.descriptorIndexing), PN(vulkan12Properties.maxPerStageUpdateAfterBindResources), LIM_MIN_UINT32(limits.maxPerStageResources) }, in validateLimits12() 1294 { PN(checkAlways), PN(descriptorIndexingProperties.maxPerStageUpdateAfterBindResources), LIM_MIN_UINT32(limits.maxPerStageResources) }, in validateLimitsExtDescriptorIndexing() 1746 { PN(checkAlways), PN(limits.maxPerStageResources), LIM_MIN_UINT32(200) }, in validateRoadmap2022() 2775 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxPerStageResources),
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTestsUtils.cpp | 715 const deUint32 resources = deviceProps.limits.maxPerStageResources - reservedCount; in computeMaxPerStageDescriptorCount()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTestsUtils.cpp | 715 const deUint32 resources = deviceProps.limits.maxPerStageResources - reservedCount; in computeMaxPerStageDescriptorCount()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 253 if ( 2u * m_testParams.activeInputAttachmentCount > limits.maxPerStageResources) in checkSupport() 254 TCU_THROW(NotSupportedError, "Input attachment count including unused elements exceeds maxPerStageResources"); in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 255 if ( 2u * m_testParams.activeInputAttachmentCount > limits.maxPerStageResources) in checkSupport() 256 TCU_THROW(NotSupportedError, "Input attachment count including unused elements exceeds maxPerStageResources"); in checkSupport()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_device.c | 685 .maxPerStageResources = max_descriptor_set_size, in panvk_GetPhysicalDeviceProperties2()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.cpp | 499 128, // maxPerStageResources in getLimits() 1010 properties->maxPerStageUpdateAfterBindResources = limits.maxPerStageResources; in getDescriptorIndexingProperties()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_device.c | 876 .maxPerStageResources = descriptor_limits->max_per_stage_resources, in pvr_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 283 .maxPerStageResources = 128, in lvp_physical_device_init()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 997 props->limits.maxPerStageResources = 128; in getPhysicalDeviceProperties()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 1138 .maxPerStageResources = max_descriptor_set_size, in tu_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1422 .maxPerStageResources = 128, in v3dv_GetPhysicalDeviceProperties()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1429 .maxPerStageResources = MAX_DESCS_PER_CBV_SRV_UAV_HEAP, in dzn_GetPhysicalDeviceProperties2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorCopyTests.cpp | 1751 if (numPerStageTotalResources > limits.maxPerStageResources)
|
H A D | vktBindingDescriptorSetRandomTests.cpp | 419 properties.properties.limits.maxPerStageResources) in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorCopyTests.cpp | 1751 if (numPerStageTotalResources > limits.maxPerStageResources)
|
H A D | vktBindingDescriptorSetRandomTests.cpp | 419 properties.properties.limits.maxPerStageResources) in checkSupport()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 1898 .maxPerStageResources = max_per_stage, in anv_GetPhysicalDeviceProperties()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 3424 uint32_t maxPerStageResources; member
|