Searched refs:maxResourceSize (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_formats.c | 283 * VkImageFormatProperties::maxResourceSize. 285 .maxResourceSize = UINT32_MAX, 294 .maxResourceSize = 0,
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_formats.c | 255 * VkImageFormatProperties::maxResourceSize. 257 .maxResourceSize = UINT32_MAX, 270 .maxResourceSize = 0,
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_formats.c | 914 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 D | anv_formats.c | 1212 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 D | v3dv_formats.c | 427 pImageFormatProperties->maxResourceSize = 0xffffffff; /* 32-bit allocation */ 437 .maxResourceSize = 0,
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_formats.c | 461 * VkImageFormatProperties::maxResourceSize. 463 .maxResourceSize = UINT32_MAX, 476 .maxResourceSize = 0,
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_formats.c | 770 * VkImageFormatProperties::maxResourceSize. 772 .maxResourceSize = UINT32_MAX, 782 .maxResourceSize = 0,
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_formats.c | 1246 * VkImageFormatProperties::maxResourceSize. 1248 .maxResourceSize = UINT32_MAX, 1258 .maxResourceSize = 0,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_formats.c | 1627 * VkImageFormatProperties::maxResourceSize. 1629 .maxResourceSize = UINT32_MAX, 1646 .maxResourceSize = 0,
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/ |
| H A D | vn_protocol_driver_device.h | 1136 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 D | vulkan_core.h | 1926 VkDeviceSize maxResourceSize; member in struct:VkImageFormatProperties
|
| /xsrc/external/mit/MesaLib/dist/include/vulkan/ |
| H A D | vulkan_core.h | 2522 VkDeviceSize maxResourceSize; member in struct:VkImageFormatProperties
|
Completed in 168 milliseconds