| /xsrc/external/mit/MesaLib/dist/src/panfrost/util/ |
| pan_ir.c | 44 unsigned space = local 54 return space | (space << 1); 58 unsigned space = local 64 return space | (space << 1) | (space << 2) | (space << 3);
|
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| font.c | 49 GLubyte space[] = variable 95 glBitmap(8, 13, 0.0, 2.0, 10.0, 0.0, space);
|
| /xsrc/external/mit/freetype/dist/builds/ |
| toplevel.mk | 50 # The `space' variable is used to avoid trailing spaces in defining the 54 space := $(empty) $(empty) macro 178 work := $(subst $(space),|,$(work)) 179 work := $(subst \#define|FREETYPE_MAJOR|,$(space),$(work)) 181 major := $(subst |,$(space),$(work)) 184 work := $(subst \#define|FREETYPE_MINOR|,$(space),$(work)) 186 minor := $(subst |,$(space),$(work)) 189 work := $(subst \#define|FREETYPE_PATCH|,$(space),$(work)) 191 patch := $(subst |,$(space),$(work))
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna_acpi.c | 80 /* We will get '0' if we run out of space whilst reading 112 char *space = sna->acpi.event; local 117 space = strchr(space, ' '); 118 if (space) 119 space = strchr(space + 1, ' '); 120 if (space) 121 space = strchr(space + 1, ' ') [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna_acpi.c | 80 /* We will get '0' if we run out of space whilst reading 116 char *space = sna->acpi.event; local 121 space = strchr(space, ' '); 122 if (space) 123 space = strchr(space + 1, ' '); 124 if (space) 125 space = strchr(space + 1, ' ') [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| nv50_query_hw.c | 359 unsigned space = NV50_HW_QUERY_ALLOC_SPACE; local 389 space = 32 + 16; /* separate fence value written here */ 392 space = 64 + 16; /* separate fence value written here */ 396 space = 9 * 2 * 16; /* 9 values, start/end, 16-bytes each */ 402 space = 32; 405 space = 16; 413 if (!nv50_hw_query_allocate(nv50, q, space)) {
|
| nv50_query_hw_sm.c | 374 unsigned space; local 395 space = (4 + 1) * nv50->screen->MPsInTP * sizeof(uint32_t); 397 if (!nv50_hw_query_allocate(nv50, &hq->base, space)) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| nvc0_query_hw.c | 530 unsigned space = NVC0_HW_QUERY_ALLOC_SPACE; local 558 space = NVC0_HW_QUERY_ALLOC_SPACE; 562 space = 512; 566 space = 64; 573 space = 32; 579 space = 32; 582 space = 16; 590 if (!nvc0_hw_query_allocate(nvc0, q, space)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| nvc0_query_hw.c | 530 unsigned space = NVC0_HW_QUERY_ALLOC_SPACE; local 558 space = NVC0_HW_QUERY_ALLOC_SPACE; 562 space = 512; 566 space = 64; 573 space = 32; 579 space = 32; 582 space = 16; 590 if (!nvc0_hw_query_allocate(nvc0, q, space)) {
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| io.h | 72 int space; /* number of bytes alocated */ member in struct:_LispString
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| t_draw.c | 50 GLubyte *space = malloc(bytes); local 52 tnl->block[tnl->nr_blocks++] = space; 53 return space; 261 GLboolean *space = (GLboolean *)get_space(ctx, count + CLIPVERTS); local 262 GLboolean *bptr = space; 269 return space; 370 /* user-space elements, or buffer already mapped */
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| dxil_container.h | 79 uint32_t space; member in struct:dxil_resource
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| nv50_query_hw_sm.c | 374 unsigned space; local 395 space = (4 + 1) * nv50->screen->MPsInTP * sizeof(uint32_t); 397 if (!nv50_hw_query_allocate(nv50, &hq->base, space)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| t_draw.c | 51 GLubyte *space = malloc(bytes); local 53 tnl->block[tnl->nr_blocks++] = space; 54 return space; 263 GLboolean *space = (GLboolean *)get_space(ctx, count + CLIPVERTS); local 264 GLboolean *bptr = space; 272 return space; 376 /* user-space elements, or buffer already mapped */
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/ |
| brw_disasm.c | 447 static void control(FILE *file, const char *name, const char *ctrl[], unsigned id, int *space) 455 if (space && *space) 458 if (space) 459 *space = 1; 836 int space = 0; local 914 space = 0; 918 target, &space); 921 target, &space); 927 inst->bits3.math.function, &space); [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/xvmc/ |
| intel_xvmc_private.h | 135 unsigned int space; member in struct:_intel_xvmc_driver::__anon7883
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/ |
| brw_disasm.c | 447 static void control(FILE *file, const char *name, const char *ctrl[], unsigned id, int *space) 455 if (space && *space) 458 if (space) 459 *space = 1; 836 int space = 0; local 914 space = 0; 918 target, &space); 921 target, &space); 927 inst->bits3.math.function, &space); [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/ |
| intel_xvmc_private.h | 135 unsigned int space; member in struct:_intel_xvmc_driver::__anon8732
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/ |
| intel_xvmc.h | 140 unsigned int space; member in struct:_intel_xvmc_driver::__anon8976
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| draw.c | 2078 * initialized array of _mesa_prim scratch space memory as the last argument. 2122 /* Use alloca for the prim space if we are somehow in bounds. */ 2124 struct _mesa_prim *space = alloca(draw_count*sizeof(struct _mesa_prim)); local 2125 memset(space, 0, draw_count*sizeof(struct _mesa_prim)); 2129 indirect_draw_count_offset, ib, space); 2131 struct _mesa_prim *space = calloc(draw_count, sizeof(struct _mesa_prim)); local 2132 if (space == NULL) { 2142 indirect_draw_count_offset, ib, space); 2144 free(space);
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| qxl_mem.c | 50 mspace space; member in struct:qxl_mem 103 ErrorF ("memory space from %p to %p\n", base, (char *)base + n_bytes); 106 mem->space = create_mspace_with_base (base, n_bytes, 0, NULL); 115 mspace_malloc_stats_return(mem->space, NULL, NULL, &used); 133 mspace_malloc_stats (mem->space); 141 void *addr = mspace_malloc (mem->space, n_bytes); 160 mspace_free (mem->space, d); 175 if (mem->space) 177 mspace_malloc_stats_return(mem->space, &maxfp, &fp, &used); 183 mem->space = create_mspace_with_base (mem->base, mem->n_bytes, 0, NULL) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| dmxpict.c | 466 int space; local 535 space = size * elt->len; 536 if (space & 3) space += 4 - (space & 3); 537 buffer += space; 588 space = size * elt->len; 589 if (space & 3) space += 4 - (space & 3) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_disasm.c | 799 unsigned id, int *space) 806 if (space && *space) 809 if (space) 810 *space = 1; 1881 int space = 0; local 2063 space = 0; 2067 sfid, &space); 2077 brw_inst_math_msg_function(devinfo, inst), &space); 2079 brw_inst_math_msg_saturate(devinfo, inst), &space); [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_disasm.c | 644 unsigned id, int *space) 651 if (space && *space) 654 if (space) 655 *space = 1; 1580 int space = 0; local 1746 space = 0; 1750 sfid, &space); 1759 brw_inst_math_msg_function(devinfo, inst), &space); 1761 brw_inst_math_msg_saturate(devinfo, inst), &space); [all...] |
| /xsrc/external/mit/libXaw/dist/src/ |
| SimpleMenu.c | 1686 int space; local 1693 space = max_dim - (height % max_dim); 1694 if (space >= test_h * columns) { 1695 height = max_dim - space / columns;
|