| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/state_tracker/ |
| H A D | xlibsw_api.h | 15 int depth; member in struct:xlib_drawable
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_clear.h | 40 double depth, unsigned stencil);
|
| H A D | sp_clear.c | 51 double depth, unsigned stencil) 79 /* Clearing only depth or stencil in a combined depth-stencil buffer. */ 80 util_clear_depth_stencil(pipe, zsbuf, zs_buffers, depth, stencil, 86 cv = util_pack64_z_stencil(zsbuf->format, depth, stencil); 49 softpipe_clear(struct pipe_context * pipe,unsigned buffers,const union pipe_color_union * color,double depth,unsigned stencil) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_clear.h | 41 double depth, unsigned stencil);
|
| H A D | lp_clear.c | 51 double depth, 62 lp_setup_clear( llvmpipe->setup, color, depth, stencil, buffers ); 48 llvmpipe_clear(struct pipe_context * pipe,unsigned buffers,const union pipe_color_union * color,double depth,unsigned stencil) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_clear.h | 42 double depth, unsigned stencil);
|
| H A D | lp_clear.c | 53 double depth, 66 lp_setup_clear( llvmpipe->setup, color, depth, stencil, buffers ); 49 llvmpipe_clear(struct pipe_context * pipe,unsigned buffers,const struct pipe_scissor_state * scissor_state,const union pipe_color_union * color,double depth,unsigned stencil) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/ |
| H A D | Format.h | 39 FormatTranslate(DXGI_FORMAT Format, BOOL depth);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/frontend/ |
| H A D | xlibsw_api.h | 15 int depth; member in struct:xlib_drawable
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_clear.h | 41 double depth, unsigned stencil);
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | ImUtil.h | 8 int depth); 13 int depth);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | depth.h | 2 * \file depth.h 41 _mesa_ClearDepth( GLclampd depth ); 44 _mesa_ClearDepthf( GLclampf depth );
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | depth.h | 2 * \file depth.h 41 _mesa_ClearDepth( GLclampd depth ); 44 _mesa_ClearDepthf( GLclampf depth );
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_resource.c | 42 unsigned depth = res->depth0; local in function:util_resource_size 53 slices = depth; 62 depth = u_minify(depth, 1);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_resource.c | 42 unsigned depth = res->depth0; local in function:util_resource_size 53 slices = depth; 62 depth = u_minify(depth, 1);
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | CrPixmap.c | 46 unsigned int depth) 66 req->depth = depth; 71 if (depth == 1) 41 XCreatePixmap(register Display * dpy,Drawable d,unsigned int width,unsigned int height,unsigned int depth) argument
|
| H A D | CrPFBData.c | 39 * Depth is the depth of the pixmap to create. 59 unsigned int depth) 61 Pixmap pix = XCreatePixmap(display, d, width, height, depth); 74 .depth = 1, 51 XCreatePixmapFromBitmapData(Display * display,Drawable d,char * data,unsigned int width,unsigned int height,unsigned long fg,unsigned long bg,unsigned int depth) argument
|
| H A D | GetGeom.c | 41 unsigned int *depth) /* RETURN */ 58 *depth = rep.depth; 32 XGetGeometry(register Display * dpy,Drawable d,Window * root,int * x,int * y,unsigned int * width,unsigned int * height,unsigned int * borderWidth,unsigned int * depth) argument
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | GrayPixmap.c | 62 unsigned int depth; member in struct:_PixmapCache 73 unsigned int depth) 75 * Creates a stippled pixmap of specified depth 87 * Creates a stippled pixmap of depth DefaultDepth(screen) 97 cachePtr->background == back && cachePtr->depth == depth) 103 pixmap_width, pixmap_height, fore, back, depth); 110 cachePtr->depth = depth; 72 XmuCreateStippledPixmap(Screen * screen,Pixel fore,Pixel back,unsigned int depth) argument
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | amdgpu_pixmap.c | 34 amdgpu_pixmap_create(ScreenPtr screen, int w, int h, int depth, unsigned usage) argument 43 return fbCreatePixmap(screen, w, h, depth, usage); 48 if (depth == 1) 49 return fbCreatePixmap(screen, w, h, depth, usage); 51 pixmap = fbCreatePixmap(screen, 0, 0, depth, usage); 66 priv->bo = amdgpu_alloc_pixmap_bo(scrn, w, h, depth, usage, 91 return fbCreatePixmap(screen, w, h, depth, usage);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | symbol_table.c | 50 /** Scope depth where this symbol was defined. */ 51 unsigned depth; member in struct:symbol 82 /** Current scope depth. */ 83 unsigned depth; member in struct:_mesa_symbol_table 93 table->depth--; 129 table->depth++; 156 assert(sym->depth <= table->depth); 157 return sym->depth - table->depth; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | symbol_table.c | 50 /** Scope depth where this symbol was defined. */ 51 unsigned depth; member in struct:symbol 82 /** Current scope depth. */ 83 unsigned depth; member in struct:_mesa_symbol_table 93 table->depth--; 129 table->depth++; 156 assert(sym->depth <= table->depth); 157 return table->depth - sym->depth; [all...] |
| /xsrc/external/mit/xcb-util/dist/image/ |
| H A D | test_formats.c | 41 color (uint32_t depth, uint32_t x, uint32_t y) argument 45 if (depth == 1) { 51 depth /= 3; 52 p = ((1 << depth) - 1) * x * y / WIDTH / HEIGHT; 53 return (p << depth) | (p << (2 * depth)); 56 static xcb_image_t *create_image(xcb_connection_t *c, int depth, int format) argument 60 printf("Image depth %d, format %d\n", depth, format); 62 format, depth, 82 create_pixmap(xcb_connection_t * c,xcb_drawable_t d,uint8_t depth) argument 108 uint8_t depth; member in struct:__anon4d3f1bee0108 133 int screen, depth; local in function:main [all...] |
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| H A D | g80_exa.c | 43 CARD32 depth; local in function:setSrc 45 switch(pSrc->drawable.depth) { 46 case 8: depth = 0x000000f3; break; 47 case 15: depth = 0x000000f8; break; 48 case 16: depth = 0x000000e8; break; 49 case 24: depth = 0x000000e6; break; 50 case 32: depth = 0x000000cf; break; 55 G80DmaNext (pNv, depth); 70 CARD32 depth, depth2; local in function:setDst 72 switch(pDst->drawable.depth) { 235 CARD32 depth; local in function:upload [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxcb.c | 155 xDepth *depth = (xDepth *)(ConnectionInfo + offset); local in function:dmxConnectionBlockCallback 160 dmxLog(dmxInfo, "%d visuals at depth %d:\n", 161 depth->nVisuals, depth->depth); 162 for (j = 0; j < depth->nVisuals; j++, visual++) { 168 vi.depth = depth->depth; 186 if (pvi->depth [all...] |