| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 091-hash-line.c | 6 #error source 1, line 0 error 8 #error source 2, line 30 error 13 #define FUNCTION_LIKE_MACRO(source, line) source line
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 091-hash-line.c | 6 #error source 1, line 0 error 8 #error source 2, line 30 error 13 #define FUNCTION_LIKE_MACRO(source, line) source line
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_perfmon.c | 48 .source = (const struct etna_perfmon_source[]) { 56 .source = (const struct etna_perfmon_source[]) { 64 .source = (const struct etna_perfmon_source[]) { 72 .source = (const struct etna_perfmon_source[]) { 80 .source = (const struct etna_perfmon_source[]) { 88 .source = (const struct etna_perfmon_source[]) { 96 .source = (const struct etna_perfmon_source[]) { 104 .source = (const struct etna_perfmon_source[]) { 112 .source = (const struct etna_perfmon_source[]) { 120 .source 407 etna_pm_query_signal(struct etna_perfmon * perfmon,const struct etna_perfmon_source * source) argument [all...] |
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | Lower.c | 64 _Xconst unsigned char *source; local in function:XmuCopyISOLatin1Lowered 66 for (dest = (unsigned char *)dst, source = (_Xconst unsigned char *)src; 67 *source; 68 source++, dest++) 69 *dest = XmuTolower(*source); 77 _Xconst unsigned char *source; local in function:XmuCopyISOLatin1Uppered 79 for (dest = (unsigned char *)dst, source = (_Xconst unsigned char *)src; 80 *source; 81 source++, dest++) 82 *dest = XmuToupper(*source); 103 _Xconst unsigned char *source; local in function:XmuNCopyISOLatin1Lowered 119 _Xconst unsigned char *source; local in function:XmuNCopyISOLatin1Uppered [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| H A D | cursor.h | 14 int NewBitmapCursor(Cursor *cp, char *source, char *mask);
|
| /xsrc/external/mit/xkbevd/dist/ |
| H A D | evargs.c | 114 const char *source; local in function:CopyEventArg 119 source = *source_inout; 121 if (*source == '$') { 123 source++; 126 *source_inout = source; 129 else if (*source == '(') { 130 source++; 131 while ((*source != ')') && (*source != '\0')) { 132 *arg++ = *source 158 const char *source; local in function:SubstituteEventArgs [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_query_pm.c | 46 const struct etna_perfmon_source *source; member in struct:etna_perfmon_config 65 .source = (const struct etna_perfmon_source[]) { 73 .source = (const struct etna_perfmon_source[]) { 81 .source = (const struct etna_perfmon_source[]) { 89 .source = (const struct etna_perfmon_source[]) { 97 .source = (const struct etna_perfmon_source[]) { 105 .source = (const struct etna_perfmon_source[]) { 113 .source = (const struct etna_perfmon_source[]) { 121 .source = (const struct etna_perfmon_source[]) { 129 .source 434 etna_pm_query_signal(struct etna_perfmon * perfmon,const struct etna_perfmon_source * source) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_debug.c | 79 enum mesa_debug_source source; local in function:st_debug_message 85 source = MESA_DEBUG_SOURCE_API; 90 source = MESA_DEBUG_SOURCE_API; 95 source = MESA_DEBUG_SOURCE_SHADER_COMPILER; 100 source = MESA_DEBUG_SOURCE_API; 105 source = MESA_DEBUG_SOURCE_API; 110 source = MESA_DEBUG_SOURCE_API; 115 source = MESA_DEBUG_SOURCE_API; 122 _mesa_gl_vdebugf(st->ctx, id, source, type, severity, fmt, args);
|
| /xsrc/external/mit/freetype/dist/include/freetype/ |
| H A D | ftbzip2.h | 74 * source :: 75 * The source stream. 81 * The source stream must be opened _before_ calling this function. 84 * **not** call `FT_Stream_Close` on the source stream. None of the 92 FT_Stream source );
|
| H A D | ftlzw.h | 72 * source :: 73 * The source stream. 79 * The source stream must be opened _before_ calling this function. 82 * **not** call `FT_Stream_Close` on the source stream. None of the 90 FT_Stream source );
|
| H A D | ftbitmap.h | 97 * source :: 98 * A handle to the source bitmap. 108 * `source->buffer` and `target->buffer` must neither be equal nor 113 const FT_Bitmap *source, 177 * source :: 178 * The source bitmap. 200 * `source->buffer` and `target->buffer` must neither be equal nor 205 const FT_Bitmap *source, 222 * source :: 223 * The source bitma [all...] |
| H A D | ftgzip.h | 74 * source :: 75 * The source stream. 81 * The source stream must be opened _before_ calling this function. 84 * **not** call `FT_Stream_Close` on the source stream. None of the 92 FT_Stream source );
|
| /xsrc/external/mit/xterm/dist/icons/ |
| H A D | make-xpms | 14 for source in ${name}_*[0-9]x[1-9]*.xpm 16 echo ".. from $source" 17 BASE=`basename "$source" .xpm` 18 PART=`echo "$source" | sed -e 's/[\.-]/_/g'` 22 sed -e 's/char \*/const char * const/' $source >>$target
|
| /xsrc/external/mit/libXfont/dist/src/fontfile/ |
| H A D | bitsource.c | 114 int source; local in function:FontFileMatchBitmapSource 127 for (source = 0; source < FontFileBitmapSources.count; source++) 129 if (FontFileBitmapSources.fpe[source] == fpe) 131 dir = (FontDirectoryPtr) FontFileBitmapSources.fpe[source]->private; 141 (*pFont)->fpe = FontFileBitmapSources.fpe[source]; 151 (*pFont)->fpe = FontFileBitmapSources.fpe[source]; 157 FontFileBitmapSources.fpe[source], 160 (*pFont)->fpe = FontFileBitmapSources.fpe[source]; [all...] |
| /xsrc/external/mit/libXfont2/dist/src/fontfile/ |
| H A D | bitsource.c | 116 int source; local in function:FontFileMatchBitmapSource 129 for (source = 0; source < FontFileBitmapSources.count; source++) 131 if (FontFileBitmapSources.fpe[source] == fpe) 133 dir = (FontDirectoryPtr) FontFileBitmapSources.fpe[source]->private; 143 (*pFont)->fpe = FontFileBitmapSources.fpe[source]; 153 (*pFont)->fpe = FontFileBitmapSources.fpe[source]; 159 FontFileBitmapSources.fpe[source], 162 (*pFont)->fpe = FontFileBitmapSources.fpe[source]; [all...] |
| /xsrc/external/mit/freetype/dist/src/base/ |
| H A D | ftdbgmem.c | 96 FT_MemSource source; member in struct:FT_MemNodeRec_ 372 FT_FILENAME( node->source->file_name ), 373 node->source->line_no ); 399 FT_MemSource source, next; local in function:ft_mem_table_destroy 402 for ( source = table->sources[i]; source != NULL; source = next ) 404 next = source->link; 405 ft_mem_table_free( table, source ); 517 FT_MemSource source; local in function:ft_mem_table_set 619 FT_MemSource source; local in function:ft_mem_table_remove 940 FT_MemSource source = *bucket; local in function:FT_DumpMemory 954 FT_MemSource source = *bucket; local in function:FT_DumpMemory 978 FT_MemSource source = sources[nn]; local in function:FT_DumpMemory [all...] |
| /xsrc/external/mit/xterm/dist/ |
| H A D | xstrings.c | 43 alloc_pw(struct passwd *target, struct passwd *source) argument 45 *target = *source; 47 target->pw_dir = x_strdup(source->pw_dir); 48 target->pw_name = x_strdup(source->pw_name); 49 target->pw_shell = x_strdup(source->pw_shell); 53 free_pw(struct passwd *source) argument 55 free(source->pw_dir); 56 free(source->pw_name); 57 free(source->pw_shell); 61 x_appendargv(char **target, char **source) argument 96 x_decode_hex(const char * source,const char ** next) argument 130 x_encode_hex(const char * source) argument 471 x_strtrim(const char * source) argument 503 x_strrtrim(const char * source) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_debug.c | 121 enum mesa_debug_source source; local in function:st_debug_message 127 source = MESA_DEBUG_SOURCE_API; 132 source = MESA_DEBUG_SOURCE_API; 137 source = MESA_DEBUG_SOURCE_SHADER_COMPILER; 142 source = MESA_DEBUG_SOURCE_API; 147 source = MESA_DEBUG_SOURCE_API; 152 source = MESA_DEBUG_SOURCE_API; 157 source = MESA_DEBUG_SOURCE_API; 164 _mesa_gl_vdebugf(st->ctx, id, source, type, severity, fmt, args);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| H A D | compiler.hpp | 42 case program::il_type::source: 43 return llvm::compile_to_spirv(prog.source(), headers, dev, opts, log); 45 return spirv::compile_program(prog.source(), dev, log); 52 if (prog.il_type() == program::il_type::source) 53 return llvm::compile_program(prog.source(), headers, dev, opts, log);
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | CrCursor.c | 35 Pixmap source, 45 Pixmap source, 57 cid = _XTryShapeBitmapCursor (dpy, source, mask, 65 req->source = source; 43 XCreatePixmapCursor(register Display * dpy,Pixmap source,Pixmap mask,XColor * foreground,XColor * background,unsigned int x,unsigned int y) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_quad_blend.c | 272 float source[4][TGSI_QUAD_SIZE] = { { 0 } }; local in function:blend_quad 280 VEC4_COPY(source[0], quadColor[0]); /* R */ 281 VEC4_COPY(source[1], quadColor[1]); /* G */ 282 VEC4_COPY(source[2], quadColor[2]); /* B */ 285 VEC4_MUL(source[0], quadColor[0], quadColor[0]); /* R */ 286 VEC4_MUL(source[1], quadColor[1], quadColor[1]); /* G */ 287 VEC4_MUL(source[2], quadColor[2], quadColor[2]); /* B */ 292 VEC4_MUL(source[0], quadColor[0], alpha); /* R */ 293 VEC4_MUL(source[1], quadColor[1], alpha); /* G */ 294 VEC4_MUL(source[ 1034 float source[4][TGSI_QUAD_SIZE]; local in function:blend_single_add_src_alpha_inv_src_alpha [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_quad_blend.c | 274 float source[4][TGSI_QUAD_SIZE] = { { 0 } }; local in function:blend_quad 282 VEC4_COPY(source[0], quadColor[0]); /* R */ 283 VEC4_COPY(source[1], quadColor[1]); /* G */ 284 VEC4_COPY(source[2], quadColor[2]); /* B */ 287 VEC4_MUL(source[0], quadColor[0], quadColor[0]); /* R */ 288 VEC4_MUL(source[1], quadColor[1], quadColor[1]); /* G */ 289 VEC4_MUL(source[2], quadColor[2], quadColor[2]); /* B */ 294 VEC4_MUL(source[0], quadColor[0], alpha); /* R */ 295 VEC4_MUL(source[1], quadColor[1], alpha); /* G */ 296 VEC4_MUL(source[ 1036 float source[4][TGSI_QUAD_SIZE]; local in function:blend_single_add_src_alpha_inv_src_alpha [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/ |
| H A D | invocation.hpp | 33 binary compile_program(const std::string &source, 45 binary compile_to_spirv(const std::string &source,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_conditionaljumptracker.h | 61 bool add_mid(r600_bytecode_cf *source, JumpType type);
|
| /xsrc/external/mit/pixman/dist/test/ |
| H A D | scaling-bench.c | 13 pixman_image_t *source; local in function:make_source 17 source = pixman_image_create_bits ( 22 pixman_image_set_filter (source, PIXMAN_FILTER_BILINEAR, NULL, 0); 24 return source;
|