/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiMaintenance3Check.cpp | 64 // These variables are equal to minimal values for maxMemoryAllocationSize and maxPerSetDescriptors 65 constexpr deUint32 maxMemoryAllocationSize = 1073741824u; member 485 maxMemoryAllocationSize - 1u //VkDeviceSize maxMemoryAllocationSize; in iterate() 495 if (maintProp3.maxMemoryAllocationSize < maxMemoryAllocationSize) in iterate() 501 log << tcu::TestLog::Message << "maxMemoryAllocationSize: " << maintProp3.maxMemoryAllocationSize << tcu::TestLog::EndMessage; in iterate() 587 maxMemoryAllocationSize //VkDeviceSize maxMemoryAllocationSize; in iterate() [all...] |
H A D | vktApiFeatureInfo.cpp | 875 { PN(checkVulkan12Limit), PN(vulkan11Properties.maxMemoryAllocationSize), LIM_MIN_DEVSIZE(1<<30) }, in validateLimits12() 1169 { PN(checkAlways), PN(maintenance3Properties.maxMemoryAllocationSize), LIM_MIN_DEVSIZE(1<<30) }, in validateLimitsKhrMaintenance3() 4846 maintenance3Properties[0].maxMemoryAllocationSize != maintenance3Properties[1].maxMemoryAllocationSize)) in deviceProperties2() 5614 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan11Properties, maxMemoryAllocationSize), in devicePropertiesVulkan12() 6280 maintenance3Properties.maxMemoryAllocationSize != vulkan11Properties.maxMemoryAllocationSize)) in devicePropertyExtensionsConsistencyVulkan12()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiMaintenance3Check.cpp | 65 // These variables are equal to minimal values for maxMemoryAllocationSize and maxPerSetDescriptors 66 constexpr deUint32 maxMemoryAllocationSize = 1073741824u; member 486 maxMemoryAllocationSize - 1u //VkDeviceSize maxMemoryAllocationSize; in iterate() 496 if (maintProp3.maxMemoryAllocationSize < maxMemoryAllocationSize) in iterate() 502 log << tcu::TestLog::Message << "maxMemoryAllocationSize: " << maintProp3.maxMemoryAllocationSize << tcu::TestLog::EndMessage; in iterate() 588 maxMemoryAllocationSize //VkDeviceSize maxMemoryAllocationSize; in iterate() [all...] |
H A D | vktApiFeatureInfo.cpp | 884 { PN(checkVulkan12Limit), PN(vulkan11Properties.maxMemoryAllocationSize), LIM_MIN_DEVSIZE(1<<30) }, in validateLimits12() 1178 { PN(checkAlways), PN(maintenance3Properties.maxMemoryAllocationSize), LIM_MIN_DEVSIZE(1<<30) }, in validateLimitsKhrMaintenance3() 4841 maintenance3Properties[0].maxMemoryAllocationSize != maintenance3Properties[1].maxMemoryAllocationSize)) in deviceProperties2() 5609 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan11Properties, maxMemoryAllocationSize), in devicePropertiesVulkan12() 6275 maintenance3Properties.maxMemoryAllocationSize != vulkan11Properties.maxMemoryAllocationSize)) in devicePropertyExtensionsConsistencyVulkan12()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A 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/ |
H A D | vk_device.c | 835 CORE_PROPERTY(maxMemoryAllocationSize); in vk_get_physical_device_core_1_1_property_ext()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_device.c | 797 .maxMemoryAllocationSize = 0xFFFFFFFFull, in panvk_GetPhysicalDeviceProperties2()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.cpp | 640 properties->maxMemoryAllocationSize = MAX_MEMORY_ALLOCATION_SIZE; in getMaintenance3Properties()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 1053 p->maxMemoryAllocationSize = (1u << 31); in lvp_get_physical_device_properties_1_1()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 947 p->maxMemoryAllocationSize = 0xFFFFFFFFull; in tu_get_physical_device_properties_1_1()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1650 .maxMemoryAllocationSize = MAX_MEMORY_ALLOCATION_SIZE, in v3dv_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1569 .maxMemoryAllocationSize = in dzn_GetPhysicalDeviceProperties2()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 3949 VkDeviceSize maxMemoryAllocationSize; member 4333 VkDeviceSize maxMemoryAllocationSize; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 4039 VkDeviceSize maxMemoryAllocationSize; member 4303 VkDeviceSize maxMemoryAllocationSize; member
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A 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() 12295 /* skip val->maxMemoryAllocationSize */ in vn_sizeof_VkPhysicalDeviceMaintenance3Properties_self_partial() 12323 /* skip val->maxMemoryAllocationSize */ in vn_encode_VkPhysicalDeviceMaintenance3Properties_self_partial() 13810 size += vn_sizeof_VkDeviceSize(&val->maxMemoryAllocationSize); in vn_sizeof_VkPhysicalDeviceVulkan11Properties_self() 13861 vn_decode_VkDeviceSize(dec, &val->maxMemoryAllocationSize); in vn_decode_VkPhysicalDeviceVulkan11Properties_self() 13902 /* skip val->maxMemoryAllocationSize */ in vn_sizeof_VkPhysicalDeviceVulkan11Properties_self_partial() 13943 /* skip val->maxMemoryAllocationSize */ in vn_encode_VkPhysicalDeviceVulkan11Properties_self_partial()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 2083 p->maxMemoryAllocationSize = MAX_MEMORY_ALLOCATION_SIZE; in anv_get_physical_device_properties_1_1()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 5026 VkDeviceSize maxMemoryAllocationSize; member 5354 VkDeviceSize maxMemoryAllocationSize; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 46252 , maxMemoryAllocationSize( maxMemoryAllocationSize_ ) maxMemoryAllocationSize() function 46302 VULKAN_HPP_NAMESPACE::DeviceSize maxMemoryAllocationSize = {}; global() member 56263 , maxMemoryAllocationSize( maxMemoryAllocationSize_ ) maxMemoryAllocationSize() function 56335 VULKAN_HPP_NAMESPACE::DeviceSize maxMemoryAllocationSize = {}; global() member [all...] |
H A D | vulkan_core.h | 5120 VkDeviceSize maxMemoryAllocationSize; member 5453 VkDeviceSize maxMemoryAllocationSize; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 5384 VkDeviceSize maxMemoryAllocationSize; member 5720 VkDeviceSize maxMemoryAllocationSize; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 5169 VkDeviceSize maxMemoryAllocationSize; member 5503 VkDeviceSize maxMemoryAllocationSize; member
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 17942 print_VkDeviceSize(obj.maxMemoryAllocationSize, "maxMemoryAllocationSize", 0); in print_VkPhysicalDeviceMaintenance3Properties() 17967 print_VkDeviceSize(obj->maxMemoryAllocationSize, "maxMemoryAllocationSize", 0); in print_VkPhysicalDeviceMaintenance3Properties() 18541 print_VkDeviceSize(obj.maxMemoryAllocationSize, "maxMemoryAllocationSize", 0); in print_VkPhysicalDeviceVulkan11Properties() 18619 print_VkDeviceSize(obj->maxMemoryAllocationSize, "maxMemoryAllocationSize", 0); in print_VkPhysicalDeviceVulkan11Properties() [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2080 p->maxMemoryAllocationSize = RADV_MAX_MEMORY_ALLOCATION_SIZE; in radv_get_physical_device_properties_1_1()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingMiscTests.cpp | 7920 if (m_testPtr->getResultBufferSize() > m_context.getDeviceVulkan11Properties().maxMemoryAllocationSize) in checkSupport() 7921 TCU_THROW(NotSupportedError, "VkPhysicalDeviceVulkan11Properties::maxMemoryAllocationSize too small, allocation might fail"); in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingMiscTests.cpp | 7915 if (m_testPtr->getResultBufferSize() > m_context.getDeviceVulkan11Properties().maxMemoryAllocationSize) in checkSupport() 7916 TCU_THROW(NotSupportedError, "VkPhysicalDeviceVulkan11Properties::maxMemoryAllocationSize too small, allocation might fail"); in checkSupport()
|