| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| D | vktApiMaintenance3Check.cpp | 63 constexpr deUint32 maxMemoryAllocationSize = 1073741824u; variable 445 maxMemoryAllocationSize - 1u //VkDeviceSize maxMemoryAllocationSize; in iterate() 455 if (maintProp3.maxMemoryAllocationSize < maxMemoryAllocationSize) in iterate() 461 …log << tcu::TestLog::Message << "maxMemoryAllocationSize: " << maintProp3.maxMemoryAllocationSize … in iterate() 540 maxMemoryAllocationSize //VkDeviceSize maxMemoryAllocationSize; in iterate()
|
| D | vktApiFeatureInfo.cpp | 859 …{ PN(checkVulkan12Limit), PN(vulkan11Properties.maxMemoryAllocationSize), LIM_MIN… in validateLimits12() 1123 { PN(checkAlways), PN(maintenance3Properties.maxMemoryAllocationSize), LIM_MIN_DEVSIZE(1<<30) }, in validateLimitsKhrMaintenance3() 4269 …maintenance3Properties[0].maxMemoryAllocationSize != maintenance3Properties[1].maxMemoryAllocation… in deviceProperties2() 4855 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan11Properties, maxMemoryAllocationSize), in devicePropertiesVulkan12() 5279 maintenance3Properties.maxMemoryAllocationSize != vulkan11Properties.maxMemoryAllocationSize)) in devicePropertyExtensionsConsistencyVulkan12()
|
| /third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
| D | vkDeviceProperties.inl | 89 propertyType.maxMemoryAllocationSize = allPropertiesBlobs.vk11.maxMemoryAllocationSize;
|
| D | vkStructTypes.inl | 1742 VkDeviceSize maxMemoryAllocationSize; member 1795 VkDeviceSize maxMemoryAllocationSize; member
|
| /third_party/mesa3d/src/virtio/vulkan/ |
| D | vn_physical_device.c | 551 vk11_props->maxMemoryAllocationSize = in vn_physical_device_init_properties() 552 local_props.maintenance_3.maxMemoryAllocationSize; in vn_physical_device_init_properties() 1974 u.maintenance_3->maxMemoryAllocationSize = in vn_GetPhysicalDeviceProperties2() 1975 vk11_props->maxMemoryAllocationSize; in vn_GetPhysicalDeviceProperties2()
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| D | vk_device.c | 835 CORE_PROPERTY(maxMemoryAllocationSize); in vk_get_physical_device_core_1_1_property_ext()
|
| /third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
| D | gstvkphysicaldevice.c | 685 DEBUG_SIZE ("properties (1.1)", properties, maxMemoryAllocationSize); in dump_properties11()
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkPhysicalDevice.cpp | 640 properties->maxMemoryAllocationSize = MAX_MEMORY_ALLOCATION_SIZE; in getMaintenance3Properties()
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| D | panvk_device.c | 797 .maxMemoryAllocationSize = 0xFFFFFFFFull, in panvk_GetPhysicalDeviceProperties2()
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| D | lvp_device.c | 1053 p->maxMemoryAllocationSize = (1u << 31); in lvp_get_physical_device_properties_1_1()
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| D | v3dv_device.c | 1650 .maxMemoryAllocationSize = MAX_MEMORY_ALLOCATION_SIZE, in v3dv_GetPhysicalDeviceProperties2()
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| D | tu_device.c | 947 p->maxMemoryAllocationSize = 0xFFFFFFFFull; in tu_get_physical_device_properties_1_1()
|
| /third_party/mesa3d/src/microsoft/vulkan/ |
| D | dzn_device.c | 1569 .maxMemoryAllocationSize = in dzn_GetPhysicalDeviceProperties2()
|
| /third_party/mesa3d/src/intel/vulkan/ |
| D | anv_device.c | 2083 p->maxMemoryAllocationSize = MAX_MEMORY_ALLOCATION_SIZE; in anv_get_physical_device_properties_1_1()
|
| /third_party/mesa3d/src/virtio/venus-protocol/ |
| D | vn_protocol_driver_device.h | 12238 size += vn_sizeof_VkDeviceSize(&val->maxMemoryAllocationSize); in vn_sizeof_VkPhysicalDeviceMaintenance3Properties_self() 12267 vn_decode_VkDeviceSize(dec, &val->maxMemoryAllocationSize); in vn_decode_VkPhysicalDeviceMaintenance3Properties_self() 13810 size += vn_sizeof_VkDeviceSize(&val->maxMemoryAllocationSize); in vn_sizeof_VkPhysicalDeviceVulkan11Properties_self() 13861 vn_decode_VkDeviceSize(dec, &val->maxMemoryAllocationSize); in vn_decode_VkPhysicalDeviceVulkan11Properties_self()
|
| /third_party/skia/include/third_party/vulkan/vulkan/ |
| D | vulkan_core.h | 5026 VkDeviceSize maxMemoryAllocationSize; member 5354 VkDeviceSize maxMemoryAllocationSize; member
|
| /third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
| D | vulkan_core.h | 5169 VkDeviceSize maxMemoryAllocationSize; member 5503 VkDeviceSize maxMemoryAllocationSize; member
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| D | vulkan_core.h | 5120 VkDeviceSize maxMemoryAllocationSize; member 5453 VkDeviceSize maxMemoryAllocationSize; member
|
| D | vulkan_structs.hpp | 46252 , maxMemoryAllocationSize( maxMemoryAllocationSize_ ) 46289 ( maxMemoryAllocationSize == rhs.maxMemoryAllocationSize ); in operator ==() 46302 VULKAN_HPP_NAMESPACE::DeviceSize maxMemoryAllocationSize = {}; member 56263 , maxMemoryAllocationSize( maxMemoryAllocationSize_ ) 56308 ( maxMemoryAllocationSize == rhs.maxMemoryAllocationSize ); in operator ==() 56335 VULKAN_HPP_NAMESPACE::DeviceSize maxMemoryAllocationSize = {}; member
|
| /third_party/mesa3d/include/vulkan/ |
| D | vulkan_core.h | 5384 VkDeviceSize maxMemoryAllocationSize; member 5720 VkDeviceSize maxMemoryAllocationSize; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| D | vktRayTracingMiscTests.cpp | 7915 …m_testPtr->getResultBufferSize() > m_context.getDeviceVulkan11Properties().maxMemoryAllocationSize) in checkSupport()
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan_core.h | 5494 VkDeviceSize maxMemoryAllocationSize; member 5830 VkDeviceSize maxMemoryAllocationSize; member
|
| D | vulkan_hash.hpp | 8122 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMaintenance3Properties.maxMemoryAllocationSize ); in operator ()() 10060 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.maxMemoryAllocationSize ); in operator ()()
|
| /third_party/flutter/skia/include/third_party/vulkan/vulkan/ |
| D | vulkan_core.h | 4355 VkDeviceSize maxMemoryAllocationSize; member
|
| /third_party/mesa3d/src/amd/vulkan/ |
| D | radv_device.c | 2080 p->maxMemoryAllocationSize = RADV_MAX_MEMORY_ALLOCATION_SIZE; in radv_get_physical_device_properties_1_1()
|