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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_formats.c283 * VkImageFormatProperties::maxResourceSize.
285 .maxResourceSize = UINT32_MAX,
294 .maxResourceSize = 0,
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_formats.c255 * VkImageFormatProperties::maxResourceSize.
257 .maxResourceSize = UINT32_MAX,
270 .maxResourceSize = 0,
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_formats.c914 uint64_t maxResourceSize = 0; local in function:anv_get_image_format_properties
916 maxResourceSize = (uint64_t) 1 << 31;
918 maxResourceSize = (uint64_t) 1 << 38;
920 maxResourceSize = (uint64_t) 1 << 44;
929 * VkImageFormatProperties::maxResourceSize.
931 .maxResourceSize = maxResourceSize,
947 .maxResourceSize = 0,
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_formats.c1212 uint64_t maxResourceSize = 0; local in function:anv_get_image_format_properties
1214 maxResourceSize = (uint64_t) 1 << 31;
1216 maxResourceSize = (uint64_t) 1 << 38;
1218 maxResourceSize = (uint64_t) 1 << 44;
1227 * VkImageFormatProperties::maxResourceSize.
1229 .maxResourceSize = maxResourceSize,
1245 .maxResourceSize = 0,
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_formats.c427 pImageFormatProperties->maxResourceSize = 0xffffffff; /* 32-bit allocation */
437 .maxResourceSize = 0,
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_formats.c461 * VkImageFormatProperties::maxResourceSize.
463 .maxResourceSize = UINT32_MAX,
476 .maxResourceSize = 0,
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_formats.c770 * VkImageFormatProperties::maxResourceSize.
772 .maxResourceSize = UINT32_MAX,
782 .maxResourceSize = 0,
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_formats.c1246 * VkImageFormatProperties::maxResourceSize.
1248 .maxResourceSize = UINT32_MAX,
1258 .maxResourceSize = 0,
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_formats.c1627 * VkImageFormatProperties::maxResourceSize.
1629 .maxResourceSize = UINT32_MAX,
1646 .maxResourceSize = 0,
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h1136 size += vn_sizeof_VkDeviceSize(&val->maxResourceSize);
1147 vn_decode_VkDeviceSize(dec, &val->maxResourceSize);
1158 /* skip val->maxResourceSize */
1169 /* skip val->maxResourceSize */
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h1926 VkDeviceSize maxResourceSize; member in struct:VkImageFormatProperties
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h2522 VkDeviceSize maxResourceSize; member in struct:VkImageFormatProperties

Completed in 168 milliseconds