Searched refs:images (Results 1 - 25 of 280) sorted by relevance

1234567891011>>

/xsrc/external/mit/libXcursor/dist/src/
H A Dfile.c117 XcursorImages *images; local in function:XcursorImagesCreate
121 images = malloc (sizeof (XcursorImages) +
123 if (images) {
124 images->nimage = 0;
125 images->images = (XcursorImage **) (images + 1);
126 images->name = NULL;
128 returnAddr(images);
132 XcursorImagesDestroy (XcursorImages *images) argument
150 XcursorImagesSetName(XcursorImages * images,const char * name) argument
793 XcursorImages *images; local in function:_XcursorXcFileLoadImages
858 XcursorImages *images; local in function:XcursorXcFileLoadAllImages
916 XcursorImages *images; local in function:XcursorXcFileLoad
992 XcursorXcFileSave(XcursorFile * file,const XcursorComments * comments,const XcursorImages * images) argument
1198 XcursorFileSaveImages(FILE * file,const XcursorImages * images) argument
1218 XcursorFileSave(FILE * file,const XcursorComments * comments,const XcursorImages * images) argument
1258 XcursorImages *images; local in function:_XcursorFilenameLoadImages
1278 XcursorImages *images; local in function:XcursorFilenameLoadImages
1298 XcursorImages *images; local in function:XcursorFilenameLoadAllImages
1337 XcursorFilenameSaveImages(const char * file,const XcursorImages * images) argument
1356 XcursorFilenameSave(const char * file,const XcursorComments * comments,const XcursorImages * images) argument
[all...]
H A Dlibrary.c344 XcursorImages *images = NULL; local in function:_XcursorLibraryLoadImages
355 images = _XcursorFileLoadImages (f, size, resized);
356 if (images)
357 XcursorImagesSetName (images, file);
360 return images;
367 XcursorImages *images = NULL; local in function:XcursorLibraryLoadImages
381 images = XcursorFileLoadImages (f, size);
382 if (images)
383 XcursorImagesSetName (images, file);
386 returnAddr(images);
392 XcursorImages *images; local in function:XcursorLibraryLoadCursor
423 XcursorImages *images; local in function:XcursorLibraryLoadCursors
[all...]
H A Dcursor.c150 FILE *f = fopen ("/tmp/images", "a" FOPEN_CLOEXEC);
168 FILE *f = fopen ("/tmp/images", "a" FOPEN_CLOEXEC);
685 XcursorImagesLoadCursors (Display *dpy, const XcursorImages *images) argument
687 XcursorCursors *cursors = XcursorCursorsCreate (dpy, images->nimage);
692 for (n = 0; n < images->nimage; n++)
694 cursors->cursors[n] = XcursorImageLoadCursor (dpy, images->images[n]);
706 XcursorImagesLoadCursor (Display *dpy, const XcursorImages *images) argument
709 if (images->nimage == 1 || !XcursorSupportsAnim (dpy))
710 cursor = XcursorImageLoadCursor (dpy, images
747 XcursorImages *images; local in function:XcursorFilenameLoadCursor
763 XcursorImages *images; local in function:XcursorFilenameLoadCursors
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_state_image.c33 const struct pipe_image_view *images)
40 /* set the new images */
44 if (images) {
45 pipe_resource_reference(&softpipe->tgsi.image[shader]->sp_iview[idx].resource, images[i].resource);
46 softpipe->tgsi.image[shader]->sp_iview[idx] = images[i];
67 /* set the new images */
29 softpipe_set_shader_images(struct pipe_context * pipe,enum pipe_shader_type shader,unsigned start,unsigned num,const struct pipe_image_view * images) argument
/xsrc/external/mit/libdrm/dist/tests/exynos/
H A Dexynos_fimg2d_perf.c120 struct g2d_image *images; local in function:fimg2d_perf_multi
126 images = calloc(batch, sizeof(struct g2d_image));
127 if (images == NULL) {
128 fprintf(stderr, "error: failed to allocate G2D images.\n");
133 images[i].width = buf_width;
134 images[i].height = buf_height;
135 images[i].stride = buf_width * 4;
136 images[i].color_mode = G2D_COLOR_FMT_ARGB8888 | G2D_ORDER_AXRGB;
137 images[i].buf_type = G2D_IMGBUF_GEM;
138 images[
[all...]
/xsrc/external/mit/libXcursor/dist/include/X11/Xcursor/
H A DXcursor.h68 * CARD32 subtype entry subtype (size for images)
98 XcursorUInt subtype; /* subtype (size for images) */
131 XcursorUInt subtype; /* chunk subtype (size for images) */
199 int nimage; /* number of images */
200 XcursorImage **images; /* array of XcursorImage pointers */ member in struct:_XcursorImages
201 char *name; /* name used to load images */
250 XcursorImagesDestroy (XcursorImages *images);
253 XcursorImagesSetName (XcursorImages *images, const char *name);
311 const XcursorImages *images);
331 XcursorFileSaveImages (FILE *file, const XcursorImages *images);
[all...]
H A DXcursor.h.in67 * CARD32 subtype entry subtype (size for images)
97 XcursorUInt subtype; /* subtype (size for images) */
130 XcursorUInt subtype; /* chunk subtype (size for images) */
198 int nimage; /* number of images */
199 XcursorImage **images; /* array of XcursorImage pointers */ member in struct:_XcursorImages
200 char *name; /* name used to load images */
249 XcursorImagesDestroy (XcursorImages *images);
252 XcursorImagesSetName (XcursorImages *images, const char *name);
310 const XcursorImages *images);
330 XcursorFileSaveImages (FILE *file, const XcursorImages *images);
[all...]
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_wsi.c109 /* Our display pipeline requires that images are linear, so we cannot
110 * ensure that our swapchain images can be sampled. If we are running under
112 * probably end up selecting an UIF layout for the swapchain images but it
113 * may still choose linear and send images directly for scanout if the
172 VkImage *images = malloc(sizeof(*images) * n_images); local in function:v3dv_wsi_get_image_from_swapchain
173 VkResult result = wsi_common_get_images(swapchain, &n_images, images);
176 free(images);
180 V3DV_FROM_HANDLE(v3dv_image, image, images[index]);
181 free(images);
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_state_image.c34 const struct pipe_image_view *images)
41 /* set the new images */
45 if (images) {
46 pipe_resource_reference(&softpipe->tgsi.image[shader]->sp_iview[idx].resource, images[i].resource);
47 softpipe->tgsi.image[shader]->sp_iview[idx] = images[i];
75 /* set the new images */
29 softpipe_set_shader_images(struct pipe_context * pipe,enum pipe_shader_type shader,unsigned start,unsigned num,unsigned unbind_num_trailing_slots,const struct pipe_image_view * images) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_state.h67 const struct pipe_image_view *images);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_draw_arrays.c124 lp->images[PIPE_SHADER_VERTEX]);
127 lp->images[PIPE_SHADER_GEOMETRY]);
130 lp->images[PIPE_SHADER_TESS_CTRL]);
133 lp->images[PIPE_SHADER_TESS_EVAL]);
H A Dlp_state_cs.h150 } images[LP_MAX_TGSI_SHADER_IMAGES]; member in struct:lp_cs_context
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_pack_invert.spec34 images are to be packed in top-to-bottom order instead of OpenGL's
39 Almost all known image file formats store images in top-to-bottom
40 order. As it is, OpenGL reads images from the frame buffer in
41 bottom-to-top order. Thus, images usually have to be inverted before
43 allows images to be read such that inverting isn't needed.
54 solutions for inverting images when using glDrawPixels (negative Y pixel
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_pack_invert.spec34 images are to be packed in top-to-bottom order instead of OpenGL's
39 Almost all known image file formats store images in top-to-bottom
40 order. As it is, OpenGL reads images from the frame buffer in
41 bottom-to-top order. Thus, images usually have to be inverted before
43 allows images to be read such that inverting isn't needed.
54 solutions for inverting images when using glDrawPixels (negative Y pixel
/xsrc/external/mit/libXfont/dist/
H A Ddevbook.am7 # chapters: all files pulled in by an XInclude statement and images.
20 # DocBook/XML file with chapters, appendix and images it includes
/xsrc/external/mit/libXfont2/dist/
H A Ddevbook.am7 # chapters: all files pulled in by an XInclude statement and images.
20 # DocBook/XML file with chapters, appendix and images it includes
/xsrc/external/mit/xfs/dist/
H A Ddevbook.am7 # chapters: all files pulled in by an XInclude statement and images.
20 # DocBook/XML file with chapters, appendix and images it includes
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_descriptor_set.h67 VkDescriptorImageInfo *images; member in struct:vn_update_descriptor_sets
/xsrc/external/mit/xorg-server/dist/
H A Ddevbook.am7 # chapters: all files pulled in by an XInclude statement and images.
20 # DocBook/XML file with chapters, appendix and images it includes
/xsrc/external/mit/ctwm/dist/cmake_files/
H A Dinstall_paths.cmake21 # Where runtime data stuff (e.g., images) is found
62 set(PIXMAPDIR ${DATADIR}/images)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c67 /* NULL image and buffer descriptor for textures (alpha = 1) and images
70 * For images, all fields must be zero except for the swizzle, which
569 sctx->images[shader].needs_color_decompress_mask)
621 si_release_image_views(struct si_images *images) argument
626 struct pipe_image_view *view = &images->views[i];
633 si_image_views_begin_new_cs(struct si_context *sctx, struct si_images *images) argument
635 uint mask = images->enabled_mask;
640 struct pipe_image_view *view = &images->views[i];
652 struct si_images *images = &ctx->images[shade local in function:si_disable_shader_image
774 struct si_images *images = &ctx->images[shader]; local in function:si_set_shader_image
849 si_images_update_needs_color_decompress_mask(struct si_images * images) argument
1744 struct si_images *images = &sctx->images[shader]; local in function:si_rebind_buffer
1973 struct si_images *images = &sctx->images[shader]; local in function:si_update_all_texture_descriptors
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_context.c849 struct __DRIimageList images; local in function:intel_update_image_buffers
877 &images);
881 if (images.image_mask & __DRI_IMAGE_BUFFER_FRONT) {
882 drawable->w = images.front->width;
883 drawable->h = images.front->height;
887 images.front,
890 if (images.image_mask & __DRI_IMAGE_BUFFER_BACK) {
891 drawable->w = images.back->width;
892 drawable->h = images.back->height;
896 images
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_context.c849 struct __DRIimageList images; local in function:intel_update_image_buffers
877 &images);
881 if (images.image_mask & __DRI_IMAGE_BUFFER_FRONT) {
882 drawable->w = images.front->width;
883 drawable->h = images.front->height;
887 images.front,
890 if (images.image_mask & __DRI_IMAGE_BUFFER_BACK) {
891 drawable->w = images.back->width;
892 drawable->h = images.back->height;
896 images
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
H A DglX_XML.py210 if self.server_handcode or self.images:
239 if len(self.images) and not self.images[0].is_output:
240 [dim, junk, junk, junk, junk] = self.images[0].get_dimensions()
243 # header used by images with the specified number
339 for param in self.images:
492 for image in self.images:
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_image.c115 VkImage *images = malloc(sizeof(*images) * n_images); local in function:lvp_swapchain_get_image
116 VkResult result = wsi_common_get_images(swapchain, &n_images, images);
119 free(images);
123 LVP_FROM_HANDLE(lvp_image, image, images[index]);
124 free(images);

Completed in 14 milliseconds

1234567891011>>