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

123

/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_intel.h45 typedef VkResult (VKAPI_PTR *PFN_vkCreateDmaBufImageINTEL)(VkDevice device, const VkDmaBufImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMem, VkImage* pImage);
54 VkImage* pImage);
/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A Dpointer.c166 struct vboxCursorImage *pImage; local in function:vbox_vmm_load_cursor_image
167 pImage = (struct vboxCursorImage *)pvImage;
171 vbox_show_shape(pImage->cWidth, pImage->cHeight, 0, pvImage);
174 rc = VBoxHGSMIUpdatePointerShape(&pVBox->guestCtx, pImage->fFlags,
175 pImage->cHotX, pImage->cHotY, pImage->cWidth, pImage->cHeight,
176 pImage
248 struct vboxCursorImage *pImage; local in function:vbox_realize_cursor
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_android_stubs.c31 VkImage *pImage)
27 anv_image_from_gralloc(VkDevice device_h,const VkImageCreateInfo * base_info,const VkNativeBufferANDROID * gralloc_info,const VkAllocationCallbacks * alloc,VkImage * pImage) argument
H A Danv_android.h39 VkImage *pImage);
H A Danv_intel.c37 VkImage* pImage)
109 *pImage = anv_image_to_handle(image);
32 anv_CreateDmaBufImageINTEL(VkDevice _device,const VkDmaBufImageCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkDeviceMemory * pMem,VkImage * pImage) argument
H A Danv_image.c550 VkImage *pImage)
602 *pImage = anv_image_to_handle(image);
630 *pImage = anv_image_to_handle(image);
665 VkImage *pImage)
702 pImage);
709 VkImage *pImage)
717 pAllocator, pImage);
723 pAllocator, pImage);
729 pAllocator, pImage);
736 pImage);
547 anv_image_create(VkDevice _device,const struct anv_image_create_info * create_info,const VkAllocationCallbacks * alloc,VkImage * pImage) argument
661 anv_image_from_swapchain(VkDevice device,const VkImageCreateInfo * pCreateInfo,const VkImageSwapchainCreateInfoKHR * swapchain_info,const VkAllocationCallbacks * pAllocator,VkImage * pImage) argument
706 anv_CreateImage(VkDevice device,const VkImageCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkImage * pImage) argument
[all...]
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxvdisp.c145 SWriteImageFormatInfo(ClientPtr client, xvImageFormatInfo * pImage) argument
147 swapl(&pImage->id);
148 swapl(&pImage->red_mask);
149 swapl(&pImage->green_mask);
150 swapl(&pImage->blue_mask);
151 swapl(&pImage->y_sample_bits);
152 swapl(&pImage->u_sample_bits);
153 swapl(&pImage->v_sample_bits);
154 swapl(&pImage->horz_y_period);
155 swapl(&pImage
820 XvImagePtr pImage = NULL; local in function:ProcXvPutImage
880 XvImagePtr pImage = NULL; local in function:ProcXvShmPutImage
966 XvImagePtr pImage = NULL; local in function:ProcXvQueryImageAttributes
1030 XvImagePtr pImage; local in function:ProcXvListImageFormats
[all...]
H A Dxvmc.c514 XvImagePtr pImage; local in function:ProcXvMCListSubpictureTypes
563 pImage = NULL;
567 pImage = adaptor->subpictures[j];
571 if (!pImage)
574 info.id = pImage->id;
575 info.type = pImage->type;
576 info.byte_order = pImage->byte_order;
577 memcpy(&info.guid, pImage->guid, 16);
578 info.bpp = pImage->bits_per_pixel;
579 info.num_planes = pImage
781 XvImagePtr pImage = NULL; local in function:XvMCFindXvImage
[all...]
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxvmc.c481 XvImagePtr pImage; local in function:ProcXvMCListSubpictureTypes
525 pImage = NULL;
530 pImage = adaptor->subpictures[j];
534 if(!pImage) return BadImplementation;
536 info.id = pImage->id;
537 info.type = pImage->type;
538 info.byte_order = pImage->byte_order;
539 memcpy(&info.guid, pImage->guid, 16);
540 info.bpp = pImage->bits_per_pixel;
541 info.num_planes = pImage
743 XvImagePtr pImage = NULL; local in function:XvMCFindXvImage
[all...]
H A Dxvdisp.c173 xvImageFormatInfo *pImage
177 swapl(&pImage->id, n);
178 swapl(&pImage->red_mask, n);
179 swapl(&pImage->green_mask, n);
180 swapl(&pImage->blue_mask, n);
181 swapl(&pImage->y_sample_bits, n);
182 swapl(&pImage->u_sample_bits, n);
183 swapl(&pImage->v_sample_bits, n);
184 swapl(&pImage->horz_y_period, n);
185 swapl(&pImage
171 SWriteImageFormatInfo(ClientPtr client,xvImageFormatInfo * pImage) argument
956 XvImagePtr pImage = NULL; local in function:ProcXvPutImage
1036 XvImagePtr pImage = NULL; local in function:ProcXvShmPutImage
1130 XvImagePtr pImage = NULL; local in function:ProcXvQueryImageAttributes
1190 XvImagePtr pImage; local in function:ProcXvListImageFormats
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DGCOps.h27 int w, int h, int leftPad, int format, char *pImage);
29 unsigned int format, unsigned long planeMask, char *pImage);
H A DGCOps.c80 int w, int h, int leftPad, int format, char *pImage)
85 depth, format, leftPad, (char *) pImage,
106 unsigned int format, unsigned long planeMask, char *pImage)
123 memmove(pImage, ximage->data, length);
79 xnestPutImage(DrawablePtr pDrawable,GCPtr pGC,int depth,int x,int y,int w,int h,int leftPad,int format,char * pImage) argument
105 xnestGetImage(DrawablePtr pDrawable,int x,int y,int w,int h,unsigned int format,unsigned long planeMask,char * pImage) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_image.c33 VkImage *pImage)
105 *pImage = lvp_image_to_handle(image);
134 VkImage *pImage)
151 pImage);
158 VkImage *pImage)
164 pAllocator, pImage);
166 pImage);
30 lvp_image_create(VkDevice _device,const VkImageCreateInfo * pCreateInfo,const VkAllocationCallbacks * alloc,VkImage * pImage) argument
130 lvp_image_from_swapchain(VkDevice device,const VkImageCreateInfo * pCreateInfo,const VkImageSwapchainCreateInfoKHR * swapchain_info,const VkAllocationCallbacks * pAllocator,VkImage * pImage) argument
155 lvp_CreateImage(VkDevice device,const VkImageCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkImage * pImage) argument
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DGCOps.h27 int w, int h, int leftPad, int format, char *pImage);
30 char *pImage);
H A DGCOps.c80 int w, int h, int leftPad, int format, char *pImage)
85 depth, format, leftPad, (char *)pImage,
100 char *pImage)
111 memmove(pImage, ximage->data, length);
79 xnestPutImage(DrawablePtr pDrawable,GCPtr pGC,int depth,int x,int y,int w,int h,int leftPad,int format,char * pImage) argument
98 xnestGetImage(DrawablePtr pDrawable,int x,int y,int w,int h,unsigned int format,unsigned long planeMask,char * pImage) argument
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_image.c68 VkImage *pImage,
117 *pImage = panvk_image_to_handle(image);
219 VkImage *pImage)
224 return panvk_image_create(device, pCreateInfo, pAllocator, pImage, modifier, plane_layouts);
65 panvk_image_create(VkDevice _device,const VkImageCreateInfo * pCreateInfo,const VkAllocationCallbacks * alloc,VkImage * pImage,uint64_t modifier,const VkSubresourceLayout * plane_layouts) argument
216 panvk_CreateImage(VkDevice device,const VkImageCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkImage * pImage) argument
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_image.c131 VkImage *pImage)
179 *pImage = tu_image_to_handle(image);
244 VkImage *pImage)
252 pAllocator, pImage);
260 pAllocator, pImage);
128 tu_image_create(VkDevice _device,const struct tu_image_create_info * create_info,const VkAllocationCallbacks * alloc,VkImage * pImage) argument
241 tu_CreateImage(VkDevice device,const VkImageCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkImage * pImage) argument
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_image.c250 VkImage *pImage)
324 *pImage = v3dv_image_to_handle(image);
334 VkImage *pImage)
373 return create_image(device, &local_create_info, pAllocator, pImage);
380 VkImage *pImage)
388 pAllocator, pImage);
390 return create_image(device, pCreateInfo, pAllocator, pImage);
247 create_image(struct v3dv_device * device,const VkImageCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkImage * pImage) argument
330 create_image_from_swapchain(struct v3dv_device * device,const VkImageCreateInfo * pCreateInfo,const VkImageSwapchainCreateInfoKHR * swapchain_info,const VkAllocationCallbacks * pAllocator,VkImage * pImage) argument
377 v3dv_CreateImage(VkDevice _device,const VkImageCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkImage * pImage) argument
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaImage.c402 char *pImage
459 (unsigned char*)pImage +
473 (unsigned char*)pImage +
495 for(; i & mask; i >>= 1, pImage += increment) {
506 (unsigned char*)pImage +
520 format, pImage);
392 XAAPutImage(DrawablePtr pDraw,GCPtr pGC,int depth,int x,int y,int w,int h,int leftPad,int format,char * pImage) argument
H A DxaaFallback.c60 char *pImage )
65 leftPad, format, pImage);
53 XAAPutImageFallback(DrawablePtr pDraw,GCPtr pGC,int depth,int x,int y,int w,int h,int leftPad,int format,char * pImage) argument
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbimage.c41 char *pImage)
46 FbStip *src = (FbStip *) pImage;
98 (CARD8 *) pImage,
32 fbPutImage(DrawablePtr pDrawable,GCPtr pGC,int depth,int x,int y,int w,int h,int leftPad,int format,char * pImage) argument
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_image.h1438 static inline size_t vn_sizeof_vkCreateImage(VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage) argument
1451 cmd_size += vn_sizeof_simple_pointer(pImage);
1452 if (pImage)
1453 cmd_size += vn_sizeof_VkImage(pImage);
1458 static inline void vn_encode_vkCreateImage(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage) argument
1470 if (vn_encode_simple_pointer(enc, pImage))
1471 vn_encode_VkImage(enc, pImage);
1474 static inline size_t vn_sizeof_vkCreateImage_reply(VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage) argument
1484 cmd_size += vn_sizeof_simple_pointer(pImage);
1485 if (pImage)
1491 vn_decode_vkCreateImage_reply(struct vn_cs_decoder * dec,VkDevice device,const VkImageCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkImage * pImage) argument
1967 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) argument
2174 vn_call_vkCreateImage(struct vn_instance * vn_instance,VkDevice device,const VkImageCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkImage * pImage) argument
2190 vn_async_vkCreateImage(struct vn_instance * vn_instance,VkDevice device,const VkImageCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkImage * pImage) argument
[all...]
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbimage.c35 int x, int y, int w, int h, int leftPad, int format, char *pImage)
40 FbStip *src = (FbStip *) pImage;
32 fbPutImage(DrawablePtr pDrawable,GCPtr pGC,int depth,int x,int y,int w,int h,int leftPad,int format,char * pImage) argument
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmibitblt.c717 * Here we benefit from knowing the format of the bits pointed to by pImage,
739 int leftPad, int format, char *pImage)
763 miOpqStipDrawable(pDraw, pGC, prgnSrc, (MiBits *) pImage,
778 for (i = 1 << (depth-1); i != 0; i >>= 1, pImage += bytesPer)
786 XYBitmap, (char *)pImage);
819 (*pGC->ops->SetSpans)(pDraw, pGC, (char *)pImage, pptFirst,
737 miPutImage(DrawablePtr pDraw,GCPtr pGC,int depth,int x,int y,int w,int h,int leftPad,int format,char * pImage) argument
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmibitblt.c674 * Here we benefit from knowing the format of the bits pointed to by pImage,
695 int x, int y, int w, int h, int leftPad, int format, char *pImage)
718 miOpqStipDrawable(pDraw, pGC, prgnSrc, (MiBits *) pImage,
733 for (i = (unsigned long) 1 << (depth - 1); i != 0; i >>= 1, pImage += bytesPer) {
739 XYBitmap, (char *) pImage);
770 (*pGC->ops->SetSpans) (pDraw, pGC, (char *) pImage, pptFirst,
694 miPutImage(DrawablePtr pDraw,GCPtr pGC,int depth,int x,int y,int w,int h,int leftPad,int format,char * pImage) argument

Completed in 38 milliseconds

123