Searched refs:source (Results 1 - 25 of 1180) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
H A D091-hash-line.c6 #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 D091-hash-line.c6 #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 Detnaviv_perfmon.c48 .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 DLower.c64 _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 Dcursor.h14 int NewBitmapCursor(Cursor *cp, char *source, char *mask);
/xsrc/external/mit/xkbevd/dist/
H A Devargs.c114 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 Detnaviv_query_pm.c46 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 Dst_debug.c79 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 Dftbzip2.h74 * 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 Dftlzw.h72 * 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 Dftbitmap.h97 * 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 Dftgzip.h74 * 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 Dmake-xpms14 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 Dbitsource.c114 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 Dbitsource.c116 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 Dftdbgmem.c96 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 Dxstrings.c43 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 Dst_debug.c121 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 Dcompiler.hpp42 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 DCrCursor.c35 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 Dsp_quad_blend.c272 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 Dsp_quad_blend.c274 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 Dinvocation.hpp33 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 Dsfn_conditionaljumptracker.h61 bool add_mid(r600_bytecode_cf *source, JumpType type);
/xsrc/external/mit/pixman/dist/test/
H A Dscaling-bench.c13 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;

Completed in 20 milliseconds

1234567891011>>