/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 1387 …sicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageForma… in getPhysicalDeviceImageFormatProperties2KHR() argument 1390 …st externalInfo = findStructure<VkPhysicalDeviceExternalImageFormatInfo>(pImageFormatInfo->pNext); in getPhysicalDeviceImageFormatProperties2KHR() 1394 …s(physicalDevice, pImageFormatInfo->format, pImageFormatInfo->type, pImageFormatInfo->tiling, pIma… in getPhysicalDeviceImageFormatProperties2KHR() 1403 if (!(pImageFormatInfo->format == VK_FORMAT_R8G8B8A8_UNORM in getPhysicalDeviceImageFormatProperties2KHR() 1404 || pImageFormatInfo->format == VK_FORMAT_R8G8B8_UNORM in getPhysicalDeviceImageFormatProperties2KHR() 1405 || pImageFormatInfo->format == VK_FORMAT_R5G6B5_UNORM_PACK16 in getPhysicalDeviceImageFormatProperties2KHR() 1406 || pImageFormatInfo->format == VK_FORMAT_R16G16B16A16_SFLOAT in getPhysicalDeviceImageFormatProperties2KHR() 1407 || pImageFormatInfo->format == VK_FORMAT_A2R10G10B10_UNORM_PACK32)) in getPhysicalDeviceImageFormatProperties2KHR() 1412 if (pImageFormatInfo->type != VK_IMAGE_TYPE_2D) in getPhysicalDeviceImageFormatProperties2KHR() 1415 if ((pImageFormatInfo->usage & ~(VK_IMAGE_USAGE_TRANSFER_SRC_BIT in getPhysicalDeviceImageFormatProperties2KHR() [all …]
|
/third_party/vulkan-loader/loader/ |
D | terminator.c | 283 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2KHR *pImageFormatInfo, in terminator_GetPhysicalDeviceImageFormatProperties2() argument 302 …return fpGetPhysicalDeviceImageFormatProperties2(phys_dev_term->phys_dev, pImageFormatInfo, pImage… in terminator_GetPhysicalDeviceImageFormatProperties2() 311 if (pImageFormatInfo->pNext != NULL || pImageFormatProperties->pNext != NULL) { in terminator_GetPhysicalDeviceImageFormatProperties2() 317 …phys_dev_term->phys_dev, pImageFormatInfo->format, pImageFormatInfo->type, pImageFormatInfo->tilin… in terminator_GetPhysicalDeviceImageFormatProperties2() 318 … pImageFormatInfo->usage, pImageFormatInfo->flags, &pImageFormatProperties->imageFormatProperties); in terminator_GetPhysicalDeviceImageFormatProperties2()
|
D | trampoline.c | 2549 …perties2(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, in vkGetPhysicalDeviceImageFormatProperties2() argument 2562 …isp->GetPhysicalDeviceImageFormatProperties2KHR(unwrapped_phys_dev, pImageFormatInfo, pImageFormat… in vkGetPhysicalDeviceImageFormatProperties2() 2564 …return disp->GetPhysicalDeviceImageFormatProperties2(unwrapped_phys_dev, pImageFormatInfo, pImageF… in vkGetPhysicalDeviceImageFormatProperties2()
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_formats.c | 168 const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, in pvr_GetPhysicalDeviceImageFormatProperties2() argument 178 pImageFormatInfo, in pvr_GetPhysicalDeviceImageFormatProperties2() 184 vk_foreach_struct_const (ext, pImageFormatInfo->pNext) { in pvr_GetPhysicalDeviceImageFormatProperties2()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_formats.c | 305 const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, in panvk_get_external_image_format_properties() argument 323 switch (pImageFormatInfo->type) { in panvk_get_external_image_format_properties() 335 handleType, pImageFormatInfo->type); in panvk_get_external_image_format_properties()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_formats.c | 1680 const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, in get_external_image_format_properties() argument 1688 const struct util_format_description *desc = vk_format_description(pImageFormatInfo->format); in get_external_image_format_properties() 1693 if (pImageFormatInfo->flags & VK_IMAGE_CREATE_SPARSE_BINDING_BIT) in get_external_image_format_properties() 1698 if (pImageFormatInfo->tiling != VK_IMAGE_TILING_DRM_FORMAT_MODIFIER_EXT) in get_external_image_format_properties() 1701 switch (pImageFormatInfo->type) { in get_external_image_format_properties() 1713 switch (pImageFormatInfo->type) { in get_external_image_format_properties() 1717 if (pImageFormatInfo->tiling != VK_IMAGE_TILING_LINEAR) in get_external_image_format_properties() 1730 if (!radv_android_gralloc_supports_format(pImageFormatInfo->format, pImageFormatInfo->usage)) in get_external_image_format_properties() 1733 if (pImageFormatInfo->type != VK_IMAGE_TYPE_2D) in get_external_image_format_properties() 1741 if (pImageFormatInfo->tiling != VK_IMAGE_TILING_LINEAR) in get_external_image_format_properties()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_formats.c | 523 const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, in tu_get_external_image_format_properties() argument 542 switch (pImageFormatInfo->type) { in tu_get_external_image_format_properties() 554 handleType, pImageFormatInfo->type); in tu_get_external_image_format_properties()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkPromotedExtensions.cpp | 149 …sicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, VkImageForma… in vkGetPhysicalDeviceImageFormatProperties2KHR() argument 151 …return vkGetPhysicalDeviceImageFormatProperties2(physicalDevice, pImageFormatInfo, pImageFormatPro… in vkGetPhysicalDeviceImageFormatProperties2KHR()
|
D | VkPhysicalDevice.cpp | 798 void PhysicalDevice::getProperties(const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, VkAndr… in getProperties() argument 804 ASSERT((pImageFormatInfo->flags & VK_IMAGE_CREATE_PROTECTED_BIT) == 0); in getProperties() 816 …if((pImageFormatInfo->usage & VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT) || (pImageFormatInfo->usage & V… in getProperties() 821 if(pImageFormatInfo->flags & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT) in getProperties() 826 if(pImageFormatInfo->flags & VK_IMAGE_CREATE_PROTECTED_BIT) in getProperties()
|
D | VkPhysicalDevice.hpp | 60 …void getProperties(const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, VkAndroidHardwareBuff…
|
D | libVulkan.cpp | 3398 …sicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, VkImageForma… in vkGetPhysicalDeviceImageFormatProperties2() argument 3401 physicalDevice, pImageFormatInfo, pImageFormatProperties); in vkGetPhysicalDeviceImageFormatProperties2() 3407 …ucture *extensionFormatInfo = reinterpret_cast<const VkBaseInStructure *>(pImageFormatInfo->pNext); in vkGetPhysicalDeviceImageFormatProperties2() 3485 vk::Cast(physicalDevice)->getProperties(pImageFormatInfo, properties); in vkGetPhysicalDeviceImageFormatProperties2() 3498 VkFormat format = pImageFormatInfo->format; in vkGetPhysicalDeviceImageFormatProperties2() 3499 VkImageType type = pImageFormatInfo->type; in vkGetPhysicalDeviceImageFormatProperties2() 3500 VkImageTiling tiling = pImageFormatInfo->tiling; in vkGetPhysicalDeviceImageFormatProperties2() 3501 VkImageUsageFlags usage = pImageFormatInfo->usage; in vkGetPhysicalDeviceImageFormatProperties2() 3502 VkImageCreateFlags flags = pImageFormatInfo->flags; in vkGetPhysicalDeviceImageFormatProperties2()
|
/third_party/vulkan-loader/tests/framework/icd/ |
D | test_icd.cpp | 913 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, in test_vkGetPhysicalDeviceImageFormatProperties2() argument 915 if (nullptr != pImageFormatInfo) { in test_vkGetPhysicalDeviceImageFormatProperties2() 920 …GetPhysicalDeviceImageFormatProperties(physicalDevice, pImageFormatInfo->format, pImageFormatInfo-… in test_vkGetPhysicalDeviceImageFormatProperties2() 921 … pImageFormatInfo->tiling, pImageFormatInfo->usage, pImageFormatInfo->flags, in test_vkGetPhysicalDeviceImageFormatProperties2()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_physical_device.c | 2337 const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, in vn_GetPhysicalDeviceImageFormatProperties2() argument 2348 vk_find_struct_const(pImageFormatInfo->pNext, in vn_GetPhysicalDeviceImageFormatProperties2() 2361 pImageFormatInfo = vn_physical_device_fix_image_format_info( in vn_GetPhysicalDeviceImageFormatProperties2() 2362 physical_dev, pImageFormatInfo, &local_info); in vn_GetPhysicalDeviceImageFormatProperties2() 2363 if (!pImageFormatInfo) { in vn_GetPhysicalDeviceImageFormatProperties2() 2373 physical_dev->instance, physicalDevice, pImageFormatInfo, in vn_GetPhysicalDeviceImageFormatProperties2() 2385 pImageFormatInfo->usage, pImageFormatInfo->flags); in vn_GetPhysicalDeviceImageFormatProperties2()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkInstanceDriverImpl.inl | 252 …sicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageForma… argument 257 …return m_vk.getPhysicalDeviceImageFormatProperties2(physicalDevice, pImageFormatInfo, pImageFormat… 259 …return m_vk.getPhysicalDeviceImageFormatProperties2KHR(physicalDevice, pImageFormatInfo, pImageFor…
|
D | vkConcreteInstanceInterface.inl | 52 …sicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageForma…
|
D | vkVirtualInstanceInterface.inl | 52 …sicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageForma…
|
D | vkFunctionPointerTypes.inl | 210 …sicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageForma… 211 …sicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageForma…
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_loader_extensions.h | 177 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_EXT_image_compression_control.adoc | 229 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_device.h | 19808 …sicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageForma… in vn_sizeof_vkGetPhysicalDeviceImageFormatProperties2() argument 19815 cmd_size += vn_sizeof_simple_pointer(pImageFormatInfo); in vn_sizeof_vkGetPhysicalDeviceImageFormatProperties2() 19816 if (pImageFormatInfo) in vn_sizeof_vkGetPhysicalDeviceImageFormatProperties2() 19817 cmd_size += vn_sizeof_VkPhysicalDeviceImageFormatInfo2(pImageFormatInfo); in vn_sizeof_vkGetPhysicalDeviceImageFormatProperties2() 19825 …sicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageForma… in vn_encode_vkGetPhysicalDeviceImageFormatProperties2() argument 19833 if (vn_encode_simple_pointer(enc, pImageFormatInfo)) in vn_encode_vkGetPhysicalDeviceImageFormatProperties2() 19834 vn_encode_VkPhysicalDeviceImageFormatInfo2(enc, pImageFormatInfo); in vn_encode_vkGetPhysicalDeviceImageFormatProperties2() 19839 …sicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageForma… in vn_sizeof_vkGetPhysicalDeviceImageFormatProperties2_reply() argument 19855 …sicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageForma… in vn_decode_vkGetPhysicalDeviceImageFormatProperties2_reply() argument 21098 …sicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageForma… in vn_submit_vkGetPhysicalDeviceImageFormatProperties2() argument [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | capabilities.adoc | 203 * pname:pImageFormatInfo is a pointer to a 215 If the pname:pNext chain of pname:pImageFormatInfo includes a 235 chain of pname:pImageFormatInfo must: include a
|
D | capabilities.txt | 203 * pname:pImageFormatInfo is a pointer to a 220 chain of pname:pImageFormatInfo must: include a
|
/third_party/flutter/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 4384 …sicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageForma… 4470 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, 5025 …sicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageForma… 5046 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
|
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 4588 …sicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageForma… 4674 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, 5219 …sicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageForma… 5240 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 5056 …sicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageForma… 5142 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, 6425 …sicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageForma… 6446 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
|