Home
last modified time | relevance | path

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

12

/third_party/vulkan-loader/loader/
H A Dterminator.c287 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, in terminator_GetPhysicalDeviceImageFormatProperties2()
306 return fpGetPhysicalDeviceImageFormatProperties2(phys_dev_term->phys_dev, pImageFormatInfo, pImageFormatProperties); in terminator_GetPhysicalDeviceImageFormatProperties2()
315 if (pImageFormatInfo->pNext != NULL || pImageFormatProperties->pNext != NULL) { in terminator_GetPhysicalDeviceImageFormatProperties2()
321 phys_dev_term->phys_dev, pImageFormatInfo->format, pImageFormatInfo->type, pImageFormatInfo->tiling, in terminator_GetPhysicalDeviceImageFormatProperties2()
322 pImageFormatInfo->usage, pImageFormatInfo->flags, &pImageFormatProperties->imageFormatProperties); in terminator_GetPhysicalDeviceImageFormatProperties2()
286 terminator_GetPhysicalDeviceImageFormatProperties2( VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, VkImageFormatProperties2 *pImageFormatProperties) terminator_GetPhysicalDeviceImageFormatProperties2() argument
H A Dtrampoline.c2698 vkGetPhysicalDeviceImageFormatProperties2(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, in vkGetPhysicalDeviceImageFormatProperties2() argument
2711 return disp->GetPhysicalDeviceImageFormatProperties2KHR(unwrapped_phys_dev, pImageFormatInfo, pImageFormatProperties); in vkGetPhysicalDeviceImageFormatProperties2()
2713 return disp->GetPhysicalDeviceImageFormatProperties2(unwrapped_phys_dev, pImageFormatInfo, pImageFormatProperties); in vkGetPhysicalDeviceImageFormatProperties2()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp1426 VKAPI_ATTR VkResult VKAPI_CALL getPhysicalDeviceImageFormatProperties2KHR (VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties) in getPhysicalDeviceImageFormatProperties2KHR() argument
1429 const VkPhysicalDeviceExternalImageFormatInfo* const externalInfo = findStructure<VkPhysicalDeviceExternalImageFormatInfo>(pImageFormatInfo->pNext); in getPhysicalDeviceImageFormatProperties2KHR()
1433 result = getPhysicalDeviceImageFormatProperties(physicalDevice, pImageFormatInfo->format, pImageFormatInfo->type, pImageFormatInfo->tiling, pImageFormatInfo->usage, pImageFormatInfo->flags, &pImageFormatProperties->imageFormatProperties); in getPhysicalDeviceImageFormatProperties2KHR()
1442 if (!(pImageFormatInfo->format == VK_FORMAT_R8G8B8A8_UNORM in getPhysicalDeviceImageFormatProperties2KHR()
1443 || pImageFormatInfo->format == VK_FORMAT_R8G8B8_UNORM in getPhysicalDeviceImageFormatProperties2KHR()
1444 || pImageFormatInfo in getPhysicalDeviceImageFormatProperties2KHR()
[all...]
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_formats.c168 const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, in pvr_GetPhysicalDeviceImageFormatProperties2()
178 pImageFormatInfo, in pvr_GetPhysicalDeviceImageFormatProperties2()
184 vk_foreach_struct_const (ext, pImageFormatInfo->pNext) { in pvr_GetPhysicalDeviceImageFormatProperties2()
166 pvr_GetPhysicalDeviceImageFormatProperties2( VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, VkImageFormatProperties2 *pImageFormatProperties) pvr_GetPhysicalDeviceImageFormatProperties2() argument
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_formats.c305 const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, in panvk_get_external_image_format_properties()
323 switch (pImageFormatInfo->type) { in panvk_get_external_image_format_properties()
335 handleType, pImageFormatInfo->type); in panvk_get_external_image_format_properties()
304 panvk_get_external_image_format_properties(const struct panvk_physical_device *physical_device, const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, VkExternalMemoryHandleTypeFlagBits handleType, VkExternalMemoryProperties *external_properties) panvk_get_external_image_format_properties() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_formats.c1680 const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, in get_external_image_format_properties()
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 in get_external_image_format_properties()
1679 get_external_image_format_properties(struct radv_physical_device *physical_device, const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, VkExternalMemoryHandleTypeFlagBits handleType, VkExternalMemoryProperties *external_properties, VkImageFormatProperties *format_properties) get_external_image_format_properties() argument
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_formats.c523 const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, in tu_get_external_image_format_properties()
542 switch (pImageFormatInfo->type) { in tu_get_external_image_format_properties()
554 handleType, pImageFormatInfo->type); in tu_get_external_image_format_properties()
521 tu_get_external_image_format_properties( const struct tu_physical_device *physical_device, const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, VkExternalMemoryHandleTypeFlagBits handleType, VkExternalImageFormatProperties *external_properties) tu_get_external_image_format_properties() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPromotedExtensions.cpp149 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceImageFormatProperties2KHR(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, VkImageFormatProperties2 *pImageFormatProperties) in vkGetPhysicalDeviceImageFormatProperties2KHR() argument
151 return vkGetPhysicalDeviceImageFormatProperties2(physicalDevice, pImageFormatInfo, pImageFormatProperties); in vkGetPhysicalDeviceImageFormatProperties2KHR()
H A DVkPhysicalDevice.cpp798 void PhysicalDevice::getProperties(const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, VkAndroidHardwareBufferUsageANDROID *ahbProperties) const 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 & VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT)) 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()
H A DVkPhysicalDevice.hpp60 void getProperties(const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, VkAndroidHardwareBufferUsageANDROID *properties) const;
H A DlibVulkan.cpp3398 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceImageFormatProperties2(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, VkImageFormatProperties2 *pImageFormatProperties) in vkGetPhysicalDeviceImageFormatProperties2() argument
3400 TRACE("(VkPhysicalDevice physicalDevice = %p, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo = %p, VkImageFormatProperties2* pImageFormatProperties = %p)", in vkGetPhysicalDeviceImageFormatProperties2()
3401 physicalDevice, pImageFormatInfo, pImageFormatProperties); in vkGetPhysicalDeviceImageFormatProperties2()
3407 const VkBaseInStructure *extensionFormatInfo = reinterpret_cast<const VkBaseInStructure *>(pImageFormatInfo->pNext); in vkGetPhysicalDeviceImageFormatProperties2()
3446 UNSUPPORTED("pImageFormatInfo->pNext sType = %s", vk::Stringify(extensionFormatInfo->sType).c_str()); 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 in vkGetPhysicalDeviceImageFormatProperties2()
[all...]
/third_party/vulkan-loader/tests/framework/icd/
H A Dtest_icd.cpp1042 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
1044 if (nullptr != pImageFormatInfo) {
1049 test_vkGetPhysicalDeviceImageFormatProperties(physicalDevice, pImageFormatInfo->format, pImageFormatInfo->type,
1050 pImageFormatInfo->tiling, pImageFormatInfo->usage, pImageFormatInfo->flags,
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_physical_device.c2337 const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, in vn_GetPhysicalDeviceImageFormatProperties2()
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()
2335 vn_GetPhysicalDeviceImageFormatProperties2( VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, VkImageFormatProperties2 *pImageFormatProperties) vn_GetPhysicalDeviceImageFormatProperties2() argument
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.h179 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h19808 static inline size_t vn_sizeof_vkGetPhysicalDeviceImageFormatProperties2(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties) 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 static inline void vn_encode_vkGetPhysicalDeviceImageFormatProperties2(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties) 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 static inline size_t vn_sizeof_vkGetPhysicalDeviceImageFormatProperties2_reply(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties) in vn_sizeof_vkGetPhysicalDeviceImageFormatProperties2_reply() argument
19847 /* skip pImageFormatInfo */ in vn_sizeof_vkGetPhysicalDeviceImageFormatProperties2_reply()
19855 static inline VkResult vn_decode_vkGetPhysicalDeviceImageFormatProperties2_reply(struct vn_cs_decoder *dec, VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties argument
21098 vn_submit_vkGetPhysicalDeviceImageFormatProperties2(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties, struct vn_instance_submit_command *submit) vn_submit_vkGetPhysicalDeviceImageFormatProperties2() argument
21712 vn_call_vkGetPhysicalDeviceImageFormatProperties2(struct vn_instance *vn_instance, VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties) vn_call_vkGetPhysicalDeviceImageFormatProperties2() argument
21728 vn_async_vkGetPhysicalDeviceImageFormatProperties2(struct vn_instance *vn_instance, VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties) vn_async_vkGetPhysicalDeviceImageFormatProperties2() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp2611 const VkPhysicalDeviceImageFormatInfo2 * pImageFormatInfo,
2615 return ::vkGetPhysicalDeviceImageFormatProperties2( physicalDevice, pImageFormatInfo, pImageFormatProperties );
3478 const VkPhysicalDeviceImageFormatInfo2 * pImageFormatInfo,
3482 return ::vkGetPhysicalDeviceImageFormatProperties2KHR( physicalDevice, pImageFormatInfo, pImageFormatProperties );
H A Dvulkan_core.h5150 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceImageFormatProperties2)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties);
5236 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
6524 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceImageFormatProperties2KHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties);
6545 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
H A Dvulkan_handles.hpp12397 const VULKAN_HPP_NAMESPACE::PhysicalDeviceImageFormatInfo2 * pImageFormatInfo,
12923 const VULKAN_HPP_NAMESPACE::PhysicalDeviceImageFormatInfo2 * pImageFormatInfo,
H A Dvulkan_funcs.hpp5921 const VULKAN_HPP_NAMESPACE::PhysicalDeviceImageFormatInfo2 * pImageFormatInfo,
5928 reinterpret_cast<const VkPhysicalDeviceImageFormatInfo2 *>( pImageFormatInfo ),
10368 const VULKAN_HPP_NAMESPACE::PhysicalDeviceImageFormatInfo2 * pImageFormatInfo,
10375 reinterpret_cast<const VkPhysicalDeviceImageFormatInfo2 *>( pImageFormatInfo ),
[all...]
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h5056 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceImageFormatProperties2)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties);
5142 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
6425 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceImageFormatProperties2KHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties);
6446 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h5414 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceImageFormatProperties2)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties);
5500 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
7890 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceImageFormatProperties2KHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties);
7911 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h5199 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceImageFormatProperties2)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties);
5285 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
6684 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceImageFormatProperties2KHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties);
6705 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp2046 const VkPhysicalDeviceImageFormatInfo2 * pImageFormatInfo,
2049 return ::vkGetPhysicalDeviceImageFormatProperties2( physicalDevice, pImageFormatInfo, pImageFormatProperties );
3065 const VkPhysicalDeviceImageFormatInfo2 * pImageFormatInfo,
3068 return ::vkGetPhysicalDeviceImageFormatProperties2KHR( physicalDevice, pImageFormatInfo, pImageFormatProperties );
H A Dvulkan_core.h5567 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceImageFormatProperties2)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties);
5653 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
8883 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceImageFormatProperties2KHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties);
8904 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h4068 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceImageFormatProperties2)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFormatProperties);
4143 const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo,

Completed in 462 milliseconds

12