Home
last modified time | relevance | path

Searched refs:pImage (Results 1 - 25 of 35) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_image.c33 VkImage *pImage) in lvp_image_create()
105 *pImage = lvp_image_to_handle(image); in lvp_image_create()
123 VkImage *pImage) in lvp_image_from_swapchain()
140 pImage); in lvp_image_from_swapchain()
147 VkImage *pImage) in lvp_CreateImage()
153 pAllocator, pImage); in lvp_CreateImage()
155 pImage); in lvp_CreateImage()
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 Dv3dv_image.c249 VkImage *pImage) in create_image()
359 *pImage = v3dv_image_to_handle(image); in create_image()
369 VkImage *pImage) in create_image_from_swapchain()
408 return create_image(device, &local_create_info, pAllocator, pImage); in create_image_from_swapchain()
415 VkImage *pImage) in v3dv_CreateImage()
423 pAllocator, pImage); in v3dv_CreateImage()
425 return create_image(device, pCreateInfo, pAllocator, pImage); in v3dv_CreateImage()
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/panfrost/vulkan/
H A Dpanvk_image.c67 VkImage *pImage, in panvk_image_create()
93 *pImage = panvk_image_to_handle(image); in panvk_image_create()
195 VkImage *pImage) in panvk_CreateImage()
200 return panvk_image_create(device, pCreateInfo, pAllocator, pImage, modifier, plane_layouts); in panvk_CreateImage()
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/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
1395 cmd_size += vn_sizeof_simple_pointer(pImage); in vn_sizeof_vkCreateImage()
1396 if (pImage) in vn_sizeof_vkCreateImage()
1397 cmd_size += vn_sizeof_VkImage(pImage); in vn_sizeof_vkCreateImage()
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
1414 if (vn_encode_simple_pointer(enc, pImage)) in vn_encode_vkCreateImage()
1415 vn_encode_VkImage(enc, pImage); in vn_encode_vkCreateImage()
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
1428 cmd_size += vn_sizeof_simple_pointer(pImage); in vn_sizeof_vkCreateImage_reply()
1429 if (pImage) in vn_sizeof_vkCreateImage_reply()
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/backends/backend/
H A Dplustek-pp_image.c518 static void imageP98DoCopyBuffer( pScanData ps, pUChar pImage ) in imageP98DoCopyBuffer()
520 memcpy( ps->pFilterBuf, pImage, ps->DataInf.dwAsicBytesPerPlane ); in imageP98DoCopyBuffer()
529 static Bool imageP98CopyToFilterBuffer( pScanData ps, pUChar pImage ) in imageP98CopyToFilterBuffer()
535 imageP98DoCopyBuffer( ps, pImage ); in imageP98CopyToFilterBuffer()
536 imageP98DoCopyBuffer( ps, pImage ); in imageP98CopyToFilterBuffer()
541 imageP98DoCopyBuffer( ps, pImage ); in imageP98CopyToFilterBuffer()
543 imageP98DoCopyBuffer( ps, pImage); in imageP98CopyToFilterBuffer()
H A Dhp3900_rts8822.c7435 SANE_Byte *pImage = NULL; /* fa30 */ in Read_NonColor_Block() local
7457 pImage = mybuffer; in Read_NonColor_Block()
7461 Split_into_12bit_channels (mybuffer, pImage, in Read_NonColor_Block()
7463 pImage += (bytesperline * 3) / 4; in Read_NonColor_Block()
7484 pImage = mybuffer; in Read_NonColor_Block()
7495 data_lsb_get (pImage + puntero, in Read_NonColor_Block()
7509 pImage += bytesperline; in Read_NonColor_Block()
7527 pImage = mybuffer; in Read_NonColor_Block()
7542 if (*(pImage + desp) >= binarythresholdh) /* binarythresholdh = 0x0c */ in Read_NonColor_Block()
7559 pImage in Read_NonColor_Block()
7604 SANE_Byte *pImage = NULL; Read_Block() local
[all...]
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common.h295 VkImage *pImage);
H A Dwsi_common.c1222 VkImage *pImage) in wsi_common_create_swapchain_image()
1271 &chain->alloc, pImage); in wsi_common_create_swapchain_image()
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/mesa3d/src/imagination/vulkan/
H A Dpvr_image.c129 VkImage *pImage) in pvr_CreateImage()
151 *pImage = pvr_image_to_handle(image); in pvr_CreateImage()
126 pvr_CreateImage(VkDevice _device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage) pvr_CreateImage() argument
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_image.c590 VkImage *pImage) in tu_CreateImage()
649 *pImage = tu_image_to_handle(image); in tu_CreateImage()
654 *pImage); in tu_CreateImage()
587 tu_CreateImage(VkDevice _device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *alloc, VkImage *pImage) tu_CreateImage() argument
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_image.c289 VkImage *pImage) in vn_CreateImage()
337 *pImage = vn_image_to_handle(img); in vn_CreateImage()
286 vn_CreateImage(VkDevice device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage) vn_CreateImage() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_image.c1818 const VkAllocationCallbacks *alloc, VkImage *pImage) in radv_image_create()
1898 *pImage = radv_image_to_handle(image); in radv_image_create()
1928 *pImage = radv_image_to_handle(image); in radv_image_create()
2361 const VkAllocationCallbacks *pAllocator, VkImage *pImage) in radv_CreateImage()
2368 return radv_image_from_gralloc(device, pCreateInfo, gralloc_info, pAllocator, pImage); in radv_CreateImage()
2382 pAllocator, pImage); in radv_CreateImage()
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
H A Dradv_private.h2711 const VkAllocationCallbacks *alloc, VkImage *pImage);
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_image.c91 pAllocator, pImage); in dzn_image_create()
99 pAllocator, pImage); in dzn_image_create()
644 VkImage *pImage) in dzn_CreateImage()
647 pCreateInfo, pAllocator, pImage); in dzn_CreateImage()
641 dzn_CreateImage(VkDevice device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage) dzn_CreateImage() argument
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h3853 VkImage VMA_NULLABLE_NON_DISPATCHABLE * VMA_NOT_NULL pImage,
3876 VkImage VMA_NULLABLE_NON_DISPATCHABLE * VMA_NOT_NULL pImage);
19359 VkImage* pImage,
19363 VMA_ASSERT(allocator && pImageCreateInfo && pAllocationCreateInfo && pImage && pAllocation);
19378 *pImage = VK_NULL_HANDLE;
19386 pImage);
19397 allocator->GetImageMemoryRequirements(*pImage, vkMemReq,
19406 *pImage, // dedicatedImage
19428 res = allocator->BindImageMemory(*pAllocation, 0, *pImage, VMA_NULL);
19447 (*allocator->GetVulkanFunctions().vkDestroyImage)(allocator->m_hDevice, *pImage, allocato
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_image.c1594 VkImage* pImage) in anv_CreateImage()
1609 pImage); in anv_CreateImage()
1626 *pImage = anv_image_to_handle(image); in anv_CreateImage()
1590 anv_CreateImage( VkDevice _device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage) anv_CreateImage() 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
1736 TRACE("(VkDevice device = %p, const VkImageCreateInfo* pCreateInfo = %p, const VkAllocationCallbacks* pAllocator = %p, VkImage* pImage = %p)", in vkCreateImage()
1737 device, pCreateInfo, pAllocator, pImage); in vkCreateImage()
1799 VkResult result = vk::Image::Create(pAllocator, pCreateInfo, pImage, vk::Cast(device)); in vkCreateImage()
1809 vk::Image *image = vk::Cast(*pImage); in vkCreateImage()
1824 vkBindImageMemory(device, *pImage, devmem, 0); in vkCreateImage()
/third_party/EGL/api/EGL/
H A Deglext.h1217 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMACQUIREIMAGENVPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLImage *pImage, EGLSync sync);
1222 EGLAPI EGLBoolean EGLAPIENTRY eglStreamAcquireImageNV (EGLDisplay dpy, EGLStreamKHR stream, EGLImage *pImage, EGLSync sync);
/third_party/mesa3d/include/EGL/
H A Deglext.h1191 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMACQUIREIMAGENVPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLImage *pImage, EGLSync sync);
1196 EGLAPI EGLBoolean EGLAPIENTRY eglStreamAcquireImageNV (EGLDisplay dpy, EGLStreamKHR stream, EGLImage *pImage, EGLSync sync);
/third_party/skia/third_party/externals/angle2/include/EGL/
H A Deglext.h1152 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMACQUIREIMAGENVPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLImage *pImage, EGLSync sync);
1157 EGLAPI EGLBoolean EGLAPIENTRY eglStreamAcquireImageNV (EGLDisplay dpy, EGLStreamKHR stream, EGLImage *pImage, EGLSync sync);
/third_party/astc-encoder/Source/
H A Dtinyexr.h1757 // pImage, w, h, and num_chans describe the image to compress. num_chans may be
1770 void *tdefl_write_image_to_png_file_in_memory_ex(const void *pImage, int w,
1774 void *tdefl_write_image_to_png_file_in_memory(const void *pImage, int w, int 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
4533 (mz_uint8 *)pImage + (flip ? (h - 1 - y) : y) * bpl, in tdefl_write_image_to_png_file_in_memory_ex()
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
4614 return tdefl_write_image_to_png_file_in_memory_ex(pImage, w, h, num_chans, in tdefl_write_image_to_png_file_in_memory()
/third_party/vulkan-loader/loader/
H A Dtrampoline.c1546 const VkAllocationCallbacks *pAllocator, VkImage *pImage) { in vkCreateImage()
1554 return disp->CreateImage(device, pCreateInfo, pAllocator, pImage); in vkCreateImage()
1545 vkCreateImage(VkDevice device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage) vkCreateImage() argument
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h2668 typedef VkResult (VKAPI_PTR *PFN_vkCreateImage)(VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage);
3006 VkImage* pImage);
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp1810 VkImage * pImage ) const VULKAN_HPP_NOEXCEPT
1812 return ::vkCreateImage( device, pCreateInfo, pAllocator, pImage );
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h3472 typedef VkResult (VKAPI_PTR *PFN_vkCreateImage)(VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage);
3848 VkImage* pImage);

Completed in 176 milliseconds

12