/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTestsUtils.cpp | 722 storageBuffers = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindStorageBuffers, descriptorProps.maxDescriptorSetUpdateAfterBindStorageBuffers); // 1048576 in computeMaxPerStageDescriptorCount() 723 storageBuffersDynamic = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindStorageBuffers, descriptorProps.maxDescriptorSetUpdateAfterBindStorageBuffersDynamic); // 8 in computeMaxPerStageDescriptorCount()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTestsUtils.cpp | 722 storageBuffers = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindStorageBuffers, descriptorProps.maxDescriptorSetUpdateAfterBindStorageBuffers); // 1048576 in computeMaxPerStageDescriptorCount() 723 storageBuffersDynamic = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindStorageBuffers, descriptorProps.maxDescriptorSetUpdateAfterBindStorageBuffersDynamic); // 8 in computeMaxPerStageDescriptorCount()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.c | 628 vk12_props->maxPerStageDescriptorUpdateAfterBindStorageBuffers = in vn_physical_device_init_properties() 630 .maxPerStageDescriptorUpdateAfterBindStorageBuffers; in vn_physical_device_init_properties() 2051 ->maxPerStageDescriptorUpdateAfterBindStorageBuffers = in vn_GetPhysicalDeviceProperties2() 2052 vk12_props->maxPerStageDescriptorUpdateAfterBindStorageBuffers; in vn_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_device.c | 905 CORE_PROPERTY(maxPerStageDescriptorUpdateAfterBindStorageBuffers); 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 | 890 { PN(features12.descriptorIndexing), PN(vulkan12Properties.maxPerStageDescriptorUpdateAfterBindStorageBuffers), LIM_MIN_UINT32(500000) }, in validateLimits12() 905 { PN(features12.descriptorIndexing), PN(vulkan12Properties.maxPerStageDescriptorUpdateAfterBindStorageBuffers), LIM_MIN_UINT32(limits.maxPerStageDescriptorStorageBuffers) }, in validateLimits12() 1275 { PN(checkAlways), PN(descriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindStorageBuffers), LIM_MIN_UINT32(500000) }, in validateLimitsExtDescriptorIndexing() 1290 { PN(checkAlways), PN(descriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindStorageBuffers), LIM_MIN_UINT32(limits.maxPerStageDescriptorStorageBuffers) }, in validateLimitsExtDescriptorIndexing() 4907 descriptorIndexingProperties[0].maxPerStageDescriptorUpdateAfterBindStorageBuffers != descriptorIndexingProperties[1].maxPerStageDescriptorUpdateAfterBindStorageBuffers || in deviceProperties2() 5648 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan12Properties, maxPerStageDescriptorUpdateAfterBindStorageBuffers), in devicePropertiesVulkan12() 6322 descriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindStorageBuffers != vulkan12Properties.maxPerStageDescriptorUpdateAfterBindStorageBuffers || in devicePropertyExtensionsConsistencyVulkan12()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 881 { PN(features12.descriptorIndexing), PN(vulkan12Properties.maxPerStageDescriptorUpdateAfterBindStorageBuffers), LIM_MIN_UINT32(500000) }, in validateLimits12() 896 { PN(features12.descriptorIndexing), PN(vulkan12Properties.maxPerStageDescriptorUpdateAfterBindStorageBuffers), LIM_MIN_UINT32(limits.maxPerStageDescriptorStorageBuffers) }, in validateLimits12() 1266 { PN(checkAlways), PN(descriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindStorageBuffers), LIM_MIN_UINT32(500000) }, in validateLimitsExtDescriptorIndexing() 1281 { PN(checkAlways), PN(descriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindStorageBuffers), LIM_MIN_UINT32(limits.maxPerStageDescriptorStorageBuffers) }, in validateLimitsExtDescriptorIndexing() 4912 descriptorIndexingProperties[0].maxPerStageDescriptorUpdateAfterBindStorageBuffers != descriptorIndexingProperties[1].maxPerStageDescriptorUpdateAfterBindStorageBuffers || in deviceProperties2() 5653 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan12Properties, maxPerStageDescriptorUpdateAfterBindStorageBuffers), in devicePropertiesVulkan12() 6327 descriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindStorageBuffers != vulkan12Properties.maxPerStageDescriptorUpdateAfterBindStorageBuffers || in devicePropertyExtensionsConsistencyVulkan12()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.cpp | 1006 properties->maxPerStageDescriptorUpdateAfterBindStorageBuffers = limits.maxPerStageDescriptorStorageBuffers; in getDescriptorIndexingProperties()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 1107 p->maxPerStageDescriptorUpdateAfterBindStorageBuffers = max_descriptor_set_size; in lvp_get_physical_device_properties_1_2()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 1016 p->maxPerStageDescriptorUpdateAfterBindStorageBuffers = max_descriptor_set_size; in tu_get_physical_device_properties_1_2()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1616 .maxPerStageDescriptorUpdateAfterBindStorageBuffers = 0, in dzn_GetPhysicalDeviceProperties2()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 4051 uint32_t maxPerStageDescriptorUpdateAfterBindStorageBuffers; member 4422 uint32_t maxPerStageDescriptorUpdateAfterBindStorageBuffers; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 4399 uint32_t maxPerStageDescriptorUpdateAfterBindStorageBuffers; member 4603 uint32_t maxPerStageDescriptorUpdateAfterBindStorageBuffers; member
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 12779 size += vn_sizeof_uint32_t(&val->maxPerStageDescriptorUpdateAfterBindStorageBuffers); in vn_sizeof_VkPhysicalDeviceDescriptorIndexingProperties_self() 12829 vn_decode_uint32_t(dec, &val->maxPerStageDescriptorUpdateAfterBindStorageBuffers); in vn_decode_VkPhysicalDeviceDescriptorIndexingProperties_self() 12878 /* skip val->maxPerStageDescriptorUpdateAfterBindStorageBuffers */ in vn_sizeof_VkPhysicalDeviceDescriptorIndexingProperties_self_partial() 12927 /* skip val->maxPerStageDescriptorUpdateAfterBindStorageBuffers */ in vn_encode_VkPhysicalDeviceDescriptorIndexingProperties_self_partial() 14002 size += vn_sizeof_uint32_t(&val->maxPerStageDescriptorUpdateAfterBindStorageBuffers); in vn_sizeof_VkPhysicalDeviceVulkan12Properties_self() 14087 vn_decode_uint32_t(dec, &val->maxPerStageDescriptorUpdateAfterBindStorageBuffers); in vn_decode_VkPhysicalDeviceVulkan12Properties_self() 14165 /* skip val->maxPerStageDescriptorUpdateAfterBindStorageBuffers */ in vn_sizeof_VkPhysicalDeviceVulkan12Properties_self_partial() 14243 /* skip val->maxPerStageDescriptorUpdateAfterBindStorageBuffers */ in vn_encode_VkPhysicalDeviceVulkan12Properties_self_partial()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 2177 p->maxPerStageDescriptorUpdateAfterBindStorageBuffers = UINT32_MAX; in anv_get_physical_device_properties_1_2()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 5450 uint32_t maxPerStageDescriptorUpdateAfterBindStorageBuffers; member 5654 uint32_t maxPerStageDescriptorUpdateAfterBindStorageBuffers; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 41187 uint32_t maxPerStageDescriptorUpdateAfterBindStorageBuffers = {}; global() member 57203 uint32_t maxPerStageDescriptorUpdateAfterBindStorageBuffers = {}; global() member [all...] |
H A D | vulkan_core.h | 5549 uint32_t maxPerStageDescriptorUpdateAfterBindStorageBuffers; member 5753 uint32_t maxPerStageDescriptorUpdateAfterBindStorageBuffers; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 5816 uint32_t maxPerStageDescriptorUpdateAfterBindStorageBuffers; member 6020 uint32_t maxPerStageDescriptorUpdateAfterBindStorageBuffers; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 5599 uint32_t maxPerStageDescriptorUpdateAfterBindStorageBuffers; member 5803 uint32_t maxPerStageDescriptorUpdateAfterBindStorageBuffers; member
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 18999 print_uint32_t(obj.maxPerStageDescriptorUpdateAfterBindStorageBuffers, "maxPerStageDescriptorUpdateAfterBindStorageBuffers", 1); in print_VkPhysicalDeviceVulkan12Properties() 19146 print_uint32_t(obj->maxPerStageDescriptorUpdateAfterBindStorageBuffers, "maxPerStageDescriptorUpdateAfterBindStorageBuffers", 1); in print_VkPhysicalDeviceVulkan12Properties() 20615 print_uint32_t(obj.maxPerStageDescriptorUpdateAfterBindStorageBuffers, "maxPerStageDescriptorUpdateAfterBindStorageBuffers", 1); in print_VkPhysicalDeviceDescriptorIndexingProperties() 20682 print_uint32_t(obj->maxPerStageDescriptorUpdateAfterBindStorageBuffers, "maxPerStageDescriptorUpdateAfterBindStorageBuffers", 1); in print_VkPhysicalDeviceDescriptorIndexingProperties() [all...] |
H A D | vulkan_json_parser.hpp | 8858 parse_uint32_t("maxPerStageDescriptorUpdateAfterBindStorageBuffers", obj["maxPerStageDescriptorUpdateAfterBindStorageBuffers"], (o.maxPerStageDescriptorUpdateAfterBindStorageBuffers)); in parse_VkPhysicalDeviceVulkan12Properties() 9301 parse_uint32_t("maxPerStageDescriptorUpdateAfterBindStorageBuffers", obj["maxPerStageDescriptorUpdateAfterBindStorageBuffers"], (o.maxPerStageDescriptorUpdateAfterBindStorageBuffers)); in parse_VkPhysicalDeviceDescriptorIndexingProperties()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2174 p->maxPerStageDescriptorUpdateAfterBindStorageBuffers = max_descriptor_set_size; in radv_get_physical_device_properties_1_2()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 5975 uint32_t maxPerStageDescriptorUpdateAfterBindStorageBuffers; member 6179 uint32_t maxPerStageDescriptorUpdateAfterBindStorageBuffers; member
|
H A D | vulkan_hash.hpp | 8132 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDescriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindStorageBuffers ); 12107 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.maxPerStageDescriptorUpdateAfterBindStorageBuffers );
|
H A D | vulkan_structs.hpp | [all...] |