Home
last modified time | relevance | path

Searched refs:maxMemoryAllocationCount (Results 1 – 25 of 186) sorted by relevance

12345678

/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/
H A DCMakeLists.txt11 …X_MEMORY_ALLOCATION_COUNT "Never exceed VkPhysicalDeviceLimits::maxMemoryAllocationCount and retur…
H A DVulkanSample.cpp1478 wprintf(L" maxMemoryAllocationCount: %u\n", properties.limits.maxMemoryAllocationCount); in PrintPhysicalDeviceProperties()
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/
H A DAdapter.cpp273 PRINT_PROP(limits, maxMemoryAllocationCount); in stringize()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DAdapter.cpp382 PRINT_LIMIT_PROP(maxMemoryAllocationCount); in stringize()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuildLargeTests.cpp505 if (properties.limits.maxMemoryAllocationCount < requiredAllocations) in checkSupportInInstance()
H A DvktRayTracingBuildTests.cpp381 …onst size_t avvailableAllocCount = m_context.getDeviceProperties().limits.maxMemoryAllocationCount; in verifyAllocationCount()
H A DvktRayTracingWatertightnessTests.cpp764 if (properties.limits.maxMemoryAllocationCount < requiredAllocations) in checkSupportInInstance()
H A DvktRayTracingMemGuaranteeTests.cpp816 if (properties.limits.maxMemoryAllocationCount < requiredAllocations) in checkSupportInInstance()
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_physical_device.c623 .maxMemoryAllocationCount = 4096, in hk_get_device_properties()
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/
H A Dpanvk_physical_device.c293 .maxMemoryAllocationCount = UINT32_MAX, in get_device_properties()
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_physical_device.c697 .maxMemoryAllocationCount = 4096, in nvk_get_device_properties()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp1139 props->limits.maxMemoryAllocationCount = 4096; in getPhysicalDeviceProperties()
/aosp_15_r20/frameworks/native/vulkan/vkprofiles/generated/
H A Dvulkan_profiles.cpp1074 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 DVulkanProfiles.cpp259 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 Dvkjson.cc508 visitor->Visit("maxMemoryAllocationCount", &limits->maxMemoryAllocationCount) && in Iterate()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c810 .maxMemoryAllocationCount = UINT32_MAX, in lvp_get_properties()
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c912 .maxMemoryAllocationCount = mem_size / page_size, in get_device_properties()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_physical_device.c1154 .maxMemoryAllocationCount = UINT32_MAX, in get_properties()
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c461 .maxMemoryAllocationCount = UINT32_MAX, in pvr_physical_device_get_properties()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_physical_device.c1340 .maxMemoryAllocationCount = UINT32_MAX, in radv_get_physical_device_properties()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp152 …{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 Dvk_mem_alloc.h14549 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 Danv_device.c989 .maxMemoryAllocationCount = UINT32_MAX, in get_properties()
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_device.cc884 props->maxMemoryAllocationCount = UINT32_MAX; in tu_get_properties()
/aosp_15_r20/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py816maxMemoryAllocationCount = printer.write_int("maxMemoryAllocationCount", 4, indent, signed=False, …

12345678