Home
last modified time | relevance | path

Searched refs:maxResourceSize (Results 1 - 25 of 26) sorted by relevance

12

/third_party/mesa3d/src/intel/vulkan/
H A Danv_formats.c1263 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 Dpanvk_formats.c256 * 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 Dtu_formats.c499 * 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 Dv3dv_formats.c518 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 Dlvp_formats.c313 * 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 DvktApiPhysicalDeviceFormatPropertiesMaint5Tests.cpp131 && l.maxResourceSize == r.maxResourceSize; in operator ==()
H A DvktApiFeatureInfo.cpp82 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 Dloader_phys_dev_inst_ext_tests.cpp1013 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 Dradv_formats.c1653 * 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 DVkPhysicalDevice.cpp1722 pImageFormatProperties->maxResourceSize = 1u << 31; // Minimum value for maxResourceSize in getImageFormatProperties()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp1166 pImageFormatProperties->maxResourceSize = 64u * 1024u * 1024u; in getPhysicalDeviceImageFormatProperties()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c921 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 DvktApiFeatureInfo.cpp82 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 Dvulkan.h2788 VkDeviceSize maxResourceSize; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h1734 VkDeviceSize maxResourceSize; member
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h1136 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 Dvulkan_core.h2461 VkDeviceSize maxResourceSize; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp25066 , maxResourceSize( maxResourceSize_ ) in maxResourceSize() function
25115 VULKAN_HPP_NAMESPACE::DeviceSize maxResourceSize = {}; global() member
[all...]
H A Dvulkan_core.h2554 VkDeviceSize maxResourceSize; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h2818 VkDeviceSize maxResourceSize; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h2603 VkDeviceSize maxResourceSize; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp6593 print_VkDeviceSize(obj.maxResourceSize, "maxResourceSize", 0); in print_VkImageFormatProperties()
6619 print_VkDeviceSize(obj->maxResourceSize, "maxResourceSize", 0); in print_VkImageFormatProperties()
[all...]
H A Dvulkan_json_parser.hpp5315 parse_VkDeviceSize("maxResourceSize", obj["maxResourceSize"], (o.maxResourceSize)); in parse_VkImageFormatProperties()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h2968 VkDeviceSize maxResourceSize; member
H A Dvulkan_hash.hpp4866 VULKAN_HPP_HASH_COMBINE( seed, imageFormatProperties.maxResourceSize );

Completed in 488 milliseconds

12