/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vkDeviceProperties.inl | 92 …propertyType.maxUpdateAfterBindDescriptorsInAllPools = allPropertiesBlobs.vk12.maxUpdateAfterBindD…
|
H A D | vkStructTypes.inl | 2670 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member 3501 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member
|
H A D | vkVulkan_c.inl | 4394 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member 4598 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
H A D | vkDeviceProperties.inl | 93 …propertyType.maxUpdateAfterBindDescriptorsInAllPools = allPropertiesBlobs.vk12.maxUpdateAfterBindD…
|
H A D | vkStructTypes.inl | 3506 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member 5365 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member
|
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_physical_device.c | 777 .maxUpdateAfterBindDescriptorsInAllPools = UINT32_MAX, in hk_get_device_properties()
|
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_physical_device.c | 525 .maxUpdateAfterBindDescriptorsInAllPools = 0, in get_device_properties()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 953 …{PN(features12.descriptorIndexing), PN(vulkan12Properties.maxUpdateAfterBindDescriptorsInAllPools), in validateLimits12() 1374 {PN(checkAlways), PN(descriptorIndexingProperties.maxUpdateAfterBindDescriptorsInAllPools), in validateLimitsExtDescriptorIndexing() 5263 (descriptorIndexingProperties[0].maxUpdateAfterBindDescriptorsInAllPools != in deviceProperties2() 5264 descriptorIndexingProperties[1].maxUpdateAfterBindDescriptorsInAllPools || in deviceProperties2() 6107 … OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan12Properties, maxUpdateAfterBindDescriptorsInAllPools), in devicePropertiesVulkan12() 6894 if ((descriptorIndexingProperties.maxUpdateAfterBindDescriptorsInAllPools != in devicePropertyExtensionsConsistencyVulkan12() 6895 vulkan12Properties.maxUpdateAfterBindDescriptorsInAllPools || in devicePropertyExtensionsConsistencyVulkan12()
|
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/ |
H A D | nvk_physical_device.c | 853 .maxUpdateAfterBindDescriptorsInAllPools = UINT32_MAX, in nvk_get_device_properties()
|
/aosp_15_r20/frameworks/native/vulkan/vkjson/ |
H A D | vkjson.cc | 724 …("maxUpdateAfterBindDescriptorsInAllPools", &properties->maxUpdateAfterBindDescriptorsInAllPools) … in Iterate()
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.cpp | 1230 properties->maxUpdateAfterBindDescriptorsInAllPools = vk::MAX_UPDATE_AFTER_BIND_DESCRIPTORS; in getDescriptorIndexingProperties()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 962 .maxUpdateAfterBindDescriptorsInAllPools = UINT32_MAX, in lvp_get_properties()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_physical_device.c | 966 p->maxUpdateAfterBindDescriptorsInAllPools = max_bindless_views; in get_properties_1_2()
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_physical_device.c | 1543 p->maxUpdateAfterBindDescriptorsInAllPools = UINT32_MAX / 64; in radv_get_physical_device_properties()
|
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/ |
H A D | vk_safe_struct.cpp | 22045 maxUpdateAfterBindDescriptorsInAllPools(in_struct->maxUpdateAfterBindDescriptorsInAllPools), in safe_VkPhysicalDeviceDescriptorIndexingPropertiesEXT() 22079 maxUpdateAfterBindDescriptorsInAllPools = src.maxUpdateAfterBindDescriptorsInAllPools; in safe_VkPhysicalDeviceDescriptorIndexingPropertiesEXT() 22113 maxUpdateAfterBindDescriptorsInAllPools = src.maxUpdateAfterBindDescriptorsInAllPools; in operator =() 22150 maxUpdateAfterBindDescriptorsInAllPools = in_struct->maxUpdateAfterBindDescriptorsInAllPools; in initialize() 22179 maxUpdateAfterBindDescriptorsInAllPools = src->maxUpdateAfterBindDescriptorsInAllPools; in initialize()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/ |
H A D | anv_device.c | 814 p->maxUpdateAfterBindDescriptorsInAllPools = max_bindless_views; in get_properties_1_2()
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.cc | 773 p->maxUpdateAfterBindDescriptorsInAllPools = max_descriptor_set_size; in tu_get_physical_device_properties_1_2()
|
/aosp_15_r20/external/deqp/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 4389 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member 4593 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member
|
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1016 .maxUpdateAfterBindDescriptorsInAllPools = MAX_DESCS_PER_CBV_SRV_UAV_HEAP, in dzn_physical_device_get_properties()
|
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 28814 …: pNext( pNext_ ), maxUpdateAfterBindDescriptorsInAllPools( maxUpdateAfterBindDescriptorsInAllPool… 28852 …return std::tie( sType, pNext, maxUpdateAfterBindDescriptorsInAllPools, shaderUniformBufferArrayNo… in reflect() 28867 … && ( maxUpdateAfterBindDescriptorsInAllPools == rhs.maxUpdateAfterBindDescriptorsInAllPools ) in operator ==() 28902 uint32_t maxUpdateAfterBindDescriptorsInAllPools = {}; member 38818 …RoundingModeRTZFloat64( shaderRoundingModeRTZFloat64_ ), maxUpdateAfterBindDescriptorsInAllPools( … 38856 …derRoundingModeRTZFloat32, shaderRoundingModeRTZFloat64, maxUpdateAfterBindDescriptorsInAllPools, … in reflect() 38892 … && ( maxUpdateAfterBindDescriptorsInAllPools == rhs.maxUpdateAfterBindDescriptorsInAllPools ) in operator ==() 38956 uint32_t maxUpdateAfterBindDescriptorsInAllPools = {}; member
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 5127 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member 5331 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 5127 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member 5331 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 5127 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member 5331 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 5127 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member 5331 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 5127 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member 5331 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member
|