/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_formats.c | 1263 uint64_t maxResourceSize = 0; in anv_get_image_format_properties() local 1265 maxResourceSize = (uint64_t) 1 << 31; in anv_get_image_format_properties() 1267 maxResourceSize = (uint64_t) 1 << 38; in anv_get_image_format_properties() 1269 maxResourceSize = (uint64_t) 1 << 44; in anv_get_image_format_properties() 1278 * VkImageFormatProperties::maxResourceSize. in anv_get_image_format_properties() 1280 .maxResourceSize = maxResourceSize, in anv_get_image_format_properties() 1296 .maxResourceSize = 0, in anv_get_image_format_properties()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_formats.c | 256 * VkImageFormatProperties::maxResourceSize. in get_image_format_properties() 258 .maxResourceSize = UINT32_MAX, in get_image_format_properties() 271 .maxResourceSize = 0, in get_image_format_properties()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_formats.c | 499 * VkImageFormatProperties::maxResourceSize. in tu_get_image_format_properties() 501 .maxResourceSize = UINT32_MAX, in tu_get_image_format_properties() 514 .maxResourceSize = 0, in tu_get_image_format_properties()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_formats.c | 518 pImageFormatProperties->maxResourceSize = 0xffffffff; /* 32-bit allocation */ in get_image_format_properties() 528 .maxResourceSize = 0, in get_image_format_properties()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_formats.c | 313 * VkImageFormatProperties::maxResourceSize. in lvp_get_image_format_properties() 315 .maxResourceSize = UINT32_MAX, in lvp_get_image_format_properties() 324 .maxResourceSize = 0, in lvp_get_image_format_properties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiPhysicalDeviceFormatPropertiesMaint5Tests.cpp | 131 && l.maxResourceSize == r.maxResourceSize; in operator ==()
|
H A D | vktApiFeatureInfo.cpp | 82 static const VkDeviceSize MINIMUM_REQUIRED_IMAGE_RESOURCE_SIZE = (1LLU<<31); //!< Minimum value for VkImageFormatProperties::maxResourceSize (2GiB) 4442 results.check(properties.maxResourceSize >= (VkDeviceSize)MINIMUM_REQUIRED_IMAGE_RESOURCE_SIZE, in imageFormatProperties() 4443 "maxResourceSize smaller than minimum required size"); in imageFormatProperties() 4459 results.check(properties.maxResourceSize == 0, "maxResourceSize != 0"); in imageFormatProperties()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_phys_dev_inst_ext_tests.cpp | 1013 props.maxResourceSize = static_cast<uint64_t>(rand()); in FillInRandomImageFormatData() 1089 ASSERT_EQ(props.maxResourceSize, props2.imageFormatProperties.maxResourceSize); in TEST() 1141 ASSERT_EQ(props.maxResourceSize, props2.imageFormatProperties.maxResourceSize); in TEST() 1183 ASSERT_EQ(props.maxResourceSize, props2.imageFormatProperties.maxResourceSize); in TEST() 1232 ASSERT_EQ(props.maxResourceSize, props2.imageFormatProperties.maxResourceSize); in TEST() 1292 ASSERT_EQ(props.maxResourceSize, props in TEST() [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_formats.c | 1653 * VkImageFormatProperties::maxResourceSize. in radv_get_image_format_properties() 1655 .maxResourceSize = UINT32_MAX, in radv_get_image_format_properties() 1672 .maxResourceSize = 0, in radv_get_image_format_properties()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.cpp | 1722 pImageFormatProperties->maxResourceSize = 1u << 31; // Minimum value for maxResourceSize in getImageFormatProperties()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 1166 pImageFormatProperties->maxResourceSize = 64u * 1024u * 1024u; in getPhysicalDeviceImageFormatProperties()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 921 properties->imageFormatProperties.maxResourceSize = UINT32_MAX; in dzn_physical_device_get_image_format_properties()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 82 static const VkDeviceSize MINIMUM_REQUIRED_IMAGE_RESOURCE_SIZE = (1LLU<<31); //!< Minimum value for VkImageFormatProperties::maxResourceSize (2GiB) 4447 results.check(properties.maxResourceSize >= (VkDeviceSize)MINIMUM_REQUIRED_IMAGE_RESOURCE_SIZE, in imageFormatProperties() 4448 "maxResourceSize smaller than minimum required size"); in imageFormatProperties() 4464 results.check(properties.maxResourceSize == 0, "maxResourceSize != 0"); in imageFormatProperties()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 2788 VkDeviceSize maxResourceSize; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 1734 VkDeviceSize maxResourceSize; member
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 1136 size += vn_sizeof_VkDeviceSize(&val->maxResourceSize); in vn_sizeof_VkImageFormatProperties() 1147 vn_decode_VkDeviceSize(dec, &val->maxResourceSize); in vn_decode_VkImageFormatProperties() 1158 /* skip val->maxResourceSize */ in vn_sizeof_VkImageFormatProperties_partial() 1169 /* skip val->maxResourceSize */ in vn_encode_VkImageFormatProperties_partial()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 2461 VkDeviceSize maxResourceSize; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 25066 , maxResourceSize( maxResourceSize_ ) in maxResourceSize() function 25115 VULKAN_HPP_NAMESPACE::DeviceSize maxResourceSize = {}; global() member [all...] |
H A D | vulkan_core.h | 2554 VkDeviceSize maxResourceSize; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 2818 VkDeviceSize maxResourceSize; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 2603 VkDeviceSize maxResourceSize; member
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 6593 print_VkDeviceSize(obj.maxResourceSize, "maxResourceSize", 0); in print_VkImageFormatProperties() 6619 print_VkDeviceSize(obj->maxResourceSize, "maxResourceSize", 0); in print_VkImageFormatProperties() [all...] |
H A D | vulkan_json_parser.hpp | 5315 parse_VkDeviceSize("maxResourceSize", obj["maxResourceSize"], (o.maxResourceSize)); in parse_VkImageFormatProperties()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 2968 VkDeviceSize maxResourceSize; member
|
H A D | vulkan_hash.hpp | 4866 VULKAN_HPP_HASH_COMBINE( seed, imageFormatProperties.maxResourceSize );
|