Home
last modified time | relevance | path

Searched refs:maxPerStageResources (Results 1 - 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.cpp856 // 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 DvktApiMaintenance3Check.cpp356 "maxPerStageResources", in buildLimitsVector()
357 prop1.limits.maxPerStageResources, in buildLimitsVector()
H A DvktApiFeatureInfo.cpp164 { 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 DvktPipelineDescriptorLimitsTests.cpp850 // 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 DvktPipelineDescriptorLimitsTests.cpp831 // 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 DvktApiMaintenance3Check.cpp357 "maxPerStageResources", in buildLimitsVector()
358 prop1.limits.maxPerStageResources, in buildLimitsVector()
H A DvktApiFeatureInfo.cpp164 { 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 DvktDescriptorSetsIndexingTestsUtils.cpp715 const deUint32 resources = deviceProps.limits.maxPerStageResources - reservedCount; in computeMaxPerStageDescriptorCount()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTestsUtils.cpp715 const deUint32 resources = deviceProps.limits.maxPerStageResources - reservedCount; in computeMaxPerStageDescriptorCount()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassUnusedAttachmentSparseFillingTests.cpp253 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 DvktRenderPassUnusedAttachmentSparseFillingTests.cpp255 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 Dpanvk_device.c685 .maxPerStageResources = max_descriptor_set_size, in panvk_GetPhysicalDeviceProperties2()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPhysicalDevice.cpp499 128, // maxPerStageResources in getLimits()
1010 properties->maxPerStageUpdateAfterBindResources = limits.maxPerStageResources; in getDescriptorIndexingProperties()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c876 .maxPerStageResources = descriptor_limits->max_per_stage_resources, in pvr_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c283 .maxPerStageResources = 128, in lvp_physical_device_init()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp997 props->limits.maxPerStageResources = 128; in getPhysicalDeviceProperties()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c1138 .maxPerStageResources = max_descriptor_set_size, in tu_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1422 .maxPerStageResources = 128, in v3dv_GetPhysicalDeviceProperties()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1429 .maxPerStageResources = MAX_DESCS_PER_CBV_SRV_UAV_HEAP, in dzn_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp1751 if (numPerStageTotalResources > limits.maxPerStageResources)
H A DvktBindingDescriptorSetRandomTests.cpp419 properties.properties.limits.maxPerStageResources) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp1751 if (numPerStageTotalResources > limits.maxPerStageResources)
H A DvktBindingDescriptorSetRandomTests.cpp419 properties.properties.limits.maxPerStageResources) in checkSupport()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c1898 .maxPerStageResources = max_per_stage, in anv_GetPhysicalDeviceProperties()
/third_party/glfw/deps/glad/
H A Dvulkan.h3424 uint32_t maxPerStageResources; member

Completed in 105 milliseconds

12