/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.c | 640 vk12_props->maxPerStageUpdateAfterBindResources = in vn_physical_device_init_properties() 642 .maxPerStageUpdateAfterBindResources; in vn_physical_device_init_properties() 2062 u.descriptor_indexing->maxPerStageUpdateAfterBindResources = in vn_GetPhysicalDeviceProperties2() 2063 vk12_props->maxPerStageUpdateAfterBindResources; in vn_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_device.c | 909 CORE_PROPERTY(maxPerStageUpdateAfterBindResources); in vk_get_physical_device_core_1_2_property_ext()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 894 { PN(features12.descriptorIndexing), PN(vulkan12Properties.maxPerStageUpdateAfterBindResources), LIM_MIN_UINT32(500000) }, in validateLimits12() 909 { PN(features12.descriptorIndexing), PN(vulkan12Properties.maxPerStageUpdateAfterBindResources), LIM_MIN_UINT32(limits.maxPerStageResources) }, in validateLimits12() 1279 { PN(checkAlways), PN(descriptorIndexingProperties.maxPerStageUpdateAfterBindResources), LIM_MIN_UINT32(500000) }, in validateLimitsExtDescriptorIndexing() 1294 { PN(checkAlways), PN(descriptorIndexingProperties.maxPerStageUpdateAfterBindResources), LIM_MIN_UINT32(limits.maxPerStageResources) }, in validateLimitsExtDescriptorIndexing() 4911 descriptorIndexingProperties[0].maxPerStageUpdateAfterBindResources != descriptorIndexingProperties[1].maxPerStageUpdateAfterBindResources || in deviceProperties2() 5652 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan12Properties, maxPerStageUpdateAfterBindResources), in devicePropertiesVulkan12() 6326 descriptorIndexingProperties.maxPerStageUpdateAfterBindResources != vulkan12Properties.maxPerStageUpdateAfterBindResources || in devicePropertyExtensionsConsistencyVulkan12()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 885 { PN(features12.descriptorIndexing), PN(vulkan12Properties.maxPerStageUpdateAfterBindResources), LIM_MIN_UINT32(500000) }, in validateLimits12() 900 { PN(features12.descriptorIndexing), PN(vulkan12Properties.maxPerStageUpdateAfterBindResources), LIM_MIN_UINT32(limits.maxPerStageResources) }, in validateLimits12() 1270 { PN(checkAlways), PN(descriptorIndexingProperties.maxPerStageUpdateAfterBindResources), LIM_MIN_UINT32(500000) }, in validateLimitsExtDescriptorIndexing() 1285 { PN(checkAlways), PN(descriptorIndexingProperties.maxPerStageUpdateAfterBindResources), LIM_MIN_UINT32(limits.maxPerStageResources) }, in validateLimitsExtDescriptorIndexing() 4916 descriptorIndexingProperties[0].maxPerStageUpdateAfterBindResources != descriptorIndexingProperties[1].maxPerStageUpdateAfterBindResources || in deviceProperties2() 5657 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan12Properties, maxPerStageUpdateAfterBindResources), in devicePropertiesVulkan12() 6331 descriptorIndexingProperties.maxPerStageUpdateAfterBindResources != vulkan12Properties.maxPerStageUpdateAfterBindResources || in devicePropertyExtensionsConsistencyVulkan12()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.cpp | 1010 properties->maxPerStageUpdateAfterBindResources = limits.maxPerStageResources; in getDescriptorIndexingProperties()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 1111 p->maxPerStageUpdateAfterBindResources = max_descriptor_set_size; in lvp_get_physical_device_properties_1_2()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 1020 p->maxPerStageUpdateAfterBindResources = max_descriptor_set_size; in tu_get_physical_device_properties_1_2()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1620 .maxPerStageUpdateAfterBindResources = 0, in dzn_GetPhysicalDeviceProperties2()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 4055 uint32_t maxPerStageUpdateAfterBindResources; member 4426 uint32_t maxPerStageUpdateAfterBindResources; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 4403 uint32_t maxPerStageUpdateAfterBindResources; member 4607 uint32_t maxPerStageUpdateAfterBindResources; member
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 12783 size += vn_sizeof_uint32_t(&val->maxPerStageUpdateAfterBindResources); in vn_sizeof_VkPhysicalDeviceDescriptorIndexingProperties_self() 12833 vn_decode_uint32_t(dec, &val->maxPerStageUpdateAfterBindResources); in vn_decode_VkPhysicalDeviceDescriptorIndexingProperties_self() 12882 /* skip val->maxPerStageUpdateAfterBindResources */ in vn_sizeof_VkPhysicalDeviceDescriptorIndexingProperties_self_partial() 12931 /* skip val->maxPerStageUpdateAfterBindResources */ in vn_encode_VkPhysicalDeviceDescriptorIndexingProperties_self_partial() 14006 size += vn_sizeof_uint32_t(&val->maxPerStageUpdateAfterBindResources); in vn_sizeof_VkPhysicalDeviceVulkan12Properties_self() 14091 vn_decode_uint32_t(dec, &val->maxPerStageUpdateAfterBindResources); in vn_decode_VkPhysicalDeviceVulkan12Properties_self() 14169 /* skip val->maxPerStageUpdateAfterBindResources */ in vn_sizeof_VkPhysicalDeviceVulkan12Properties_self_partial() 14247 /* skip val->maxPerStageUpdateAfterBindResources */ in vn_encode_VkPhysicalDeviceVulkan12Properties_self_partial()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 2181 p->maxPerStageUpdateAfterBindResources = UINT32_MAX; in anv_get_physical_device_properties_1_2()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 5454 uint32_t maxPerStageUpdateAfterBindResources; member 5658 uint32_t maxPerStageUpdateAfterBindResources; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 41191 uint32_t maxPerStageUpdateAfterBindResources = {}; global() member 57207 uint32_t maxPerStageUpdateAfterBindResources = {}; global() member [all...] |
H A D | vulkan_core.h | 5553 uint32_t maxPerStageUpdateAfterBindResources; member 5757 uint32_t maxPerStageUpdateAfterBindResources; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 5820 uint32_t maxPerStageUpdateAfterBindResources; member 6024 uint32_t maxPerStageUpdateAfterBindResources; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 5603 uint32_t maxPerStageUpdateAfterBindResources; member 5807 uint32_t maxPerStageUpdateAfterBindResources; member
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 19007 print_uint32_t(obj.maxPerStageUpdateAfterBindResources, "maxPerStageUpdateAfterBindResources", 1); in print_VkPhysicalDeviceVulkan12Properties() 19154 print_uint32_t(obj->maxPerStageUpdateAfterBindResources, "maxPerStageUpdateAfterBindResources", 1); in print_VkPhysicalDeviceVulkan12Properties() 20623 print_uint32_t(obj.maxPerStageUpdateAfterBindResources, "maxPerStageUpdateAfterBindResources", 1); in print_VkPhysicalDeviceDescriptorIndexingProperties() 20690 print_uint32_t(obj->maxPerStageUpdateAfterBindResources, "maxPerStageUpdateAfterBindResources", 1); in print_VkPhysicalDeviceDescriptorIndexingProperties() [all...] |
H A D | vulkan_json_parser.hpp | 8866 parse_uint32_t("maxPerStageUpdateAfterBindResources", obj["maxPerStageUpdateAfterBindResources"], (o.maxPerStageUpdateAfterBindResources)); in parse_VkPhysicalDeviceVulkan12Properties() 9309 parse_uint32_t("maxPerStageUpdateAfterBindResources", obj["maxPerStageUpdateAfterBindResources"], (o.maxPerStageUpdateAfterBindResources)); in parse_VkPhysicalDeviceDescriptorIndexingProperties()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2178 p->maxPerStageUpdateAfterBindResources = max_descriptor_set_size; in radv_get_physical_device_properties_1_2()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 5979 uint32_t maxPerStageUpdateAfterBindResources; member 6183 uint32_t maxPerStageUpdateAfterBindResources; member
|
H A D | vulkan_hash.hpp | 8136 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDescriptorIndexingProperties.maxPerStageUpdateAfterBindResources ); 12111 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.maxPerStageUpdateAfterBindResources );
|
H A D | vulkan_structs.hpp | [all...] |