HomeSort by: relevance | last modified time | path
    Searched refs:source (Results 1 - 25 of 705) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
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/
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/
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 = (const struct etna_perfmon_source[])
    [all...]
  /xsrc/external/mit/libXmu/dist/src/
Lower.c 64 _Xconst unsigned char *source; local
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
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
119 _Xconst unsigned char *source; local
    [all...]
  /xsrc/external/mit/ctwm/dist/
cursor.h 14 int NewBitmapCursor(Cursor *cp, char *source, char *mask);
  /xsrc/external/mit/xkbevd/dist/
evargs.c 114 const char *source; local
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
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
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 = (const struct etna_perfmon_source[])
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_debug.c 79 enum mesa_debug_source source; local
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/
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 );
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 );
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 bitmap, which can have any @FT_Pixel_Mode format
    [all...]
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/mesa-demos/dist/src/redbook/
README 39 The source code examples in this directory accompany the examples
  /xsrc/external/mit/xterm/dist/icons/
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/
bitsource.c 114 int source; local
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/
bitsource.c 116 int source; local
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/
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
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
619 FT_MemSource source; local
940 FT_MemSource source = *bucket; local
954 FT_MemSource source = *bucket; local
978 FT_MemSource source = sources[nn]; local
    [all...]
  /xsrc/external/mit/xterm/dist/
xstrings.c 43 alloc_pw(struct passwd *target, struct passwd *source)
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)
55 free(source->pw_dir);
56 free(source->pw_name);
57 free(source->pw_shell);
61 x_appendargv(char **target, char **source)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_debug.c 121 enum mesa_debug_source source; local
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/
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/
CrCursor.c 35 Pixmap source,
45 Pixmap source,
57 cid = _XTryShapeBitmapCursor (dpy, source, mask,
65 req->source = source;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
sp_quad_blend.c 274 float source[4][TGSI_QUAD_SIZE] = { { 0 } }; local
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[2], quadColor[2], alpha); /* B *
1036 float source[4][TGSI_QUAD_SIZE]; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
sp_quad_blend.c 272 float source[4][TGSI_QUAD_SIZE] = { { 0 } }; local
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[2], quadColor[2], alpha); /* B *
1034 float source[4][TGSI_QUAD_SIZE]; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/
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/
sfn_conditionaljumptracker.h 61 bool add_mid(r600_bytecode_cf *source, JumpType type);

Completed in 48 milliseconds

1 2 3 4 5 6 7 8 91011>>