Home
last modified time | relevance | path

Searched defs:pImage (Results 1 - 15 of 15) sorted by relevance

/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_image.c126 pvr_CreateImage(VkDevice _device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage) pvr_CreateImage() argument
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_image.c64 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 Dlvp_image.c30 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 Dv3dv_image.c246 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 Dvn_image.c286 vn_CreateImage(VkDevice device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage) vn_CreateImage() argument
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_image.c587 tu_CreateImage(VkDevice _device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *alloc, VkImage *pImage) tu_CreateImage() argument
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_image.c641 dzn_CreateImage(VkDevice device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage) dzn_CreateImage() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_image.c1817 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 Danv_image.c1590 anv_CreateImage( VkDevice _device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage) anv_CreateImage() argument
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_image.h1382 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 Dwsi_common.c1219 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 DlibVulkan.cpp1734 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 Dtrampoline.c1545 vkCreateImage(VkDevice device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage) vkCreateImage() argument
/third_party/backends/backend/
H A Dhp3900_rts8822.c7435 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 Dtinyexr.h4502 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

Completed in 64 milliseconds