Searched refs:pImageFormatInfo (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_formats.c304 const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo,
322 switch (pImageFormatInfo->type) {
334 handleType, pImageFormatInfo->type);
303 panvk_get_external_image_format_properties(const struct panvk_physical_device * physical_device,const VkPhysicalDeviceImageFormatInfo2 * pImageFormatInfo,VkExternalMemoryHandleTypeFlagBits handleType,VkExternalMemoryProperties * external_properties) argument
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_formats.c485 const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo,
504 switch (pImageFormatInfo->type) {
516 handleType, pImageFormatInfo->type);
483 tu_get_external_image_format_properties(const struct tu_physical_device * physical_device,const VkPhysicalDeviceImageFormatInfo2 * pImageFormatInfo,VkExternalMemoryHandleTypeFlagBits handleType,VkExternalImageFormatProperties * external_properties) argument
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_formats.c1654 const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo,
1663 if (pImageFormatInfo->flags & VK_IMAGE_CREATE_SPARSE_BINDING_BIT)
1668 if (pImageFormatInfo->tiling != VK_IMAGE_TILING_DRM_FORMAT_MODIFIER_EXT)
1671 switch (pImageFormatInfo->type) {
1683 switch (pImageFormatInfo->type) {
1687 if (pImageFormatInfo->tiling != VK_IMAGE_TILING_LINEAR)
1700 if (!radv_android_gralloc_supports_format(pImageFormatInfo->format, pImageFormatInfo->usage))
1703 if (pImageFormatInfo->type != VK_IMAGE_TYPE_2D)
1711 if (pImageFormatInfo
1653 get_external_image_format_properties(struct radv_physical_device * physical_device,const VkPhysicalDeviceImageFormatInfo2 * pImageFormatInfo,VkExternalMemoryHandleTypeFlagBits handleType,VkExternalMemoryProperties * external_properties,VkImageFormatProperties * format_properties) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_physical_device.c2158 const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo,
2169 vk_find_struct_const(pImageFormatInfo->pNext,
2182 pImageFormatInfo = vn_physical_device_fix_image_format_info(
2183 physical_dev, pImageFormatInfo, &local_info);
2184 if (!pImageFormatInfo) {
2194 physical_dev->instance, physicalDevice, pImageFormatInfo,
2206 pImageFormatInfo->usage, pImageFormatInfo->flags);
2156 vn_GetPhysicalDeviceImageFormatProperties2(VkPhysicalDevice physicalDevice,const VkPhysicalDeviceImageFormatInfo2 * pImageFormatInfo,VkImageFormatProperties2 * pImageFormatProperties) argument
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_formats.c817 const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo,
836 switch (pImageFormatInfo->type) {
848 handleType, pImageFormatInfo->type);
815 tu_get_external_image_format_properties(const struct tu_physical_device * physical_device,const VkPhysicalDeviceImageFormatInfo2 * pImageFormatInfo,VkExternalMemoryHandleTypeFlagBits handleType,VkExternalMemoryProperties * external_properties) argument
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_formats.c1290 get_external_image_format_properties(const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, argument
1300 switch (pImageFormatInfo->type) {
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h11885 static inline size_t vn_sizeof_vkGetPhysicalDeviceImageFormatProperties2(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties) argument
11892 cmd_size += vn_sizeof_simple_pointer(pImageFormatInfo);
11893 if (pImageFormatInfo)
11894 cmd_size += vn_sizeof_VkPhysicalDeviceImageFormatInfo2(pImageFormatInfo);
11902 static inline void vn_encode_vkGetPhysicalDeviceImageFormatProperties2(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties) argument
11910 if (vn_encode_simple_pointer(enc, pImageFormatInfo))
11911 vn_encode_VkPhysicalDeviceImageFormatInfo2(enc, pImageFormatInfo);
11916 static inline size_t vn_sizeof_vkGetPhysicalDeviceImageFormatProperties2_reply(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties) argument
11924 /* skip pImageFormatInfo */
11932 static inline VkResult vn_decode_vkGetPhysicalDeviceImageFormatProperties2_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties argument
12922 vn_submit_vkGetPhysicalDeviceImageFormatProperties2(struct vn_instance * vn_instance,VkCommandFlagsEXT cmd_flags,VkPhysicalDevice physicalDevice,const VkPhysicalDeviceImageFormatInfo2 * pImageFormatInfo,VkImageFormatProperties2 * pImageFormatProperties,struct vn_instance_submit_command * submit) argument
13473 vn_call_vkGetPhysicalDeviceImageFormatProperties2(struct vn_instance * vn_instance,VkPhysicalDevice physicalDevice,const VkPhysicalDeviceImageFormatInfo2 * pImageFormatInfo,VkImageFormatProperties2 * pImageFormatProperties) argument
13489 vn_async_vkGetPhysicalDeviceImageFormatProperties2(struct vn_instance * vn_instance,VkPhysicalDevice physicalDevice,const VkPhysicalDeviceImageFormatInfo2 * pImageFormatInfo,VkImageFormatProperties2 * pImageFormatProperties) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h4558 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceImageFormatProperties2)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties);
4644 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
5188 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceImageFormatProperties2KHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties);
5209 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h5118 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceImageFormatProperties2)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties);
5204 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
6492 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceImageFormatProperties2KHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties);
6513 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,

Completed in 96 milliseconds