Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp854 props->limits.maxMemoryAllocationCount = 4096; in getPhysicalDeviceProperties()
DvkStructTypes.inl130 deUint32 maxMemoryAllocationCount; member
DvkVulkan_c.inl1668 deUint32 maxMemoryAllocationCount; member
DvkStrUtilImpl.inl2518 s << "\tmaxMemoryAllocationCount = " << value.maxMemoryAllocationCount << '\n';
/external/mesa3d/src/intel/vulkan/
Danv_device.c828 .maxMemoryAllocationCount = UINT32_MAX, in anv_GetPhysicalDeviceProperties()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp146 …{ LIMIT(maxMemoryAllocationCount), 4096, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_M… in validateFeatureLimits()
1129 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxMemoryAllocationCount),
DvktApiObjectManagementTests.cpp739 de::min(context.getDeviceProperties().limits.maxMemoryAllocationCount, in getMaxConcurrent()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c658 .maxMemoryAllocationCount = UINT32_MAX, in radv_GetPhysicalDeviceProperties()
/external/mesa3d/include/vulkan/
Dvulkan.h1595 uint32_t maxMemoryAllocationCount; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h1765 uint32_t maxMemoryAllocationCount; member
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h1765 uint32_t maxMemoryAllocationCount; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h1930 uint32_t maxMemoryAllocationCount; member
Dvulkan.hpp37542 && ( maxMemoryAllocationCount == rhs.maxMemoryAllocationCount ) in operator ==()
37655 uint32_t maxMemoryAllocationCount; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h1883 uint32_t maxMemoryAllocationCount; member
Dvulkan.hpp27556 && ( maxMemoryAllocationCount == rhs.maxMemoryAllocationCount ) in operator ==()
27669 uint32_t maxMemoryAllocationCount; member
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp3699 …if (device_data->memObjMap.size() >= device_data->phys_dev_props.limits.maxMemoryAllocationCount) { in PreCallValidateAllocateMemory()
3703 device_data->phys_dev_props.limits.maxMemoryAllocationCount); in PreCallValidateAllocateMemory()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1665 uint32_t maxMemoryAllocationCount; member
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp3734 if (props.limits.maxMemoryAllocationCount > max_mems) { in TEST_F()
3735 props.limits.maxMemoryAllocationCount = max_mems; in TEST_F()