/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.c | 600 vk12_props->maxUpdateAfterBindDescriptorsInAllPools = in vn_physical_device_init_properties() 602 .maxUpdateAfterBindDescriptorsInAllPools; in vn_physical_device_init_properties() 2024 u.descriptor_indexing->maxUpdateAfterBindDescriptorsInAllPools = in vn_GetPhysicalDeviceProperties2() 2025 vk12_props->maxUpdateAfterBindDescriptorsInAllPools; in vn_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_device.c | 895 CORE_PROPERTY(maxUpdateAfterBindDescriptorsInAllPools); in vk_get_physical_device_core_1_2_property_ext()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.cpp | 996 properties->maxUpdateAfterBindDescriptorsInAllPools = 0; in getDescriptorIndexingProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 887 { PN(features12.descriptorIndexing), PN(vulkan12Properties.maxUpdateAfterBindDescriptorsInAllPools), LIM_MIN_UINT32(500000) }, in validateLimits12() 1272 { PN(checkAlways), PN(descriptorIndexingProperties.maxUpdateAfterBindDescriptorsInAllPools), LIM_MIN_UINT32(500000) }, in validateLimitsExtDescriptorIndexing() 4897 (descriptorIndexingProperties[0].maxUpdateAfterBindDescriptorsInAllPools != descriptorIndexingProperties[1].maxUpdateAfterBindDescriptorsInAllPools || in deviceProperties2() 5638 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan12Properties, maxUpdateAfterBindDescriptorsInAllPools), in devicePropertiesVulkan12() 6312 if ((descriptorIndexingProperties.maxUpdateAfterBindDescriptorsInAllPools != vulkan12Properties.maxUpdateAfterBindDescriptorsInAllPools || in devicePropertyExtensionsConsistencyVulkan12()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 878 { PN(features12.descriptorIndexing), PN(vulkan12Properties.maxUpdateAfterBindDescriptorsInAllPools), LIM_MIN_UINT32(500000) }, in validateLimits12() 1263 { PN(checkAlways), PN(descriptorIndexingProperties.maxUpdateAfterBindDescriptorsInAllPools), LIM_MIN_UINT32(500000) }, in validateLimitsExtDescriptorIndexing() 4902 (descriptorIndexingProperties[0].maxUpdateAfterBindDescriptorsInAllPools != descriptorIndexingProperties[1].maxUpdateAfterBindDescriptorsInAllPools || in deviceProperties2() 5643 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan12Properties, maxUpdateAfterBindDescriptorsInAllPools), in devicePropertiesVulkan12() 6317 if ((descriptorIndexingProperties.maxUpdateAfterBindDescriptorsInAllPools != vulkan12Properties.maxUpdateAfterBindDescriptorsInAllPools || in devicePropertyExtensionsConsistencyVulkan12()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 1095 p->maxUpdateAfterBindDescriptorsInAllPools = UINT32_MAX / 64; in lvp_get_physical_device_properties_1_2()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 1013 p->maxUpdateAfterBindDescriptorsInAllPools = max_descriptor_set_size; in tu_get_physical_device_properties_1_2()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 4041 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member 4412 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 4389 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member 4593 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 12769 size += vn_sizeof_uint32_t(&val->maxUpdateAfterBindDescriptorsInAllPools); in vn_sizeof_VkPhysicalDeviceDescriptorIndexingProperties_self() 12819 vn_decode_uint32_t(dec, &val->maxUpdateAfterBindDescriptorsInAllPools); in vn_decode_VkPhysicalDeviceDescriptorIndexingProperties_self() 12868 /* skip val->maxUpdateAfterBindDescriptorsInAllPools */ in vn_sizeof_VkPhysicalDeviceDescriptorIndexingProperties_self_partial() 12917 /* skip val->maxUpdateAfterBindDescriptorsInAllPools */ in vn_encode_VkPhysicalDeviceDescriptorIndexingProperties_self_partial() 13992 size += vn_sizeof_uint32_t(&val->maxUpdateAfterBindDescriptorsInAllPools); in vn_sizeof_VkPhysicalDeviceVulkan12Properties_self() 14077 vn_decode_uint32_t(dec, &val->maxUpdateAfterBindDescriptorsInAllPools); in vn_decode_VkPhysicalDeviceVulkan12Properties_self() 14155 /* skip val->maxUpdateAfterBindDescriptorsInAllPools */ in vn_sizeof_VkPhysicalDeviceVulkan12Properties_self_partial() 14233 /* skip val->maxUpdateAfterBindDescriptorsInAllPools */ in vn_encode_VkPhysicalDeviceVulkan12Properties_self_partial()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 2167 p->maxUpdateAfterBindDescriptorsInAllPools = max_bindless_views; in anv_get_physical_device_properties_1_2()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 5440 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member 5644 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 41177 uint32_t maxUpdateAfterBindDescriptorsInAllPools = {}; global() member 57193 uint32_t maxUpdateAfterBindDescriptorsInAllPools = {}; global() member [all...] |
H A D | vulkan_core.h | 5539 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member 5743 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 5806 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member 6010 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 5589 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member 5793 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 18979 print_uint32_t(obj.maxUpdateAfterBindDescriptorsInAllPools, "maxUpdateAfterBindDescriptorsInAllPools", 1); in print_VkPhysicalDeviceVulkan12Properties() 19126 print_uint32_t(obj->maxUpdateAfterBindDescriptorsInAllPools, "maxUpdateAfterBindDescriptorsInAllPools", 1); in print_VkPhysicalDeviceVulkan12Properties() 20595 print_uint32_t(obj.maxUpdateAfterBindDescriptorsInAllPools, "maxUpdateAfterBindDescriptorsInAllPools", 1); in print_VkPhysicalDeviceDescriptorIndexingProperties() 20662 print_uint32_t(obj->maxUpdateAfterBindDescriptorsInAllPools, "maxUpdateAfterBindDescriptorsInAllPools", 1); in print_VkPhysicalDeviceDescriptorIndexingProperties() [all...] |
H A D | vulkan_json_parser.hpp | 8838 parse_uint32_t("maxUpdateAfterBindDescriptorsInAllPools", obj["maxUpdateAfterBindDescriptorsInAllPools"], (o.maxUpdateAfterBindDescriptorsInAllPools)); in parse_VkPhysicalDeviceVulkan12Properties() 9281 parse_uint32_t("maxUpdateAfterBindDescriptorsInAllPools", obj["maxUpdateAfterBindDescriptorsInAllPools"], (o.maxUpdateAfterBindDescriptorsInAllPools)); in parse_VkPhysicalDeviceDescriptorIndexingProperties()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2156 p->maxUpdateAfterBindDescriptorsInAllPools = UINT32_MAX / 64; in radv_get_physical_device_properties_1_2()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 5965 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member 6169 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member
|
H A D | vulkan_hash.hpp | 8122 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDescriptorIndexingProperties.maxUpdateAfterBindDescriptorsInAllPools ); 12097 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.maxUpdateAfterBindDescriptorsInAllPools );
|
H A D | vulkan_structs.hpp | [all...] |