/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.c | 661 vk12_props->maxDescriptorSetUpdateAfterBindStorageImages = in vn_physical_device_init_properties() 663 .maxDescriptorSetUpdateAfterBindStorageImages; in vn_physical_device_init_properties() 2078 u.descriptor_indexing->maxDescriptorSetUpdateAfterBindStorageImages = in vn_GetPhysicalDeviceProperties2() 2079 vk12_props->maxDescriptorSetUpdateAfterBindStorageImages; in vn_GetPhysicalDeviceProperties2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTestsUtils.cpp | 725 storageImages = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindStorageImages, descriptorProps.maxDescriptorSetUpdateAfterBindStorageImages); // 1048576 in computeMaxPerStageDescriptorCount()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTestsUtils.cpp | 725 storageImages = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindStorageImages, descriptorProps.maxDescriptorSetUpdateAfterBindStorageImages); // 1048576 in computeMaxPerStageDescriptorCount()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_device.c | 916 CORE_PROPERTY(maxDescriptorSetUpdateAfterBindStorageImages); 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 | 901 { PN(features12.descriptorIndexing), PN(vulkan12Properties.maxDescriptorSetUpdateAfterBindStorageImages), LIM_MIN_UINT32(500000) }, in validateLimits12() 916 { PN(features12.descriptorIndexing), PN(vulkan12Properties.maxDescriptorSetUpdateAfterBindStorageImages), LIM_MIN_UINT32(limits.maxDescriptorSetStorageImages) }, in validateLimits12() 1286 { PN(checkAlways), PN(descriptorIndexingProperties.maxDescriptorSetUpdateAfterBindStorageImages), LIM_MIN_UINT32(500000) }, in validateLimitsExtDescriptorIndexing() 1301 { PN(checkAlways), PN(descriptorIndexingProperties.maxDescriptorSetUpdateAfterBindStorageImages), LIM_MIN_UINT32(limits.maxDescriptorSetStorageImages) }, in validateLimitsExtDescriptorIndexing() 4918 descriptorIndexingProperties[0].maxDescriptorSetUpdateAfterBindStorageImages != descriptorIndexingProperties[1].maxDescriptorSetUpdateAfterBindStorageImages || in deviceProperties2() 5659 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan12Properties, maxDescriptorSetUpdateAfterBindStorageImages), in devicePropertiesVulkan12() 6333 descriptorIndexingProperties.maxDescriptorSetUpdateAfterBindStorageImages != vulkan12Properties.maxDescriptorSetUpdateAfterBindStorageImages || in devicePropertyExtensionsConsistencyVulkan12()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 892 { PN(features12.descriptorIndexing), PN(vulkan12Properties.maxDescriptorSetUpdateAfterBindStorageImages), LIM_MIN_UINT32(500000) }, in validateLimits12() 907 { PN(features12.descriptorIndexing), PN(vulkan12Properties.maxDescriptorSetUpdateAfterBindStorageImages), LIM_MIN_UINT32(limits.maxDescriptorSetStorageImages) }, in validateLimits12() 1277 { PN(checkAlways), PN(descriptorIndexingProperties.maxDescriptorSetUpdateAfterBindStorageImages), LIM_MIN_UINT32(500000) }, in validateLimitsExtDescriptorIndexing() 1292 { PN(checkAlways), PN(descriptorIndexingProperties.maxDescriptorSetUpdateAfterBindStorageImages), LIM_MIN_UINT32(limits.maxDescriptorSetStorageImages) }, in validateLimitsExtDescriptorIndexing() 4923 descriptorIndexingProperties[0].maxDescriptorSetUpdateAfterBindStorageImages != descriptorIndexingProperties[1].maxDescriptorSetUpdateAfterBindStorageImages || in deviceProperties2() 5664 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan12Properties, maxDescriptorSetUpdateAfterBindStorageImages), in devicePropertiesVulkan12() 6338 descriptorIndexingProperties.maxDescriptorSetUpdateAfterBindStorageImages != vulkan12Properties.maxDescriptorSetUpdateAfterBindStorageImages || in devicePropertyExtensionsConsistencyVulkan12()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.cpp | 1017 properties->maxDescriptorSetUpdateAfterBindStorageImages = limits.maxDescriptorSetStorageImages; in getDescriptorIndexingProperties()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 1118 p->maxDescriptorSetUpdateAfterBindStorageImages = max_descriptor_set_size; in lvp_get_physical_device_properties_1_2()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 1027 p->maxDescriptorSetUpdateAfterBindStorageImages = max_descriptor_set_size; in tu_get_physical_device_properties_1_2()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1627 .maxDescriptorSetUpdateAfterBindStorageImages = 0, in dzn_GetPhysicalDeviceProperties2()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 4062 uint32_t maxDescriptorSetUpdateAfterBindStorageImages; member 4433 uint32_t maxDescriptorSetUpdateAfterBindStorageImages; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 4410 uint32_t maxDescriptorSetUpdateAfterBindStorageImages; member 4614 uint32_t maxDescriptorSetUpdateAfterBindStorageImages; member
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 12790 size += vn_sizeof_uint32_t(&val->maxDescriptorSetUpdateAfterBindStorageImages); in vn_sizeof_VkPhysicalDeviceDescriptorIndexingProperties_self() 12840 vn_decode_uint32_t(dec, &val->maxDescriptorSetUpdateAfterBindStorageImages); in vn_decode_VkPhysicalDeviceDescriptorIndexingProperties_self() 12889 /* skip val->maxDescriptorSetUpdateAfterBindStorageImages */ in vn_sizeof_VkPhysicalDeviceDescriptorIndexingProperties_self_partial() 12938 /* skip val->maxDescriptorSetUpdateAfterBindStorageImages */ in vn_encode_VkPhysicalDeviceDescriptorIndexingProperties_self_partial() 14013 size += vn_sizeof_uint32_t(&val->maxDescriptorSetUpdateAfterBindStorageImages); in vn_sizeof_VkPhysicalDeviceVulkan12Properties_self() 14098 vn_decode_uint32_t(dec, &val->maxDescriptorSetUpdateAfterBindStorageImages); in vn_decode_VkPhysicalDeviceVulkan12Properties_self() 14176 /* skip val->maxDescriptorSetUpdateAfterBindStorageImages */ in vn_sizeof_VkPhysicalDeviceVulkan12Properties_self_partial() 14254 /* skip val->maxDescriptorSetUpdateAfterBindStorageImages */ in vn_encode_VkPhysicalDeviceVulkan12Properties_self_partial()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 2188 p->maxDescriptorSetUpdateAfterBindStorageImages = 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 | 5461 uint32_t maxDescriptorSetUpdateAfterBindStorageImages; member 5665 uint32_t maxDescriptorSetUpdateAfterBindStorageImages; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 41198 uint32_t maxDescriptorSetUpdateAfterBindStorageImages = {}; global() member 57214 uint32_t maxDescriptorSetUpdateAfterBindStorageImages = {}; global() member [all...] |
H A D | vulkan_core.h | 5560 uint32_t maxDescriptorSetUpdateAfterBindStorageImages; member 5764 uint32_t maxDescriptorSetUpdateAfterBindStorageImages; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 5827 uint32_t maxDescriptorSetUpdateAfterBindStorageImages; member 6031 uint32_t maxDescriptorSetUpdateAfterBindStorageImages; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 5610 uint32_t maxDescriptorSetUpdateAfterBindStorageImages; member 5814 uint32_t maxDescriptorSetUpdateAfterBindStorageImages; member
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 19021 print_uint32_t(obj.maxDescriptorSetUpdateAfterBindStorageImages, "maxDescriptorSetUpdateAfterBindStorageImages", 1); in print_VkPhysicalDeviceVulkan12Properties() 19168 print_uint32_t(obj->maxDescriptorSetUpdateAfterBindStorageImages, "maxDescriptorSetUpdateAfterBindStorageImages", 1); in print_VkPhysicalDeviceVulkan12Properties() 20637 print_uint32_t(obj.maxDescriptorSetUpdateAfterBindStorageImages, "maxDescriptorSetUpdateAfterBindStorageImages", 1); in print_VkPhysicalDeviceDescriptorIndexingProperties() 20704 print_uint32_t(obj->maxDescriptorSetUpdateAfterBindStorageImages, "maxDescriptorSetUpdateAfterBindStorageImages", 1); in print_VkPhysicalDeviceDescriptorIndexingProperties() [all...] |
H A D | vulkan_json_parser.hpp | 8880 parse_uint32_t("maxDescriptorSetUpdateAfterBindStorageImages", obj["maxDescriptorSetUpdateAfterBindStorageImages"], (o.maxDescriptorSetUpdateAfterBindStorageImages)); in parse_VkPhysicalDeviceVulkan12Properties() 9323 parse_uint32_t("maxDescriptorSetUpdateAfterBindStorageImages", obj["maxDescriptorSetUpdateAfterBindStorageImages"], (o.maxDescriptorSetUpdateAfterBindStorageImages)); in parse_VkPhysicalDeviceDescriptorIndexingProperties()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2185 p->maxDescriptorSetUpdateAfterBindStorageImages = max_descriptor_set_size; in radv_get_physical_device_properties_1_2()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 5986 uint32_t maxDescriptorSetUpdateAfterBindStorageImages; member 6190 uint32_t maxDescriptorSetUpdateAfterBindStorageImages; member
|
H A D | vulkan_hash.hpp | 8143 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDescriptorIndexingProperties.maxDescriptorSetUpdateAfterBindStorageImages ); 12118 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.maxDescriptorSetUpdateAfterBindStorageImages );
|
H A D | vulkan_structs.hpp | [all...] |