| /third_party/mesa3d/src/imagination/vulkan/ |
| H A D | pvr_image.c | 126 pvr_CreateImage(VkDevice _device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage) pvr_CreateImage() argument
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| H A D | panvk_image.c | 64 panvk_image_create(VkDevice _device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *alloc, VkImage *pImage, uint64_t modifier, const VkSubresourceLayout *plane_layouts) panvk_image_create() argument 192 panvk_CreateImage(VkDevice device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage) panvk_CreateImage() argument
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| H A D | lvp_image.c | 30 lvp_image_create(VkDevice _device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks* alloc, VkImage *pImage) lvp_image_create() argument 119 lvp_image_from_swapchain(VkDevice device, const VkImageCreateInfo *pCreateInfo, const VkImageSwapchainCreateInfoKHR *swapchain_info, const VkAllocationCallbacks *pAllocator, VkImage *pImage) lvp_image_from_swapchain() argument 144 lvp_CreateImage(VkDevice device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage) lvp_CreateImage() argument
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_image.c | 246 create_image(struct v3dv_device *device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage) create_image() argument 365 create_image_from_swapchain(struct v3dv_device *device, const VkImageCreateInfo *pCreateInfo, const VkImageSwapchainCreateInfoKHR *swapchain_info, const VkAllocationCallbacks *pAllocator, VkImage *pImage) create_image_from_swapchain() argument 412 v3dv_CreateImage(VkDevice _device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage) v3dv_CreateImage() argument
|
| /third_party/mesa3d/src/virtio/vulkan/ |
| H A D | vn_image.c | 286 vn_CreateImage(VkDevice device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage) vn_CreateImage() argument
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_image.c | 587 tu_CreateImage(VkDevice _device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *alloc, VkImage *pImage) tu_CreateImage() argument
|
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_image.c | 641 dzn_CreateImage(VkDevice device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage) dzn_CreateImage() argument
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_image.c | 1817 radv_image_create(VkDevice _device, const struct radv_image_create_info *create_info, const VkAllocationCallbacks *alloc, VkImage *pImage) radv_image_create() argument 2360 radv_CreateImage(VkDevice device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage) radv_CreateImage() argument
|
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_image.c | 1590 anv_CreateImage( VkDevice _device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage) anv_CreateImage() argument
|
| /third_party/mesa3d/src/virtio/venus-protocol/ |
| H A D | vn_protocol_driver_image.h | 1382 static inline size_t vn_sizeof_vkCreateImage(VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage) in vn_sizeof_vkCreateImage() argument 1402 static inline void vn_encode_vkCreateImage(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage) in vn_encode_vkCreateImage() argument 1418 static inline size_t vn_sizeof_vkCreateImage_reply(VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage) in vn_sizeof_vkCreateImage_reply() argument 1435 vn_decode_vkCreateImage_reply(struct vn_cs_decoder *dec, VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage) vn_decode_vkCreateImage_reply() argument 2060 vn_submit_vkCreateImage(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage, struct vn_instance_submit_command *submit) vn_submit_vkCreateImage() argument 2309 vn_call_vkCreateImage(struct vn_instance *vn_instance, VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage) vn_call_vkCreateImage() argument 2325 vn_async_vkCreateImage(struct vn_instance *vn_instance, VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage) vn_async_vkCreateImage() argument [all...] |
| /third_party/mesa3d/src/vulkan/wsi/ |
| H A D | wsi_common.c | 1219 wsi_common_create_swapchain_image(const struct wsi_device *wsi, const VkImageCreateInfo *pCreateInfo, VkSwapchainKHR _swapchain, VkImage *pImage) wsi_common_create_swapchain_image() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | libVulkan.cpp | 1734 VKAPI_ATTR VkResult VKAPI_CALL vkCreateImage(VkDevice device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage) in vkCreateImage() argument
|
| /third_party/vulkan-loader/loader/ |
| H A D | trampoline.c | 1545 vkCreateImage(VkDevice device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage) vkCreateImage() argument
|
| /third_party/backends/backend/ |
| H A D | hp3900_rts8822.c | 7435 SANE_Byte *pImage = NULL; /* fa30 */ in Read_NonColor_Block() local 7604 SANE_Byte *pImage = NULL; Read_Block() local [all...] |
| /third_party/astc-encoder/Source/ |
| H A D | tinyexr.h | 4502 void *tdefl_write_image_to_png_file_in_memory_ex(const void *pImage, int w, in tdefl_write_image_to_png_file_in_memory_ex() argument 4609 void *tdefl_write_image_to_png_file_in_memory(const void *pImage, int w, int h, in tdefl_write_image_to_png_file_in_memory() argument
|