/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/ |
H A D | CMakeLists.txt | 11 …X_MEMORY_ALLOCATION_COUNT "Never exceed VkPhysicalDeviceLimits::maxMemoryAllocationCount and retur…
|
H A D | VulkanSample.cpp | 1478 wprintf(L" maxMemoryAllocationCount: %u\n", properties.limits.maxMemoryAllocationCount); in PrintPhysicalDeviceProperties()
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/ |
H A D | Adapter.cpp | 273 PRINT_PROP(limits, maxMemoryAllocationCount); in stringize()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/ |
H A D | Adapter.cpp | 382 PRINT_LIMIT_PROP(maxMemoryAllocationCount); in stringize()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingBuildLargeTests.cpp | 505 if (properties.limits.maxMemoryAllocationCount < requiredAllocations) in checkSupportInInstance()
|
H A D | vktRayTracingBuildTests.cpp | 381 …onst size_t avvailableAllocCount = m_context.getDeviceProperties().limits.maxMemoryAllocationCount; in verifyAllocationCount()
|
H A D | vktRayTracingWatertightnessTests.cpp | 764 if (properties.limits.maxMemoryAllocationCount < requiredAllocations) in checkSupportInInstance()
|
H A D | vktRayTracingMemGuaranteeTests.cpp | 816 if (properties.limits.maxMemoryAllocationCount < requiredAllocations) in checkSupportInInstance()
|
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_physical_device.c | 623 .maxMemoryAllocationCount = 4096, in hk_get_device_properties()
|
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_physical_device.c | 293 .maxMemoryAllocationCount = UINT32_MAX, in get_device_properties()
|
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/ |
H A D | nvk_physical_device.c | 697 .maxMemoryAllocationCount = 4096, in nvk_get_device_properties()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 1139 props->limits.maxMemoryAllocationCount = 4096; in getPhysicalDeviceProperties()
|
/aosp_15_r20/frameworks/native/vulkan/vkprofiles/generated/ |
H A D | vulkan_profiles.cpp | 1074 s->properties.limits.maxMemoryAllocationCount = 4096; in __anonef2f4cd23702() 1164 …limits.maxMemoryAllocationCount >= 4096); VP_DEBUG_COND_MSG(!(prettify_VkPhysicalDeviceProperties2… in __anonef2f4cd23802() 3753 s->properties.limits.maxMemoryAllocationCount = 4096; in __anonef2f4cd2f902() 3842 …limits.maxMemoryAllocationCount >= 4096); VP_DEBUG_COND_MSG(!(prettify_VkPhysicalDeviceProperties2… in __anonef2f4cd2fa02() 6535 s->properties.limits.maxMemoryAllocationCount = 4096; in __anonef2f4cd21bb02() 6632 …limits.maxMemoryAllocationCount >= 4096); VP_DEBUG_COND_MSG(!(prettify_VkPhysicalDeviceProperties2… in __anonef2f4cd21bc02()
|
/aosp_15_r20/cts/tests/tests/graphics/jni/ |
H A D | VulkanProfiles.cpp | 259 s->properties.limits.maxMemoryAllocationCount = 4096; in __anoneff15c680302() 349 ret = ret && (s->properties.limits.maxMemoryAllocationCount >= 4096); in __anoneff15c680402() 2843 s->properties.limits.maxMemoryAllocationCount = 4096; in __anoneff15c68bd02() 2932 ret = ret && (s->properties.limits.maxMemoryAllocationCount >= 4096); in __anoneff15c68be02()
|
/aosp_15_r20/frameworks/native/vulkan/vkjson/ |
H A D | vkjson.cc | 508 visitor->Visit("maxMemoryAllocationCount", &limits->maxMemoryAllocationCount) && in Iterate()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 810 .maxMemoryAllocationCount = UINT32_MAX, in lvp_get_properties()
|
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 912 .maxMemoryAllocationCount = mem_size / page_size, in get_device_properties()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_physical_device.c | 1154 .maxMemoryAllocationCount = UINT32_MAX, in get_properties()
|
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/ |
H A D | pvr_device.c | 461 .maxMemoryAllocationCount = UINT32_MAX, in pvr_physical_device_get_properties()
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_physical_device.c | 1340 .maxMemoryAllocationCount = UINT32_MAX, in radv_get_physical_device_properties()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 152 …{LIMIT(maxMemoryAllocationCount), 4096, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN, -1,… in validateFeatureLimits() 810 {PN(checkAlways), PN(limits.maxMemoryAllocationCount), LIM_MIN_UINT32(4096)}, in validateLimits12() 3043 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxMemoryAllocationCount),
|
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/ |
H A D | vk_mem_alloc.h | 14549 if(m_PhysicalDeviceProperties.limits.maxMemoryAllocationCount < UINT32_MAX / 4 && in AllocateMemoryOfType() 14550 … m_DeviceMemoryCount.load() > m_PhysicalDeviceProperties.limits.maxMemoryAllocationCount * 3 / 4) in AllocateMemoryOfType() 15451 if(prevDeviceMemoryCount >= m_PhysicalDeviceProperties.limits.maxMemoryAllocationCount) in AllocateVulkanMemory() 16198 json.WriteNumber(deviceProperties.limits.maxMemoryAllocationCount); in vmaBuildStatsString()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/ |
H A D | anv_device.c | 989 .maxMemoryAllocationCount = UINT32_MAX, in get_properties()
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.cc | 884 props->maxMemoryAllocationCount = UINT32_MAX; in tu_get_properties()
|
/aosp_15_r20/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 816 …maxMemoryAllocationCount = printer.write_int("maxMemoryAllocationCount", 4, indent, signed=False, …
|