/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.c | 637 vk12_props->maxPerStageDescriptorUpdateAfterBindInputAttachments = in vn_physical_device_init_properties() 639 .maxPerStageDescriptorUpdateAfterBindInputAttachments; in vn_physical_device_init_properties() 2060 ->maxPerStageDescriptorUpdateAfterBindInputAttachments = in vn_GetPhysicalDeviceProperties2() 2061 vk12_props->maxPerStageDescriptorUpdateAfterBindInputAttachments; in vn_GetPhysicalDeviceProperties2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTestsUtils.cpp | 726 inputAttachments = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindInputAttachments, descriptorProps.maxDescriptorSetUpdateAfterBindInputAttachments); // 1048576 in computeMaxPerStageDescriptorCount()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTestsUtils.cpp | 726 inputAttachments = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindInputAttachments, descriptorProps.maxDescriptorSetUpdateAfterBindInputAttachments); // 1048576 in computeMaxPerStageDescriptorCount()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_device.c | 908 CORE_PROPERTY(maxPerStageDescriptorUpdateAfterBindInputAttachments); 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 | 893 { PN(features12.descriptorIndexing), PN(vulkan12Properties.maxPerStageDescriptorUpdateAfterBindInputAttachments), LIM_MIN_UINT32(4) }, in validateLimits12() 908 { PN(features12.descriptorIndexing), PN(vulkan12Properties.maxPerStageDescriptorUpdateAfterBindInputAttachments), LIM_MIN_UINT32(limits.maxPerStageDescriptorInputAttachments) }, in validateLimits12() 1278 { PN(checkAlways), PN(descriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindInputAttachments), LIM_MIN_UINT32(4) }, in validateLimitsExtDescriptorIndexing() 1293 { PN(checkAlways), PN(descriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindInputAttachments), LIM_MIN_UINT32(limits.maxPerStageDescriptorInputAttachments) }, in validateLimitsExtDescriptorIndexing() 4910 descriptorIndexingProperties[0].maxPerStageDescriptorUpdateAfterBindInputAttachments != descriptorIndexingProperties[1].maxPerStageDescriptorUpdateAfterBindInputAttachments || in deviceProperties2() 5651 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan12Properties, maxPerStageDescriptorUpdateAfterBindInputAttachments), in devicePropertiesVulkan12() 6325 descriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindInputAttachments != vulkan12Properties.maxPerStageDescriptorUpdateAfterBindInputAttachments || in devicePropertyExtensionsConsistencyVulkan12()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 884 { PN(features12.descriptorIndexing), PN(vulkan12Properties.maxPerStageDescriptorUpdateAfterBindInputAttachments), LIM_MIN_UINT32(4) }, in validateLimits12() 899 { PN(features12.descriptorIndexing), PN(vulkan12Properties.maxPerStageDescriptorUpdateAfterBindInputAttachments), LIM_MIN_UINT32(limits.maxPerStageDescriptorInputAttachments) }, in validateLimits12() 1269 { PN(checkAlways), PN(descriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindInputAttachments), LIM_MIN_UINT32(4) }, in validateLimitsExtDescriptorIndexing() 1284 { PN(checkAlways), PN(descriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindInputAttachments), LIM_MIN_UINT32(limits.maxPerStageDescriptorInputAttachments) }, in validateLimitsExtDescriptorIndexing() 4915 descriptorIndexingProperties[0].maxPerStageDescriptorUpdateAfterBindInputAttachments != descriptorIndexingProperties[1].maxPerStageDescriptorUpdateAfterBindInputAttachments || in deviceProperties2() 5656 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan12Properties, maxPerStageDescriptorUpdateAfterBindInputAttachments), in devicePropertiesVulkan12() 6330 descriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindInputAttachments != vulkan12Properties.maxPerStageDescriptorUpdateAfterBindInputAttachments || in devicePropertyExtensionsConsistencyVulkan12()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.cpp | 1009 properties->maxPerStageDescriptorUpdateAfterBindInputAttachments = limits.maxPerStageDescriptorInputAttachments; in getDescriptorIndexingProperties()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 1110 p->maxPerStageDescriptorUpdateAfterBindInputAttachments = max_descriptor_set_size; in lvp_get_physical_device_properties_1_2()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 1019 p->maxPerStageDescriptorUpdateAfterBindInputAttachments = MAX_RTS; in tu_get_physical_device_properties_1_2()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1619 .maxPerStageDescriptorUpdateAfterBindInputAttachments = 0, in dzn_GetPhysicalDeviceProperties2()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 4054 uint32_t maxPerStageDescriptorUpdateAfterBindInputAttachments; member 4425 uint32_t maxPerStageDescriptorUpdateAfterBindInputAttachments; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 4402 uint32_t maxPerStageDescriptorUpdateAfterBindInputAttachments; member 4606 uint32_t maxPerStageDescriptorUpdateAfterBindInputAttachments; member
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 12782 size += vn_sizeof_uint32_t(&val->maxPerStageDescriptorUpdateAfterBindInputAttachments); in vn_sizeof_VkPhysicalDeviceDescriptorIndexingProperties_self() 12832 vn_decode_uint32_t(dec, &val->maxPerStageDescriptorUpdateAfterBindInputAttachments); in vn_decode_VkPhysicalDeviceDescriptorIndexingProperties_self() 12881 /* skip val->maxPerStageDescriptorUpdateAfterBindInputAttachments */ in vn_sizeof_VkPhysicalDeviceDescriptorIndexingProperties_self_partial() 12930 /* skip val->maxPerStageDescriptorUpdateAfterBindInputAttachments */ in vn_encode_VkPhysicalDeviceDescriptorIndexingProperties_self_partial() 14005 size += vn_sizeof_uint32_t(&val->maxPerStageDescriptorUpdateAfterBindInputAttachments); in vn_sizeof_VkPhysicalDeviceVulkan12Properties_self() 14090 vn_decode_uint32_t(dec, &val->maxPerStageDescriptorUpdateAfterBindInputAttachments); in vn_decode_VkPhysicalDeviceVulkan12Properties_self() 14168 /* skip val->maxPerStageDescriptorUpdateAfterBindInputAttachments */ in vn_sizeof_VkPhysicalDeviceVulkan12Properties_self_partial() 14246 /* skip val->maxPerStageDescriptorUpdateAfterBindInputAttachments */ in vn_encode_VkPhysicalDeviceVulkan12Properties_self_partial()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 2180 p->maxPerStageDescriptorUpdateAfterBindInputAttachments = MAX_PER_STAGE_DESCRIPTOR_INPUT_ATTACHMENTS; in anv_get_physical_device_properties_1_2()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 5453 uint32_t maxPerStageDescriptorUpdateAfterBindInputAttachments; member 5657 uint32_t maxPerStageDescriptorUpdateAfterBindInputAttachments; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 41190 uint32_t maxPerStageDescriptorUpdateAfterBindInputAttachments = {}; global() member 57206 uint32_t maxPerStageDescriptorUpdateAfterBindInputAttachments = {}; global() member [all...] |
H A D | vulkan_core.h | 5552 uint32_t maxPerStageDescriptorUpdateAfterBindInputAttachments; member 5756 uint32_t maxPerStageDescriptorUpdateAfterBindInputAttachments; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 5819 uint32_t maxPerStageDescriptorUpdateAfterBindInputAttachments; member 6023 uint32_t maxPerStageDescriptorUpdateAfterBindInputAttachments; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 5602 uint32_t maxPerStageDescriptorUpdateAfterBindInputAttachments; member 5806 uint32_t maxPerStageDescriptorUpdateAfterBindInputAttachments; member
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 19005 print_uint32_t(obj.maxPerStageDescriptorUpdateAfterBindInputAttachments, "maxPerStageDescriptorUpdateAfterBindInputAttachments", 1); in print_VkPhysicalDeviceVulkan12Properties() 19152 print_uint32_t(obj->maxPerStageDescriptorUpdateAfterBindInputAttachments, "maxPerStageDescriptorUpdateAfterBindInputAttachments", 1); in print_VkPhysicalDeviceVulkan12Properties() 20621 print_uint32_t(obj.maxPerStageDescriptorUpdateAfterBindInputAttachments, "maxPerStageDescriptorUpdateAfterBindInputAttachments", 1); in print_VkPhysicalDeviceDescriptorIndexingProperties() 20688 print_uint32_t(obj->maxPerStageDescriptorUpdateAfterBindInputAttachments, "maxPerStageDescriptorUpdateAfterBindInputAttachments", 1); in print_VkPhysicalDeviceDescriptorIndexingProperties() [all...] |
H A D | vulkan_json_parser.hpp | 8864 parse_uint32_t("maxPerStageDescriptorUpdateAfterBindInputAttachments", obj["maxPerStageDescriptorUpdateAfterBindInputAttachments"], (o.maxPerStageDescriptorUpdateAfterBindInputAttachments)); in parse_VkPhysicalDeviceVulkan12Properties() 9307 parse_uint32_t("maxPerStageDescriptorUpdateAfterBindInputAttachments", obj["maxPerStageDescriptorUpdateAfterBindInputAttachments"], (o.maxPerStageDescriptorUpdateAfterBindInputAttachments)); in parse_VkPhysicalDeviceDescriptorIndexingProperties()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2177 p->maxPerStageDescriptorUpdateAfterBindInputAttachments = max_descriptor_set_size; in radv_get_physical_device_properties_1_2()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 5978 uint32_t maxPerStageDescriptorUpdateAfterBindInputAttachments; member 6182 uint32_t maxPerStageDescriptorUpdateAfterBindInputAttachments; member
|
H A D | vulkan_hash.hpp | 8135 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDescriptorIndexingProperties.maxPerStageDescriptorUpdateAfterBindInputAttachments ); 12110 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.maxPerStageDescriptorUpdateAfterBindInputAttachments );
|
H A D | vulkan_structs.hpp | [all...] |